Changes

Jump to navigation Jump to search

Games/ETS2/Modding guides/1.26

2 bytes removed, 07:56, 8 November 2016
Undo revision 2846 by Smarty (talk)
= Recommendations =
* When basing your you model on the original ones, add to your mod also <strong>ALL</strong> original /automat/ files used by it. The names of the files are generated as SHA1 hash of theirs content so whenever we change the parameters of the material in any way, a different file will be used to store them and the original file might cease to exist if there is no other model utilizing the original parameters.
* 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.
[latitude,longitude] = map_origin + map_factor * [map_z,map_x]
In addition attributes '''"standard_paralel_1"''' and '''"standard_paralel_2"''' has been added for '''"lambert_coniclabert_conic"''' projection currently used ATS for new USA map. All in degrees.
== Truck Data ==

Navigation menu