FreightTemplates
Jump to navigation
Jump to search
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers
Defines templates from which to create randomized freight traffic. When defined, these templates will add to or override what's already defined in the ConsistTemplates table. This has the effect that, for example, consist template #15 is not always the same each time a new simulation is started.
- ID
- (int)
- Automatically incremented.
- TemplateID
- (int)
- Entries with the same value belong to the same consist.
- Min
- (int)
- Defines the minimum number of cars of this type in the consist.
- Max
- (int)
- Defines the maximum number of cars of this type in the consist.
- VehicleID
- (int)
- References a vehicle type from the Vehicles table.
- PercentLoaded
- (int)
- Value between 0 and 100, inclusive.
- MeanLoaded
- (double)
- RESERVED
- VarianceLoaded
- (double)
- RESERVED
- LoadedType
- (int)
- Defines the type of load as defined in the LoadTypes table.
- Destination
- (string)
- Defines the final destination of a vehicle.
- LoadedMass
- (int)
- Defines the total content weight of the vehicle (not the tare weight).
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers