LoadTypes
Jump to navigation
Jump to search
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers
Within the LoadClass table you can define categories of loads that rail vehicles can carry. The specific type of loads are defined in the table TrainLoads. Vehicles can only carry loads that belong to a specific category, as defined in this table.
Table definition
- ID
- (int)
- Automatically incremented.
- LoadClass
- (string)
- Description of the type of load. Only this field is used within timetable!
- TrainLoads refer to the LoadClass table.
- Description
- (string)
- More detailed description/examples of the LoadClass.
Examples
ID | LoadClass | Description |
1 | Aggressive Fluids | Chlorine, acids, ammonia, etc. |
2 | Non-Aggressive Fluids | Water, syrups, food production liquids |
3 | Flammable Liquids | Petrol, diesel, oils, etc. |
4 | Heavy Solids | Steel bars, concrete blocks, tractors, etc |
5 | Automotive | Cars, trucks, etc. |
6 | Paletted Loads | Anything on wooden pallets |
7 | Pellettized Food Loads | Wheat, corn, barley, etc. |
8 | Pellettized Non-Food Loads | Iron ore, ballast, coal etc. |
9 | Liquid Iron | Used only for cars carrying liquid iron. |
10 | Nuclear Waste | Spent fuel rods (CASTOR) |
11 | Container | Container only |
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers