Changes

Jump to navigation Jump to search

Games/ATS/Modding guides/1.5

234 bytes added, 08:18, 27 April 2018
Changes
* When modifying original models, always include <strong>ALL</strong> compoments of the model (pmg+pmd) instead of just those you changed. Otherwise you risk crash if we change the model.
* As always when adding new objects to files which support multi-file approach (e.g. road_look.sii) it is <strong>HIGHLY RECOMMENDED</strong> to use suffix or prefix in the name to avoid conflicts with new objects we are adding in patches. Otherwise you might have to use the batch renaming functionality (see Batch renaming) to fix the conflicts when new patch appears.
 
= How to convert map =
* Download and install our mod, as a replacement for renamed models and variants: [http://modding.scssoft.com/download/mod_load_old_map.zip link]
* Load map
* Do rebuild (F8)
* Save map
 
= Changes =
 
== Map ==
We replaced some prefabs and prefab variants. So for loading old map and map mods, please download and install our mod: [http://modding.scssoft.com/download/mod_load_old_map.zip link].
* model '''"d_food_mkt4"''' was renamed to '''"d_food_mkt1"'''
== Company Data data ==
Unit '''"company_data"''' has new attribute '''"sort_name"'''. It is a string used for sorting non ASCII only company names.
== Climate Profile profile ==
Unit '''"climate_profile"''' underwent some changes. Simple latitude setting was updated to fully defined projection system. There is new attribute '''"map_projection"''' (default value '''"mercator"'''), where we can define the projection between map and globe coordinates.
{{Note|If you want use old maps use mercator projection. Then longitude is not taken into consideration at all so you can use any value (with preferably non-zero factor).}}
== Vehicles data ===== Truck Data data ======= Interior Data data ====
Unit '''"accessory_interior_data"''' has new animations - '''"general_air_press_anim"''' and '''"trailer_air_press_anim"''' both with their respective '''"_min"''' and '''"_max"''' values. They are additional air pressure gauges currently used in ATS truck Peterbilt 389.
Unit '''"accessory_interior_data"''' has new attribute '''"air_brake_safeguard"''' (default false or 0). It makes parking brake knob pneumatic (like in US trucks) and it will be physically kicked out on low air. So driver must push it again to drive (this is instead of electronic switch used in EU trucks).

Navigation menu