"Volume" container
From TrainzOnline
(Difference between revisions)
Shortline2 (Talk | contribs) (→scale) |
m (Added sort criterion) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
The Volume container supports the following tags. Each tag is show here with its default value. | The Volume container supports the following tags. Each tag is show here with its default value. | ||
− | |||
volume | volume | ||
Line 30: | Line 29: | ||
====trainbrakepipe==== | ====trainbrakepipe==== | ||
:Type: Decimal | :Type: Decimal | ||
− | :Desc: | + | :Desc: brake pipe volume. |
====epreservoirpipe==== | ====epreservoirpipe==== | ||
:Type: Decimal | :Type: Decimal | ||
− | :Desc: | + | :Desc: For electro pneumatic braking - not currently in use, generally leave this setting. |
====no3pipe==== | ====no3pipe==== | ||
:Type: Decimal | :Type: Decimal | ||
− | :Desc: | + | :Desc: Independent brake pipe. |
====no4pipe==== | ====no4pipe==== | ||
:Type: Decimal | :Type: Decimal | ||
− | :Desc: | + | :Desc: Bail pipe - not currently in use, generally leave this setting. |
====auxreservoir==== | ====auxreservoir==== | ||
:Type: Decimal | :Type: Decimal | ||
− | :Desc: | + | :Desc: Auxiliary reservoir volume. |
====autobrakecylinder==== | ====autobrakecylinder==== | ||
:Type: Decimal | :Type: Decimal | ||
− | :Desc: | + | :Desc: Brake cylinder volume. |
====vacuumbrakepipe==== | ====vacuumbrakepipe==== | ||
:Type: Decimal | :Type: Decimal | ||
− | :Desc: | + | :Desc: For vacuum braking - not currently in use, generally leave this setting. |
====vacuumbrakereservoir==== | ====vacuumbrakereservoir==== | ||
:Type: Decimal | :Type: Decimal | ||
− | :Desc: | + | :Desc: For vacuum braking - not currently in use, generally leave this setting. |
====vacuumbrakecylinder==== | ====vacuumbrakecylinder==== | ||
:Type: Decimal | :Type: Decimal | ||
− | :Desc: | + | :Desc: For vacuum braking - not currently in use, generally leave this setting. |
====mainreservoir==== | ====mainreservoir==== | ||
:Type: Decimal | :Type: Decimal | ||
− | :Desc: | + | :Desc: Main reservoir volume. |
====equaliser==== | ====equaliser==== | ||
:Type: Decimal | :Type: Decimal | ||
− | :Desc: | + | :Desc: Equalising reservoir volume. |
====independantbrakecylinder==== | ====independantbrakecylinder==== | ||
:Type: Decimal | :Type: Decimal | ||
− | :Desc: | + | :Desc: Loco brake cylinder volume. |
==Example volume container== | ==Example volume container== | ||
Line 80: | Line 79: | ||
''TBD'' | ''TBD'' | ||
− | [[Category:Config Container]] | + | [[Category:Config Container|V]] |
Latest revision as of 13:00, 12 February 2014
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: multiplies volume by given value, generally leave this setting.
[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