Changes

Jump to navigation Jump to search

Games/ETS2/Modding guides/1.19

51 bytes removed, 09:05, 17 March 2016
m
50keda moved page Games/ETS2/Modding Guides/1.19 to Games/ETS2/Modding guides/1.19 without leaving a redirect
= Patch: 1.19 = == Recommendations ==
<ul>
<li> Some new models utilizing the "fr" suffix or prefix are still work in progress and it is likely that they might change significantly in some next patch. For this reason it is recommended that you avoid using them in your mods at this time.
</ul>
== How to convert map ==
<ul>
<li> If your mod overrides <strong>signs.sii</strong> or <strong>sign.dlc_north.sii</strong>, you need to update those files to account for us moving some signs from DLC Scandinavia to base.
</ul>
== Changes ===== Traffic-related changes ======= AI vehicle model storage ====
For each supported vehicle type (currently: <strong><em>car, truck, bus</em></strong>) a separate unit exists in <strong>/def/vehicle/traffic_vehicle_type.sii</strong>. These units contain paths to actual model storage for given vehicle type (e.g.<strong> /def/vehicle/traffic_storage_car.sii</strong>)
==== AI trailer model storage ====
For each supported trailer type (currently: <strong><em>semi_trailer</em></strong>) a separate unit exists in <strong>/def/vehicle/traffic_trailer_type.sii</strong>. These units contain paths to actual model storage for given trailer type (e.g.<strong> /def/vehicle/traffic_storage_semi_trailer.sii</strong>)
==== AI vehicle definition ====
Property <strong>attachable</strong> is now obsolete. It has been replaced by an array attribute <strong>attachable_trailer</strong>. The array contains unit names (as strings) of all trailer models which can be attached to the given vehicle.
<code>attachable_trailer[]: ""</code>
==== AI trailer definition ====
To allow future features and improvements, the type of the unit defining an AI trailer <strong>CHANGED FROM</strong> <code>trailer</code> <strong>TO</strong> <code>traffic_trailer</code>
<code>trafic_trailer : traffic.trailer.fuel_cistern</code>
==== Road look definition ====
The <strong>lane_count_left</strong>, <strong>lane_count_right</strong> and <strong>ai_speed_type</strong> attributes are now obsolete. They were replaced by <strong>lanes_left</strong> and <strong>lanes_right</strong> arrays. (The array items are ordered from the center of the road to the borders) This allows specifying some traffic lane attributes for each lane separately - see "<em>Traffic lane definition</em>"
==== Traffic lane definition ====
Traffic lane definitions can be found in <strong>/def/world/traffic_lane.sii</strong>.
==== License plate definition ====
The definitions of per-country license plates were moved into separate <strong>/def/country/&lt;country_name&gt;/license_plates.sii</strong> file. It contains separate unit for each vehicle type (car, truck, bus). If more than one unit exists for some type, the game will use the first unit it encounters.
==== Country speed limit definition ====
The definitions of per-country speed limits were moved into separate <strong>/def/country/&lt;country_name&gt;/speed_limits.sii</strong> file. It contains separate unit for each vehicle type (car, truck, bus). If more than one unit exists for some type, the game will use the first unit it encounters.
=== Vehicle changes ======= Separate interior model ====
The cabin interior now uses separate model for rendering from external views. That model is defined using new <strong>ext_model</strong>, <strong>ext_variant</strong> and <strong>ext_look</strong> attributes of interior accessory.
=== Editor changes ===
<ul>
<li> <span style="background-color: transparent;">The toolbar window and editor window were combined into one.</span>
</li></ul>
==== 3D move manipulator ====
<ul>
<li> <span style="background-color: transparent;">Editor contains 3D move manipulator ("gizmo").</span>
</ul>
==== Grid ====
<ul>
<li> <span style="background-color: transparent;">Editor can render grid when enabled from menu View &gt; Grid.</span>

Navigation menu