Changes

Jump to navigation Jump to search

Games/ETS2/Modding guides/1.30

23 bytes added, 07:38, 27 April 2018
no edit summary
A road items in editor can be marked with "GPS Avoid" flag. This will cause the navigation to apply a huge penalty to paths using this road. There is no such flag for prefab items however prefab_model definition supports a gps_avoid attribute which will enable it for all uses of that prefab in map.
 
== Vehicles Data ==
 
=== Engine Accessory Data ===
 
Engine now has '''''secondary_torque''''' attribute (default 0.0). If defined (positive value), it is used when transmission ratio is same or lower that '''''secondary_torque_gear_ratio''''' (default 1.0) - basically, higher torque is used on higher transmission gears.
 
Optionally there could be defined '''''secondary_torque_curve''''' array, syntax is same as in regular '''''torque_curve'''''. If secondary curve is not defined, primary curve is used. If even primary is not defined, default curve is used.
 
This is used in DAF 2017 engines, when higher torque is used on highest gear with direct transmissions and on two highest gears with overdrive transmissions.
== Prefabs ==
Consequentially flare blink sync inherited attributes and behavior from flare blink unit and has the same two new attributes: '''''blink_pattern''''' and '''''blink_step_length'''''.
 
== Engine Accessory Data ==
 
Engine now has '''''secondary_torque''''' attribute (default 0.0). If defined (positive value), it is used when transmission ratio is same or lower that '''''secondary_torque_gear_ratio''''' (default 1.0) - basically, higher torque is used on higher transmission gears.
 
Optionally there could be defined '''''secondary_torque_curve''''' array, syntax is same as in regular '''''torque_curve'''''. If secondary curve is not defined, primary curve is used. If even primary is not defined, default curve is used.
 
This is used in DAF 2017 engines, when higher torque is used on highest gear with direct transmissions and on two highest gears with overdrive transmissions.
== Time Zones Data ==

Navigation menu