@@ -766,16 +766,46 @@ Some experimental features being introduced in Open Rails may be turned on
766766and off through the *Experimental * tab of the Options window, as
767767described below.
768768
769+ .. _options-superelevation :
770+
769771Superelevation
770772---------------
771773
772- If "Use Visual Superelevation" is enabled, ORTS applies superelevation graphics
773- to curves on every route. For the best results, you need to enter
774- the correct gauge for your route, otherwise the resulting superelevation
775- may not be accurate. Note that the physics system will always consider the
776- physical effects of superelevation regardless of this setting.
774+ ORTS implements graphical superelevation (tilting) of tracks using Dynamic Tracks.
775+ For superelevation to appear, the route must have one (or more) ``<route folder>/TrackProfiles/
776+ TrProfile.stf `` files. A document describing the creation of track profiles, ``How to
777+ Provide Track Profiles for Open Rails Dynamic Track.pdf ``, can be found in the
778+ *Menu > Documents * drop-down or the Open Rails ``/Source/Documentation/ `` folder. Forum
779+ discussions about track profiles can also be found on `Elvas Tower
780+ <http://www.elvastower.com/forums/index.php?/topic/21119-superelevation/
781+ page__view__findpost__p__115247> `_.
777782
778- When visual superelevation is selected, two viewing effects occur at runtime:
783+ However, superelevation will also appear if the route has a superelevation standard
784+ ``ORTSSuperElevation `` :ref: `defined within the route's .trk file <features-route-curve-superelevation >`
785+ regardless of the use of track profiles. *It is recommended to combine * **both ** *track profiles
786+ and ``ORTSSuperElevation`` for best results *, as dynamic track (ie: superelevation) is rendered
787+ as Kuju track without any track profiles installed, which may not appear correct.
788+
789+ .. note ::
790+
791+ This behavior can be overwritten if ``ORTSForceSuperElevation ( 0/1 ) `` is present in the .trk file.
792+ A setting of 0 will always disable superelevation graphics, while 1 always enables it, regardless
793+ of the criteria described here.
794+
795+ To support routes without Track Profiles and without ``ORTSSuperElevation ``, the
796+ "Legacy Superelevation" option can be enabled. This will activate superelevation visuals
797+ on routes regardless of missing data, which may be appropriate for original MSTS routes but
798+ will not be aesthetically pleasing for routes using more modern track shapes. Experimentation
799+ may be required to determine the correct setting, and *editing of routes * (to add data to the
800+ .trk file and/or to add track profiles) will be required for best results.
801+
802+ .. note ::
803+
804+ The configuration described here only affects the visual depiction of superelevation.
805+ Superelevation is still considered by train physics regardless of the state of the visual system.
806+
807+ When visual superelevation is enabled (either through correct configuration of a route,
808+ or enabled with the "Legacy Superelevation" option), two viewing effects occur at runtime:
779809
7808101. If an external camera view is selected, the tracks and the running
781811 train will be shown inclined towards the inside of the curve.
@@ -785,18 +815,16 @@ When visual superelevation is selected, two viewing effects occur at runtime:
785815.. image :: images/options-superelevation_1.png
786816.. image :: images/options-superelevation_2.png
787817
788- The amount of superelevation applied can be customized
789- :ref: `from within the route's .trk file <features-route-curve-superelevation >`.
818+ Note that superelevation usually won't be this distinct. The amount of superelevation
819+ depends on the track speed limit and curve radius, where higher speeds and tighter curves
820+ lead to more intense superelevation.
790821
791- OR implements superelevated tracks using Dynamic Tracks. You can change
792- the appearance of tracks by creating one (or more) ``<route folder>/TrackProfiles/
793- TrProfile.stf `` files. The document ``How to Provide Track Profiles for
794- Open Rails Dynamic Track.pdf `` describing the creation of track profiles
795- can be found in the *Menu > Documents * drop-down or the
796- Open Rails ``/Source/Documentation/ `` folder. Forum
797- discussions about track profiles can also be found on `Elvas Tower
798- <http://www.elvastower.com/forums/index.php?/topic/21119-superelevation/
799- page__view__findpost__p__115247> `_.
822+ Additionally, the superelevation physics system requires knoweldge of the gauge of track used on
823+ the route. Normally, this should be defined with ``TrackGauge ``
824+ :ref: `in the .trk file <features-route-curve-superelevation >`, but many routes have the gauge value
825+ set to 0, which is not useful. In such a case, the program must use the gauge (in millimeters)
826+ specified by the "Default Gauge" option. Note this assumes the entire route has the same gauge of track.
827+ Multi-gauge routes are not fully supported at the moment.
800828
801829
802830.. _options-shape-warnings :
0 commit comments