Changes

Jump to navigation Jump to search

Games/ETS2/Modding guides/1.38

952 bytes added, 10:31, 19 July 2020
License plate data
We unified the naming to this strict format to be better able to automatically test all game data and thus speed up development. We also encourage to change all modded data in same way to prevent errors.
=== License plate data ===
* There was changed generation rulesof LP slightly. Country-based LP are working exactly same as before: if vehicle type is matched that data set is used, TBD* otherwise first dataset is used (regular car typically). City-driven 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. As example, this behavior is used in Idaho for emergency vehicles (medical, TBDfire and police).
== Vehicle data ==
499
edits

Navigation menu