lykopotoboy wrote: 12 Feb 2022 10:02
Which files do I need to put @Include in for stand alone trucks? Is it the two new files, or another one that has been around before 1.43. Also is it @Include only, or name of internal name (def file) of truck. Thanks in advance!
Better late than never:
I take it you want to edit a local mod to make it compatible?
You only include the two files. But you add the include statements in an existing file. Most mod trucks have a standard.sii file.
Here's where to put the statements in the file's content structure:
Code: Select all
SiiNunit
{
accessory_interior_data: standard.make.model.interior
{
...
@include "sound.sui"
@include "sound_effects.sui"
...
}
...
@include "glass.sui"
@include "sound_effects_units.sui"
}