Open main menu

Changes

Games/ETS2/Modding guides/1.54

169 bytes added, 18 March
Cargo model match data
=== Cargo model match data ===
Existing Cargo model match units were moved into vehicle definition space, since they are only to be used in conjunction with the vehicle and cargo loading logic. Additionally existing cargo model match unit was reworked refactored and now supports following attributes:
* '''data_path''' - array of strings defining different models of same cargo model match (aka has same dimensions but different look)
* '''dimensions''' - float3 representing dimensions of the cargo model match in each axis (X,Y,Z). Y component is currently ignored however might be used in the future.