Changes

Jump to navigation Jump to search

Games/ETS2/Modding guides/1.36

83 bytes removed, 09:03, 15 November 2019
Dashboard computer display elements
__TOC__
 
 
{{Tip|Be aware that page is not final. Thus do not fully rely on written subjects, until this message is here!}}
 
= Introduction =
* Do rebuild (F8)
* Save map
 
(TODO)
= Changes & New Features =
 
(TODO)
== Editor ==
More data driven license plate system for AI vehicles.
From unit Attributes '''traffic_vehiclelp_variant_front''' the attributes and '''lp_variant_frontlp_variant_rear''' and from unit '''lp_variant_reartraffic_vehicle''' has have been removed.
Unit '''license_plate_data''' has new attributes: '''background_front''', '''background_rear'''. Both are strings (up to 32 characters), default values are "front" and "rear" respective. Texture with given name is looked for as '''material/ui/lp/<country>/*.mat''' file.
There is new attribute '''nominal_voltage''' (float, default 24.0V) used for battery voltage simulations ranges and display.
=== Dashboard computer display elements (IDs) ===
Dash element '''ui_gauge''' has changed attributes - instead of single '''range''' attribute that defined range always from 0 is now used '''value_min''' and '''value_max''' for proper scaling of input values. Those values are directly mapped to old '''min''' and '''max''' attributes describing gauge angles.
New elements [[Documentation/Engine/Truck Interior Animations and IDs|IDs]] added:
* 1320 - battery voltage
* 1330 - battery voltage gauge, expected to be '''ui_gauge''' element type

Navigation menu