Changes

Jump to navigation Jump to search

Games/ETS2/Modding guides/1.47

693 bytes added, 17:08, 5 May 2023
Dashboard Colors
=== Dashboard Colors ===
TBAHandling of the <code>dashboard_color[]</code> array in <code>accessory_interior_data</code> was changed. Instead of possible 16 slots, user can now define only up to 8 slots. Remaining 8 slots are now system reserved and are currently used as follows:* slot9-14[uv(0..3, 2..3)] - unused, reserved for future use, set to MEGENTA(1.0,0.0,1.0) to easily spot misplaced UVs* slot15[uv(2,-3)] - permanently WHITE(1.0,1.0,1.0), useful for any permanently lit surfaces or material simulating mirror surface* slot16[uv(3,-3)] - WHITE(1.0,1.0,1.0) when engine electric is ON, otherwise BLACK(0.0,0.0,0.0), useful for any lit surfaces that are depended on the engine electrics (e.g. dashboard computer)
=== Interior Animations and UI Elements ===

Navigation menu