"Volume" container
From TrainzOnline
(Difference between revisions)
m (removed some text which didn't have any clear meaning or relevance.) |
(→scale) |
||
(One intermediate revision by one user not shown) | |||
Line 25: | Line 25: | ||
====scale==== | ====scale==== | ||
:Type: Decimal | :Type: Decimal | ||
− | :Desc: | + | :Desc: Sets the scale for the given pressure values. This allows an engine asset to provide values in imperial units, and then rescale them to the expected SI units. |
====trainbrakepipe==== | ====trainbrakepipe==== | ||
Line 79: | Line 79: | ||
''TBD'' | ''TBD'' | ||
− | [[Category:Config Container]] | + | [[Category:Config Container|V]] |
Latest revision as of 17:08, 8 September 2025
The Volume container is a top-level config.txt file entry used by Enginespec and Steam Enginespec assets.
Contents |
[edit] Supported Tags
The Volume container supports the following tags. Each tag is show here with its default value.
volume { scale 1.0 trainbrakepipe 0.2 epreservoirpipe 0.2 no3pipe 0.2 no4pipe 0.2 auxreservoir 0.0384678 autobrakecylinder 0.00969387 vacuumbrakepipe 0.0 vacuumbrakereservoir 0.0 vacuumbrakecylinder 0.0 mainreservoir 1.0 equaliser 0.5 independantbrakecylinder 0.0103239 }
[edit] scale
- Type: Decimal
- Desc: Sets the scale for the given pressure values. This allows an engine asset to provide values in imperial units, and then rescale them to the expected SI units.
[edit] trainbrakepipe
- Type: Decimal
- Desc: brake pipe volume.
[edit] epreservoirpipe
- Type: Decimal
- Desc: For electro pneumatic braking - not currently in use, generally leave this setting.
[edit] no3pipe
- Type: Decimal
- Desc: Independent brake pipe.
[edit] no4pipe
- Type: Decimal
- Desc: Bail pipe - not currently in use, generally leave this setting.
[edit] auxreservoir
- Type: Decimal
- Desc: Auxiliary reservoir volume.
[edit] autobrakecylinder
- Type: Decimal
- Desc: Brake cylinder volume.
[edit] vacuumbrakepipe
- Type: Decimal
- Desc: For vacuum braking - not currently in use, generally leave this setting.
[edit] vacuumbrakereservoir
- Type: Decimal
- Desc: For vacuum braking - not currently in use, generally leave this setting.
[edit] vacuumbrakecylinder
- Type: Decimal
- Desc: For vacuum braking - not currently in use, generally leave this setting.
[edit] mainreservoir
- Type: Decimal
- Desc: Main reservoir volume.
[edit] equaliser
- Type: Decimal
- Desc: Equalising reservoir volume.
[edit] independantbrakecylinder
- Type: Decimal
- Desc: Loco brake cylinder volume.
[edit] Example volume container
TBD