Changes

Jump to navigation Jump to search

Documentation/Engine/Units/accessory addon data

13 bytes added, 13:46, 20 June 2017
no edit summary
The '''accessory_addon_data''' unit class is used for vehicle accessories that add adds a visible component to a vehicle. This is most commonly used for customization of the [[Documentation/Engine/Game_data/Player_trucks_definitions|player's vehicle]]. It defines the paths to the visible models and their configuration (variant, look, excluded views), and the path to the collision mesh if applicable. Units of this type are typically found in '''/def/vehicle/truck/<makebrand.model>/accessory/<type>/*.sii''', but some special .{{Note|Some legacy accessories which don't directly interact with the player (eg . badges which are dependent on the engine/chassis configuration) may also be found in '''def/vehicle/truck/<makebrand.model>/<special_typetype>/*.sii'''because of legacy. So when creating new types always create them inside '''accsessory''' subfolder.}}
== Attributes ==
|string
|
|Path to the collision mesh descriptor (.pmc) for the accessory (if applicable).
|-
|look
|token
|default
|Selects Name of the look to be used on all models. If unset, defaults to ''default''descriptors of this accessory.
{{Note|All models for an accessory must have the same set of looks.}}
|-
|token
|default
|Selects Name of the variant to be used on all models. If unset, defaults to ''default''descriptors of this accessory.
{{Note|All models for an accessory must have the same set of variants.}}
|-
|hide_in
|u32
|0x00
|Flag for &ldquo;hiding&ldquo; accessory from being drawn in specific views. Valid values can be calculated [http://eurotrucksimulator2.com/modding_changes_114.php#Hide%20following%20views here].
{{Note|Accessories whose model references textures containing the mirror reflection (e.g. the mirror itself) '''MUST''' be marked as not visible in the mirrors. Previously there was a special mechanism to handle this however the now game exclusively relies on hide_in attribute to handle that. }}
|}

Navigation menu