Open main menu

Changes

Games/ETS2/Modding guides/1.43

3 bytes added, 15:53, 25 November 2021
Wheel logic
TBD
== Wheel logic ==
One of under-the-hood changes in 1.43 is rewrtiting some basic logic of work with wheels. The part that is immediately visible is that all axle sets in chassis data (kerb weight, residual travel, powered, liftable, sterable) now has values sorted for axles from the front to the rear as positioned in the vehicle (before it was front first a and rear after in reversed order). While it might cause some hardship for modders to fix their mods, it is investment for future - easier and safer logic as well as preparation for the new functionality.
Locator numbering in chassis model is less relevant as game itself sorts axles by position, but left-right consecutive numbering logic is still used. All old models thus work without changes. As an optional guide, you can count locators from the front now (to be consistent for example).
 
== Traffic ==
'''Traffic vehicle/trailer type separation was improved''' to allow better access control. Please update the modded storage names and contents accordingly:
510
edits