KIND Engine
From TrainzOnline
(Difference between revisions)
Shortline2 (Talk | contribs) (→Supported Tags) |
|||
(12 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
==KIND Hierarchy== | ==KIND Hierarchy== | ||
===Parent Classes=== | ===Parent Classes=== | ||
− | * | + | * [[KIND TrainzBaseSpec]] |
===Child Classes=== | ===Child Classes=== | ||
− | * | + | * [[KIND Steam-engine]] |
==Supported Tags== | ==Supported Tags== | ||
Line 33: | Line 33: | ||
scale "" | scale "" | ||
epbrakes "" | epbrakes "" | ||
+ | autopilot-stop-distance 5.0 | ||
+ | autopilot-crawl-distance 20.0 | ||
+ | autopilot-caution-speed-multiplier 0.5 | ||
+ | throttle-adjustment-rate 0.01 | ||
====throttle-power==== | ====throttle-power==== | ||
Line 44: | Line 48: | ||
====pressure==== | ====pressure==== | ||
:Type: [[pressure_container|pressure Container]] | :Type: [[pressure_container|pressure Container]] | ||
− | :Desc: | + | :Desc: TBD |
====mass==== | ====mass==== | ||
:Type: [[mass_container|mass Container]] | :Type: [[mass_container|mass Container]] | ||
− | :Desc: | + | :Desc: TBD |
====motor==== | ====motor==== | ||
:Type: [[motor_container|motor Container]] | :Type: [[motor_container|motor Container]] | ||
− | :Desc: | + | :Desc: TBD |
====flowsize==== | ====flowsize==== | ||
:Type: [[flowsize_container|flowsize Container]] | :Type: [[flowsize_container|flowsize Container]] | ||
− | :Desc: | + | :Desc: TBD |
====volume==== | ====volume==== | ||
:Type: [[volume_container|volume Container]] | :Type: [[volume_container|volume Container]] | ||
− | :Desc: | + | :Desc: TBD |
====scale==== | ====scale==== | ||
Line 69: | Line 73: | ||
:Type: Obsolete | :Type: Obsolete | ||
:Desc: Obsolete | :Desc: Obsolete | ||
+ | |||
+ | ====autopilot-stop-distance==== | ||
+ | :Type: float | ||
+ | :Desc: How far (in meters) in front of a typical obstruction (red light, etc.) the AI will attempt to stop the train. Changing this value can help fine-tune the accuracy of the AI's movement, however attempting to make the train stop too close to a target may result in overruns in some cases. This tag is intended for special-case usage only. | ||
+ | |||
+ | ====autopilot-crawl-distance==== | ||
+ | :Type: float | ||
+ | :Desc: Once this distance (in meters) from the intended stopping position has been reached, the AI will 'crawl' rather than attempt to speed up to reach its destination. Changing this value can help fine-tune the accuracy of the AI's movement, however attempting to make the train stop too close to a target may result in overruns in some cases. This tag is intended for special-case usage only. | ||
+ | |||
+ | ====autopilot-caution-speed-multiplier==== | ||
+ | :Type: float | ||
+ | :Desc: The AI will slow to this multiple of the speed limit when operating under caution conditions. This can be set to 1.0 in order to effectively remove caution-speed driving, however this can increase the risk of overruns in some cases | ||
+ | |||
+ | ====throttle-adjustment-rate==== | ||
+ | :Type: float | ||
+ | :Desc: Defines the adjustment rate at which the engine's throttle will adjust to match the train's throttle. Increasing this rate will make the engine more responsive at the possible cost of audio or driving realism. In DCC mode, a minimum value of 0.1 is used. | ||
==Example Config.txt== | ==Example Config.txt== | ||
Line 81: | Line 101: | ||
==Categories== | ==Categories== | ||
[[Category:Asset KIND]] | [[Category:Asset KIND]] | ||
+ | |||
+ | [[Category:TBD]] |
Latest revision as of 17:12, 8 September 2025
KIND Engine assets contain diesel or electric loco engine performance characteristics.
Contents |
[edit] KIND Hierarchy
[edit] Parent Classes
[edit] Child Classes
[edit] Supported Tags
kind "engine" throttle-power { } dynamic-brake { } pressure { } mass { } motor { } flowsize { } volume { } scale "" epbrakes "" autopilot-stop-distance 5.0 autopilot-crawl-distance 20.0 autopilot-caution-speed-multiplier 0.5 throttle-adjustment-rate 0.01
[edit] throttle-power
- Type: throttle-power Container
- Desc: Acceleration variables in cabin mode.
[edit] dynamic-brake
- Type: dynamic-brake Container
- Desc: Deceleration variables while dynamic braking in cabin mode.
[edit] pressure
- Type: pressure Container
- Desc: TBD
[edit] mass
- Type: mass Container
- Desc: TBD
[edit] motor
- Type: motor Container
- Desc: TBD
[edit] flowsize
- Type: flowsize Container
- Desc: TBD
[edit] volume
- Type: volume Container
- Desc: TBD
[edit] scale
- Type: Obsolete
- Desc: Obsolete
[edit] epbrakes
- Type: Obsolete
- Desc: Obsolete
[edit] autopilot-stop-distance
- Type: float
- Desc: How far (in meters) in front of a typical obstruction (red light, etc.) the AI will attempt to stop the train. Changing this value can help fine-tune the accuracy of the AI's movement, however attempting to make the train stop too close to a target may result in overruns in some cases. This tag is intended for special-case usage only.
[edit] autopilot-crawl-distance
- Type: float
- Desc: Once this distance (in meters) from the intended stopping position has been reached, the AI will 'crawl' rather than attempt to speed up to reach its destination. Changing this value can help fine-tune the accuracy of the AI's movement, however attempting to make the train stop too close to a target may result in overruns in some cases. This tag is intended for special-case usage only.
[edit] autopilot-caution-speed-multiplier
- Type: float
- Desc: The AI will slow to this multiple of the speed limit when operating under caution conditions. This can be set to 1.0 in order to effectively remove caution-speed driving, however this can increase the risk of overruns in some cases
[edit] throttle-adjustment-rate
- Type: float
- Desc: Defines the adjustment rate at which the engine's throttle will adjust to match the train's throttle. Increasing this rate will make the engine more responsive at the possible cost of audio or driving realism. In DCC mode, a minimum value of 0.1 is used.
[edit] Example Config.txt
Sample config.txt file for an enginespec asset, with the Standard Tags excluded for brevity:
TBD
[edit] Downloads
Attach sample files here?