515
edits
Changes
→Voice navigation
= How to convert map =
* Load map
* Do rebuild (F8)
* Save map
* Select correct looks for models where the selection of the looks changed
* If the save generated error messages of type "Sign template item 123 does not exist in template 'ABC'"
** Find the template in the content browser
** Right click on it and select "Edit"
** In the "Sign Editor" dialog choose File > Clean up overrides
= Changes & New Features =
== Curve items ==
== Mover/walker unification and improvement ==
Moverover <code>mover_model_u</code> property <code>model_anim_alt</code> is also now obsolete and it '''will be removed''' in the next update. It means that '''pedestrian hookups''' using this property won't work correctly. Recommended approach is to replace them by new mover hookups with [[Documentation/Engine/Mover_model_group|mover model group]] models.
== Voice navigation ==
Data format for voice navigation feature is described at [[Documentation/Engine/Units/sound_data_voice_navigation]].
== Dynamic LODs ==
New attributes in '''economy_data''' unit that handle emergency refueling:
== Traffic data ==
=== Cabin suspension ===
The cabin is newly connected to the chassis by 4 point simulation springs as in real trucks (locatorpreviously, only one spring was used to simulate the cabin behavior).The spring locations can be seen as yellow crosses when g_colbox is active. The data members in <code>physics.sii</code> '''cabin_pitch_force_scaling_factor''', '''cabin_pitch_damping_factor''', '''cabin_roll_force_scaling_factor''' and '''cabin_roll_damping_factor''' are now obsolete/. There are new values data members in <code>physics.sii</code>: * '''cabin_suspension_travel''' (float, default 0.05, in meters)- specifies the length of the cabin springs when at rest position with cabin weight on themTBA* '''cabin_suspension_damping_factor''' (float, default 1.0) - relative strength multiplier of the cabin suspension damper* '''cabin_sway_bar_factor''' (float, default 1.0) - relative strength multiplier of the cabin suspension sway bar (which counters relative roll of the cabin)* '''cabin_cog_height_offset''' (float, default 0.5, in meters) - specifies the height difference between the cabin locator and the COG of the cabin (the COG is higher than the locator) {{Note|In addition, the working point of the cabin suspension may be altered with the g_cabin_suspension_stiffness cvar. Its default value (1.0) corresponds to working point at 0.65 (the spring compresses to 65 percent of its length when we put the cabin weight on it). Lower values of the cvar means lower working point, and thus softer springs (g_cabin_suspension_stiffness 0.0 puts the working point at 0.5).}}
=== Cargo model randomized ===
In addition, default COG is now in center of model based on some trailer geometry analysis regardless of trailer model scene origin. So the longitudinal offset used as workaround should be discarded.
=== Trailer chassis adjustment data ===
In unit '''trailer_configuration''' (folders '''def/trailer_owned/*/configurations/''') is new token '''equivalency''' (empty by default).
Each non-empty value defines closed set of configurations. Any other configuration with same '''equivalency''' token value is considered as different variant of same trailer(s). By pure logic they should have same cost and level (but its not cross-checked nor forced by game) and any such switch made via trailer adjuster is free.
=== Dealer UI for modded trucks ===
{{Note|At the moment, the UK only truck brands defined in '''/def/vehicle/truck_dealer_uk''' are not supported by this feature.}}
Additionally, you can add a brand logo to your own brand dealer on the '''/material/ui/truck_brand_logobrand_logo''' directory. To achieve this, create a .mat, a .tobj and a .tga logo files with the name of your new brand (aka "'''xbrand'''" here). Using the provided [[Documentation/Tools/Conversion_Tools#Download_.26_Installation|conversion tools]] convert these files and add the resulting conversions to the aforementioned directory. The logo size has to be '''128x64'''. If no brand logo is set, in its place there will be an empty material image.
Finally, you can still add modded trucks to the in-game dealers using the same procedure of creating a directory with that said in-game's brand name in the '''/def/vehicle/truck_dealer''' path and populating it with new offers. So if a modder wanted to add new offers to DAF for example, they would have to create a directory named "'''daf'''" in the truck_dealer path of their mod and add their truck offers there. All modded content to the in-game brands will be available in both the modding and the actual brand dealers.
Unit '''accessory_transmission_data''' has two new string attributes - '''auto_mode_name''' (default "A") and '''manual_mode_name''' (default "M"). Their value is used in dashboard computer display as transmission mode element (id 1310) if truck display contains one.
=== Wheel collision offsets improved ===
Previously, the wheel collision representation used a hard-coded offset and width, and thus did not always match precisely the visuals. Most wheels should now have their collisions matched by default.
The only wheels requiring special treatment are those with a nonzero offset of the 'middle' of the tire from zero (this may arise for multiple reasons, e.g. for allowing baked (not tire + rim) wheels
to rotate as intended, or for making tires with multiple widths compatible with a single rim/disc accessory).
For such wheels, there is a new parameter in <code>accessory_wheel_data</code> called '''wheel_shift'''. This shift should amount to the difference between the zero of the scene and the zero of the tyre for the collisions to be generated correctly.
{{Note| Another ingredient needed for the collisions to work as intended is ensuring the BB locator is positioned at the outer edge of the tire.}}
=== Wipers duration & delay format ===