1,784
edits
Changes
Jump to navigation
Jump to search
TBAExisting cargo model match unit was reworked 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.* '''unit_volume_factor''' - float as factor of the cargo unit volume defined in cargo data. This is usually used to distinguish different cargo model matches of the same cargo, that have completely different visual and thus different ratio to the cargo unit volume. Unless you are not defining new cargo model matches for existing cargo nor you have multiple cargo model matches you should not define it* '''loading_method''' - token of the loading method cargo model match will be using, see [more|#Loading methods]* '''lashing_method''' - token of the lashing method cargo model match will be using, see [more|#Lashing methods]* '''lashing_gear_type''' - token of the lashing device cargo model match will be using, see [more|#Lashing gear types]* '''lashing_hook_angle_constraints''' - float3 defining angle constraint on each axis of the hook in range between 0 and 90° (this will work similarly as angle constriants on body lashing mounts except that his is applied only when <code>direct</code> lashing is used for the cargo model match)
→Cargo model match data
=== Cargo model match data ===
=== Common structures ===
TBA