"Pressure" container

From TrainzOnline
(Difference between revisions)
Jump to: navigation, search
(formatting improvements)
(scale)
 
Line 32: Line 32:
 
====scale====
 
====scale====
 
:Type: Decimal
 
:Type: Decimal
:Desc: Sets the scale for the given pressure values. This allows an engine spec to provide pressure values in PSI or kPa, and then rescale them to the expected units (grams/m³).
+
:Desc: Sets the scale for the given pressure values. This allows an engine asset to provide pressure values in PSI or kPa, and then rescale them to the expected units (grams/m³).
  
 
====compressor====
 
====compressor====

Latest revision as of 17:02, 8 September 2025

Contents

[edit] Pressure Container

The Pressure container is a config.txt file top-level entry used by KIND Engine (see Engine-specs) and KIND Steam-engine assets. It's used to provide values for the braking systems used on trains.

[edit] Supported Tags

The Pressure container supports the following tags. Each tag is show here with its default value.

pressure
{
    scale                            1.0
    compressor                       0.00946941
    mainreservoir                    0.00946941
    highspeedexhauster               0.0
    brakepipe                        0.00595441
    brakeinitial                     0.00560291
    brakefull                        0.00398601
    indbrakefull                     0.00398601
    trainbrakepipe_start             0.00440781
    epreservoirpipe_start            0.0
    no3pipe_start                    0.0
    no4pipe_start                    0.0
    auxreservoir_start               0.00504051
    autobrakecylinder_start          0.00489991
    vacuumbrakepipe_start            0.0
    vacuumbrakereservoir_start       0.0
    vacuumbrakecylinder_start        0.0
    mainreservoir_start              0.00876641
    equaliser_start                  0.00440781
    independantbrakecylinder_start   0.00489991
}

[edit] scale

Type: Decimal
Desc: Sets the scale for the given pressure values. This allows an engine asset to provide pressure values in PSI or kPa, and then rescale them to the expected units (grams/m³).

[edit] compressor

Type: Decimal
Desc: Compressor maximum pressure. (The default value equates to 120psi.)

[edit] mainreservoir

Type: Decimal
Desc: Main reservoir maximum pressure.

[edit] highspeedexhauster

Type: Decimal
Desc: For vacuum braking - not currently in use, generally leave this setting.

[edit] brakepipe

Type: Decimal
Desc: Brake pipe pressure when fully charged. (The default value equates to 80psi.)

[edit] brakeinitial

Type: Decimal
Desc: Brake pipe pressure after initial service reduction (for self lapping brakes). (The default value equates to 72psi.)

[edit] brakefull

Type: Decimal
Desc: Brake pipe pressure after full service reduction (for self lapping brakes). (The default value equates to 57psi.)

[edit] indbrakefull

Type: Decimal
Desc: Brake cylinder maximum pressure for independent/locomotive brake.

[edit] trainbrakepipe_start

Type: Decimal
Desc: Brake pipe pressure when vehicle is first placed.

[edit] epreservoirpipe_start

Type: Decimal
Desc: For electro pneumatic braking - not currently in use, generally leave this setting.

[edit] no3pipe_start

Type: Decimal
Desc: Generally leave these settings.

[edit] no4pipe_start

Type: Decimal
Desc: Generally leave these settings.

[edit] auxreservoir_start

Type: Decimal
Desc: Auxiliary reservoir pressure when vehicle is first placed.

[edit] autobrakecylinder_start

Type: Decimal
Desc: Train brake cylinder pressure when vehicle is first placed.

[edit] vacuumbrakepipe_start

Type: Decimal
Desc: For vacuum braking - not currently in use, generally leave this setting.

[edit] vacuumbrakereservoir_start

Type: Decimal
Desc: For vacuum braking - not currently in use, generally leave this setting.

[edit] vacuumbrakecylinder_start

Type: Decimal
Desc: For vacuum braking - not currently in use, generally leave this setting.

[edit] mainreservoir_start

Type: Decimal
Desc: Main Reservoir pressure on loading the game. (The default value equates to 100psi.)

[edit] equaliser_start

Type: Decimal
Desc: Equalising Reservoir pressure when vehicle is first placed.

[edit] independantbrakecylinder_start

Type: Decimal
Desc: Locomotive brake cylinder pressure when vehicle is first placed.
Personal tools