Skip to content

Commit e281fcd

Browse files
committed
Automatic merge of T1.5.1-1806-g5522fc5fa and 11 pull requests
- Pull request #570 at 362e4e7: glTF 2.0 support with PBR lighting - Pull request #1062 at 34847ef: Train Forces popup Window. - Pull request #1064 at 1be1fc4: Add Train Info tab to Help window (F1) - Pull request #1067 at 5bf4677: Traction and dynamic brake retardation - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #1074 at e9a66c1: Gradient - commit 2024-16-12 - Pull request #1076 at 3bbd537: Allow depart early - Pull request #1085 at 37e2817: updates key commands for Train Operations window and also Daylight Offset - Pull request #1086 at e10390b: Add Settings Exporter tool (copy settings to INI, etc) - Pull request #1082 at 5845a1a: Allow variable water level in glass gauge - Pull request #1081 at 689494b: Brake cuts power unification
13 parents ec085e8 + 5522fc5 + 362e4e7 + 34847ef + 1be1fc4 + 5bf4677 + 1f5ba4c + e9a66c1 + 3bbd537 + 37e2817 + e10390b + 5845a1a + 689494b commit e281fcd

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

Source/Documentation/Manual/driving.rst

+54
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,60 @@ specified by the player:
470470

471471
.. image:: images/driving-train-names-multiplayer.png
472472

473+
Alt-F7 Train Forces
474+
-------------------
475+
476+
Pressing ``<Alt+F7>`` opens the Train Forces window.
477+
It shows the forces along the player's train in bar-graph form.
478+
The window is sized to fit the train (graph), with a minimum size for short trains,
479+
and a maximum size for very long trains.
480+
Scrolling may be required to see the end of the train, or the end of the text line.
481+
482+
.. image:: images/driving-trainforces.png
483+
:align: center
484+
:scale: 80%
485+
486+
The train is shown as a white line; locomotives are shown in blue.
487+
The front of the train is to the left.
488+
489+
``Coupler Force``
490+
'''''''''''''''''
491+
492+
Shows the length-wise pull or push force at each coupling, as a colored bar graph.
493+
Up (positive) is pull, down (negative) is push.
494+
The scale is determined by the weakest coupler in the train.
495+
The steps are non-linear, to provide more sensitivity near the breaking point.
496+
497+
Note: Because the graph is scaled by the weakest car,
498+
a red bar may not mean that the coupler will break.
499+
When the car has a higher coupler strength, it can tolerate higher forces than the weakest car.
500+
501+
``Derail Force``
502+
''''''''''''''''
503+
504+
Shows the sideway push or pull at the wheels as a colored bar graph.
505+
Up (positive) is pull to the inside (stringline), down (negative) is push to the outside (jackknife).
506+
The scale is determined by the car with the lowest axle-load (lowest vertical force).
507+
The steps are non-linear, to provide more sensitivity near the derailing point.
508+
But this is less effective for lateral forces, as the force is proportional to the curve radius,
509+
which changes in discrete steps (MSTS legacy).
510+
511+
Note: Because the graph is scaled by the most susceptible car,
512+
a red bar may not mean that the car will derail.
513+
When the car has a higher vertical force, it can tolerate higher forces than the most susceptible car.
514+
515+
516+
``Brake Force``
517+
'''''''''''''''
518+
519+
Shows the braking force of each car as a bar graph.
520+
The scale is determined by the car with the smallest brake force (generally lowest weight).
521+
The steps are non-linear, to provide more sensitivity near the small brake applications.
522+
As the weight (and thus brake force varies greatly between cars (and especially engines),
523+
the graph can be quite jagged, even though all brake cylinders have the same pressure.
524+
Locomotives will show a full bar long before the brakes are fully applied.
525+
Dynamic braking is shown in blue (unless there also is a greater force from the air-brakes).
526+
473527
F8 Switch Monitor
474528
-----------------
475529

Loading

0 commit comments

Comments
 (0)