diff --git a/Source/Documentation/Manual/features-rollingstock.rst b/Source/Documentation/Manual/features-rollingstock.rst index da2f2a668..f680a885f 100644 --- a/Source/Documentation/Manual/features-rollingstock.rst +++ b/Source/Documentation/Manual/features-rollingstock.rst @@ -1482,7 +1482,8 @@ containers of same length). Multiple passenger viewpoints ============================= -Additional passenger viewpoints may be added within a carriage that +Additional passenger viewpoints may be added within a carriage or +locomotive that is provided with passenger viewpoint. .. index:: @@ -1492,7 +1493,7 @@ is provided with passenger viewpoint. single: RotationLimit single: StartDirection -Such additional passenger viewpoints are defined within an include file +Such additional passenger viewpoints may be defined within an include file with the format shown in following example for the legacy oebarcar.wag (located in the 380 folder) MSTS wagon:: @@ -1519,6 +1520,9 @@ MSTS wagon:: ) ) +If the passenger viewpoints are defined in the base .wag or .eng file, they +must be defined below the Inside () block. + At runtime, when in passenger view, the player may pass from one viewpoint to the other by pressing Shift-5. diff --git a/Source/Documentation/Manual/operation.rst b/Source/Documentation/Manual/operation.rst index 5c789153c..24c6deca9 100644 --- a/Source/Documentation/Manual/operation.rst +++ b/Source/Documentation/Manual/operation.rst @@ -641,7 +641,7 @@ Calculation of Train Speed Limit - local signal speed limit - local speedpost speed limit - local temporary speedpost speed limit - - first parameter ``MaxVelocityA`` in ``.con`` file, if bigger than zero and not + - first parameter of ``MaxVelocity`` line in ``.con`` file, if bigger than zero and not equal 40 - locomotive speed limit in ``.eng`` file in the other cases. @@ -651,18 +651,11 @@ Calculation of Train Speed Limit - local signal speed limit - local speedpost speed limit - local temporary speedpost speed limit - - first parameter ``MaxVelocityA`` in ``.con`` file, if bigger than zero and not - equal 40 + - first parameter of ``MaxVelocity`` line in ``.con`` file, if bigger than zero and not + equal 40, multiplied by the Efficiency as explained :ref:``here `` - locomotive speed limit in ``.eng`` file in the other cases. - - route speed limit as defined in the ``.trk`` file - - local signal speed limit - - local speedpost speed limit - - local temporary speedpost speed limit - - first parameter ``MaxVelocityA`` in ``.con`` file, if bigger than zero, - multiplied by the Efficiency as explained :ref:``here ``. - Start of Run of AI train in a Section Reserved by Another Train ---------------------------------------------------------------