Changes

Jump to navigation Jump to search

Games/ETS2/Modding guides/1.32

491 bytes added, 16:12, 8 August 2018
Country data
== Country data ==
TODO - very raw text
 
Country data has new attribute called '''mass_limit_per_axle_count'''. It is an array definining maximum allowed mass limit in KG of the vehicle with the given amount of axles in the following countries.
 
The first element is describing mass limit for vehicle with 2 axles, second 3 axles etc.
 
```
mass_limit_per_axle_count[]: 10000 # define 10 t limit for vehicle with 2 axles
mass_limit_per_axle_count[]: 15000 # define 15 t limit for vehicle with 3 axles
# etc
```
== Vehicles data ==
developer
1,626
edits

Navigation menu