@@ -345,7 +345,7 @@ Detailed spec
345345 no changes are done to the .eng file.
3463462) In such folder there is also an ``ORTSLightGlow.png ``, which is maybe more realistic.
3473473) adding a line within the .eng file it is possible to select either ORTSLightGlow.png or any other picture
348- with extension ``.png, .jpg, bmp, .gif, . ace, or .dds ``.
348+ with extension ``.ace `` or `` .dds ``.
349349
350350
351351 Here an example for the legacy Acela loco::
@@ -357,13 +357,13 @@ Detailed spec
357357 Type ( 1 )
358358 Conditions (...
359359
360- The code first searches for the .png file by building its directory starting from the directory of
360+ The code first searches for the file by building its directory starting from the directory of
361361 the .eng file; in this case the line could be e.g.::
362362
363- ORTSGraphic ( "ORTSAcelaLightGlow.png " )
363+ ORTSGraphic ( "ORTSAcelaLightGlow.dds " )
364364
3653654) The ``ORTSGraphic `` line can be added also for one or more ``Light() `` blocks. In that case the
366- .png file is used only for the related Light block. Here an example::
366+ file is used only for the related Light block. Here an example::
367367
368368 Light (
369369 comment( Head light outer right bright )
@@ -386,7 +386,7 @@ Detailed spec
386386 Elevation ( -50 -50 -50 )
387387 )
388388 )
389- ORTSGraphic (BigLightGlow.png )
389+ ORTSGraphic (BigLightGlow.dds )
390390 )
391391
392392 OR searches for the file as it does for the general file for all lights, as explained above.
0 commit comments