Changes

Jump to navigation Jump to search

Games/ETS2/Modding guides/1.38

4 bytes added, 10:34, 19 July 2020
License plate data
There was changed generation of LP slightly. Country-based LP are working exactly same as before: if vehicle type is matched that data set is used, otherwise first data set is used (regular car typically). City-based LPs has been working similarly except there was hardcoded pobability (33%) of using country-based LP instead. Right now city-based LP generation always checks both country and city data for defined vehicle types. If vehicle type is matched data sets are used, but if both country and city type definition exists the decision is based on '''probabilty''' field on city data. As default value is 0.67, it works similarly as before.
Main difference is that if you do not define city LP for some vehicle type, first fallback is to country LP for that vehicle type and only the secondary fallabck is the first vehicle type in city LP list. Also you can enforce local LP if desired by setting '''probability''' to 1.0 in city-based LP definitions. As example, this behavior is used in Idaho DLC for emergency vehicles (medical, fire and police).
== Vehicle data ==
507
edits

Navigation menu