Changes

Jump to navigation Jump to search

Games/ETS2/Modding guides/1.27.2

359 bytes added, 07:45, 27 April 2018
Changes
= Changes =
== Trailer Data Vehicles data ==
=== Truck data === ==== Transmission data ==== Transmission configurations got new attribute '''crawls'''. It represents count of crawl gears aka first N gears from '''ratios_forward''' array. {{Note| Crawls attribute is used only for visual representation of crawl gears, si it doesn't not effect actual gear ratios in any way.}} === Trailer data === ==== Steerable Axles axles ====
For trailer to be using steerable axles several things has to be done:
vehicle_accessory:.trailer_name.cargo_name.tchassis
{
data_path: "/def/vehicle/trailer/trailer_name/chassis.sii" # link to chassis definition file
}
vehicle_wheel_accessory: .trailer_name.cargo_name.trwheel0

Navigation menu