TrainTypes: Difference between revisions
Jump to navigation
Jump to search
(Created page with ';ID :(int) :Automatically increments. ;TrainTypeDescription :(string) :Defines the name of the train type. ;TrainTypeMaxAcceleration :(string) :Maximum acceleration of a tra…') |
No edit summary |
||
| Line 1: | Line 1: | ||
TrainTypes defines various physics models for use with different trains. | |||
;ID | ;ID | ||
:(int) | :(int) | ||
| Line 8: | Line 10: | ||
;TrainTypeMaxAcceleration | ;TrainTypeMaxAcceleration | ||
:( | :(float) | ||
:Maximum acceleration of a train in m/s² | :Maximum acceleration of a train of this type, in m/s². | ||
;TrainTypeNormalAcceleration | |||
:(float) | |||
:The typical acceleration of a train of this type, in m/s². | |||
;TrainTypeMaxDeceleration | |||
:(float) | |||
:Maximum deceleration of a train of this type, in m/s². | |||
;TrainTypeAccelerationCorner | |||
:(float) | |||
:Value between 0 and 1 - defines the point at which acceleration drops off at higher speeds. | |||
;TrainTimeReleaseBrakes | |||
:(int) | |||
:Time in seconds that it takes the brakes to release after a normal brake application. | |||
;TrainTimeReleaseEmergencyBrake | |||
:(int) | |||
:Time in seconds that it takes the brakes to release after an emergency brake application. | |||
{{TimetableNav}} | {{TimetableNav}} | ||
Revision as of 04:13, 6 January 2011
TrainTypes defines various physics models for use with different trains.
- ID
- (int)
- Automatically increments.
- TrainTypeDescription
- (string)
- Defines the name of the train type.
- TrainTypeMaxAcceleration
- (float)
- Maximum acceleration of a train of this type, in m/s².
- TrainTypeNormalAcceleration
- (float)
- The typical acceleration of a train of this type, in m/s².
- TrainTypeMaxDeceleration
- (float)
- Maximum deceleration of a train of this type, in m/s².
- TrainTypeAccelerationCorner
- (float)
- Value between 0 and 1 - defines the point at which acceleration drops off at higher speeds.
- TrainTimeReleaseBrakes
- (int)
- Time in seconds that it takes the brakes to release after a normal brake application.
- TrainTimeReleaseEmergencyBrake
- (int)
- Time in seconds that it takes the brakes to release after an emergency brake application.
Return to Timetables