| [NameOfTheSection] | 
| Example for the indication of a new section: | |
| ▶ | [exterior] | 
| NameOfTheKey = Value | 
| Example of a key-value pair: | |
| ▶ | 0 = train.csv | 
| [Cari] | 
| Object = File | 
| file: The relative file name of the exterior object to use for this car, relative to the train folder. | 
| Length = Value | 
| Value: A positive floating-point number representing the length of the car. | 
| Axles = Rear, Front | 
| 
Rear: A floating-point number indicating the z-position of the rear axle measured from the center of the car. Usually a negative value. Front: A floating-point number indicating the z-position of the front axle measured from the center of the car. Usually a positive value.  | 
| Reversed = Value | 
| Value: Either True or False to indicate whether to reverse the car. | 
| Example of a Cari section: | |
| ▶ | 
[Car0] Object = locomotive.b3d Length = 16 Axles = -6, 6 Reversed = False  | 
| [Coupleri] | 
| Distances = Minimum, Maximum | 
| 
Minimum: A floating-point number indicating the minimum allowed distance between the cars. Maximum: A floating-point number indicating the maximum allowed distance between the cars.  | 
| Example of a Coupleri section: | |
| ▶ | 
[Coupler0] Distances = 0.30, 0.35  | 
| [Exterior] | 
| i = File | 
| 
i: An integer between 0 and n-1, where n is the number of cars the train has. Index 0 corresponds to the front car and index n-1 to the last car in the train. File: The relative file name of the exterior object to use for car i, relative to the train folder.  | 
| Example of an [Exterior] section | |
| ▶ | 
[Exterior] 0 = cars\engine.csv 1 = cars\passenger_mk1.b3d 2 = cars\passenger_mk1.b3d 3 = cars\passenger_bistro.b3d 4 = cars\passenger_mk2.b3d 5 = cars\postal.x  |