Skip to content

Commit 3419240

Browse files
authored
Merge pull request #994 from Csantucci/OR-manual-corrections
2 fixes in the OR manual
2 parents 75dbb83 + 1de8de6 commit 3419240

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

Source/Documentation/Manual/features-rollingstock.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,8 @@ containers of same length).
14821482
Multiple passenger viewpoints
14831483
=============================
14841484

1485-
Additional passenger viewpoints may be added within a carriage that
1485+
Additional passenger viewpoints may be added within a carriage or
1486+
locomotive that
14861487
is provided with passenger viewpoint.
14871488

14881489
.. index::
@@ -1492,7 +1493,7 @@ is provided with passenger viewpoint.
14921493
single: RotationLimit
14931494
single: StartDirection
14941495

1495-
Such additional passenger viewpoints are defined within an include file
1496+
Such additional passenger viewpoints may be defined within an include file
14961497
with the format shown in
14971498
following example for the legacy oebarcar.wag (located in the 380 folder)
14981499
MSTS wagon::
@@ -1519,6 +1520,9 @@ MSTS wagon::
15191520
)
15201521
)
15211522

1523+
If the passenger viewpoints are defined in the base .wag or .eng file, they
1524+
must be defined below the Inside () block.
1525+
15221526
At runtime, when in passenger view, the player may pass from one viewpoint to
15231527
the other by pressing Shift-5.
15241528

Source/Documentation/Manual/operation.rst

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ Calculation of Train Speed Limit
641641
- local signal speed limit
642642
- local speedpost speed limit
643643
- local temporary speedpost speed limit
644-
- first parameter ``MaxVelocityA`` in ``.con`` file, if bigger than zero and not
644+
- first parameter of ``MaxVelocity`` line in ``.con`` file, if bigger than zero and not
645645
equal 40
646646
- locomotive speed limit in ``.eng`` file in the other cases.
647647

@@ -651,18 +651,11 @@ Calculation of Train Speed Limit
651651
- local signal speed limit
652652
- local speedpost speed limit
653653
- local temporary speedpost speed limit
654-
- first parameter ``MaxVelocityA`` in ``.con`` file, if bigger than zero and not
655-
equal 40
654+
- first parameter of ``MaxVelocity`` line in ``.con`` file, if bigger than zero and not
655+
equal 40, multiplied by the Efficiency as explained :ref:``here <operation-performance>``
656656
- locomotive speed limit in ``.eng`` file in the other cases.
657657

658658

659-
- route speed limit as defined in the ``.trk`` file
660-
- local signal speed limit
661-
- local speedpost speed limit
662-
- local temporary speedpost speed limit
663-
- first parameter ``MaxVelocityA`` in ``.con`` file, if bigger than zero,
664-
multiplied by the Efficiency as explained :ref:``here <operation-performance>``.
665-
666659
Start of Run of AI train in a Section Reserved by Another Train
667660
---------------------------------------------------------------
668661

0 commit comments

Comments
 (0)