File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Source/Documentation/Manual Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -614,7 +614,7 @@ AE in the .srv file as "Efficiency".
614
614
615
615
If the AI train makes station stops, its maxspeed depends from the "Performance"
616
616
parameter for every route section, as can be seen and defined in the AI train
617
- timetable (that is maxspeed is the product of the first MAxVelocity parameter by
617
+ timetable (that is maxspeed is the product of the first MaxVelocity parameter by
618
618
the "Performance" parameter divided by 100).
619
619
620
620
Such performance parameter list is written (divided by 100) by the AE in
@@ -632,6 +632,8 @@ This corresponds to MSTS behaviour.
632
632
Moreover the Efficiency parameter is used also to compute acceleration and
633
633
braking curves.
634
634
635
+ .. _operation-speed :
636
+
635
637
Calculation of Train Speed Limit
636
638
--------------------------------
637
639
Original file line number Diff line number Diff line change @@ -428,6 +428,8 @@ Special Rows
428
428
The #dispose row presently does not affect the end of the run for the player
429
429
train.
430
430
431
+ .. _timetable-train-speed :
432
+
431
433
- ``#speed `` row
432
434
433
435
This optional field defines maximum speed for trains, which may restrict the
@@ -438,7 +440,7 @@ Special Rows
438
440
If specified, only one ``#speed `` (m/s), ``#speedkph ``, or ``#speedmph `` row
439
441
can be present in a single timetable file.
440
442
441
- This row also accepts a number of :ref: `speed commands <timetable-speed >`.
443
+ This row also accepts a number of :ref: `speed commands <timetable-cmd- speed >`.
442
444
443
445
- ``#restartdelay `` row
444
446
@@ -514,7 +516,7 @@ Gradient
514
516
Syntax
515
517
``$gradient /perc=n /speed=s ``
516
518
517
- The gradient command must be set in a ``#speed `` field of a train.
519
+ The gradient command must be set in the ``#speed `` :ref: ` field of a train < timetable-train-speed >`.
518
520
519
521
Functionality
520
522
When gradient is set, forced acceleration is turned off if the leading engine of the train is on a
@@ -1395,7 +1397,7 @@ A typical value for modern stock for the ``$dec`` command is 2 or 3.
1395
1397
clear of the reverse position. This is useful when shunting in yards when
1396
1398
there is no need to fully exit the yard to reverse and the entry signal.
1397
1399
1398
- .. _timetable-speed :
1400
+ .. _timetable-cmd- speed :
1399
1401
1400
1402
Speed Commands
1401
1403
''''''''''''''
You can’t perform that action at this time.
0 commit comments