@@ -227,16 +227,22 @@ Video Options
227
227
Dynamic shadows
228
228
---------------
229
229
230
- With this option it is possible to enable or disable the display of
231
- dynamic shadows. Disabling can be helpful if low frame rates are
232
- experienced.
230
+ The default setting is unchecked.
231
+ Check this option to cast shadows from movable objects such as trains.
232
+
233
+ Note: This may reduce the frame rate.
233
234
234
235
Shadow for all shapes
235
236
---------------------
236
237
237
- When this option is selected and also the Dynamic shadows option is selected,
238
- OR displays a shadow also for the objects that don't have a shadow defined in
239
- the .ref file, and also for forest trees. This may reduce game performance.
238
+ The default setting is unchecked.
239
+ Check this option to cast shadows from static objects.
240
+
241
+ Note: This may reduce the frame rate.
242
+
243
+ Note: Static objects provided with shadows (in the file <route>.ref)
244
+ will cast shadows anyway. This option adds shadows for other static objects.
245
+
240
246
241
247
.. _options-fullscreen :
242
248
@@ -284,9 +290,15 @@ that OR will show the two overhead wires that are more common.
284
290
Vertical sync
285
291
-------------
286
292
287
- When this option is selected, the OR update rate cannot be higher than the
288
- monitor vertical sync frequency (typically 60 Hz). This reduces CPU energy
289
- consumption in fast PCs.
293
+ Vertical Sync (VSync) attempts to lock Open Rails’ output frame rate
294
+ to your monitor's refresh rate for the smoothest image and to resist
295
+ image "tearing”.
296
+ VSync may help keep the frame rate more stable on complex routes,
297
+ reducing sudden frame rate drops and apparent control lag in some cases.
298
+ If Open Rails' frame rate drops below your monitor's frame rate, you
299
+ may see stuttering or image "tearing". To prevent this, either turn off
300
+ the VSync option or reduce the values for video options such as view
301
+ distance, anti-aliasing, or world object density.
290
302
291
303
.. _options-cab-stretch :
292
304
@@ -327,9 +339,12 @@ Viewing distance
327
339
----------------
328
340
329
341
This option defines the maximum distance at which terrain is displayed. At
330
- higher distances Distant Mountains will be displayed (see below). This
331
- parameter increases CPU and GPU load. Also, some routes are optimized for
332
- the standard MSTS maximum viewing distance (2000m).
342
+ higher distances Distant Mountains will be displayed (see below).
343
+ Increasing this parameter tends to increase CPU and GPU load.
344
+ Also, some routes are optimized for the standard MSTS maximum viewing distance (2000m).
345
+
346
+ Note: When the option to tune settings automatically is applied, then this
347
+ value will be overridden and dynamically changed to maintain a target frame rate.
333
348
334
349
Distant mountains
335
350
-----------------
@@ -457,13 +472,10 @@ When this option is selected, resistance to train motion is influenced by
457
472
the wind speed, and the direction that it is blowing. This option is
458
473
described in detail :ref: `here <physics-wind-resistance >`
459
474
475
+ Run electric locos on non-electrified routes
476
+ --------------------------------------------
460
477
461
-
462
- Override non-electrified route line-voltage
463
- -------------------------------------------
464
-
465
- This option allows running (in a non-prototypical way) electric
466
- locomotives on non-electrified routes.
478
+ This option allows the running of electric locomotives on non-electrified routes.
467
479
468
480
Steam locomotive hot start
469
481
--------------------------
@@ -484,9 +496,10 @@ until the train has stopped and then hold it as red from that time up to
484
496
two minutes before starting time. This is useful in organizing train meets
485
497
and takeovers, however it does not always correspond to reality nor to
486
498
MSTS operation. So with this option the player can decide which behavior
487
- the start signal will have. This option is checked by default. Unchecking
488
- the option has an effect on simulation behavior only if no
489
- :ref: `Timetable mode <timetable >` operation is under way.
499
+ the start signal will have. This option is checked by default.
500
+
501
+ Unchecking the option has no effect when in
502
+ :ref: `Timetable mode <timetable >`.
490
503
491
504
.. _options-open-doors-ai :
492
505
@@ -630,27 +643,28 @@ described below.
630
643
Super-elevation
631
644
---------------
632
645
633
- If the value set for *Level * is greater than zero, OR supports super
634
- elevation for long curved tracks. The value *Minimum Length * determines
646
+ If the value set for *Level * is greater than zero, OR supports super-elevation
647
+ for long curved tracks. The value *Minimum Length * determines
635
648
the length of the shortest curve to have super-elevation. You need to
636
649
choose the correct gauge for your route, otherwise some tracks may not be
637
650
properly shown.
638
651
639
- When superelevation is selected, two viewing effects occur at runtime:
652
+ When super-elevation is selected, two viewing effects occur at runtime:
640
653
641
654
1. If an external camera view is selected, the tracks and the running
642
- train will be shown inclined towards the internal part of the curve.
655
+ train will be shown inclined towards the inside of the curve.
643
656
2. When the cab view is selected, the external world will be
644
- shown as inclined towards the external part of the curve.
657
+ shown as inclined towards the outside of the curve.
645
658
646
659
.. image :: images/options-superelevation_1.png
647
660
.. image :: images/options-superelevation_2.png
648
661
649
- OR implements super elevated tracks using Dynamic Tracks. You can change
662
+ OR implements super- elevated tracks using Dynamic Tracks. You can change
650
663
the appearance of tracks by creating a ``<route folder>/TrackProfiles/
651
664
TrProfile.stf `` file. The document ``How to Provide Track Profiles for
652
- Open Rails Dynamic Track.docm `` describing the creation of track profiles
653
- can be found in the OpenRails ``/Source/Documentation/ `` folder. Forum
665
+ Open Rails Dynamic Track.pdf `` describing the creation of track profiles
666
+ can be found in the *Menu > Documents * drop-down or the
667
+ Open Rails ``/Source/Documentation/ `` folder. Forum
654
668
discussions about track profiles can also be found on `Elvas Tower
655
669
<http://www.elvastower.com/forums/index.php?/topic/21119-superelevation/
656
670
page__view__findpost__p__115247> `_.
@@ -824,10 +838,22 @@ and therefore a more difficult, but more challenging driving experience.
824
838
Level of detail bias
825
839
--------------------
826
840
827
- This option is an expansion (and replacement) of an earlier experimental
828
- option: *Always use highest level of detail *. The new option allows you to
829
- increase or reduce the level of detail generally shown independently of
830
- the viewing distance and world object density.
841
+ Many visual objects are modelled at more than one level of detail (LOD) so,
842
+ when they are seen at a distance, Open Rails can switch to the lesser level
843
+ of detail without compromising the view. This use of multiple LODs reduces
844
+ the processing load and so may increase frame rates.
845
+
846
+ Lowering the LOD Bias setting below 0 reduces the distance at which a lower
847
+ level of detail comes into view, and so boosts frame rates but there may be
848
+ some loss of sharpness.
849
+
850
+ Raising the LOD Bias setting above 0 increases the distance at which a lower
851
+ level of detail comes into view. This may be useful to sharpen distant content
852
+ that was created for a smaller screen or a wider field of view than you are
853
+ currently using.
854
+
855
+ If your content does not use multiple LODs, then this option will have no effect.
856
+
831
857
832
858
Adhesion proportional to rain/snow/fog
833
859
--------------------------------------
0 commit comments