Skip to content

Commit

Permalink
Merge pull request #994 from Csantucci/OR-manual-corrections
Browse files Browse the repository at this point in the history
2 fixes in the OR manual
  • Loading branch information
Csantucci authored Nov 4, 2024
2 parents 75dbb83 + 1de8de6 commit 3419240
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
8 changes: 6 additions & 2 deletions Source/Documentation/Manual/features-rollingstock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand All @@ -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::
Expand All @@ -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.

Expand Down
13 changes: 3 additions & 10 deletions Source/Documentation/Manual/operation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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 <operation-performance>``
- 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 <operation-performance>``.

Start of Run of AI train in a Section Reserved by Another Train
---------------------------------------------------------------

Expand Down

0 comments on commit 3419240

Please sign in to comment.