More Design Config v 1.0

FS25 mods

More Design Config v 1.0

About the mod:

INSTALLATION:
Installation in a vehicle mod
First, copy the file.
MoreDesignConfigurations.lua
from the scripts folder to the scripts folder of your vehicle mod.
Next, enter the following into the modDesc.xml file of your vehicle mod:

code
If your mod already has an extraSourceFiles section, you only need to add the sourceFile line there.

New configuration in the vehicle XML
After that, you can, for example, create a configuration in your vehicle’s XML:

code
design9Configurations title=”Front Design”

design9Configuration name=”Standard” price=”0″ saveId=”standard”
objectChange
node=”frontStandard”
visibilityActive=”true”
visibilityInactive=”false”/

objectChange
node=”frontCustom”
visibilityActive=”false”
visibilityInactive=”true”/
/design9Configuration>

design9Configuration name=”Custom” price=”1500″ saveId=”custom”
objectChange
node=”frontStandard”
visibilityActive=”false”
visibilityInactive=”true”/

objectChange
node=”frontCustom”
visibilityActive=”true”
visibilityInactive=”false”/
/design9Configuration>

/design9Configurations>

Show less
The crucial part here is the node information provided:

code
node=”frontStandard”
node=”frontCustom”

The included file contains only examples. You need to enter your vehicle’s actual i3d mappings there.

Credits:
Dirtdevil99

How to install FS19 mods?

Firstly find a mod which you like and want to download. Then download a mod to your PC. Mods are usually in .zip format file. But sometimes it can be in .rar. If a mod file is a .zip format no needed additional actions. If a file is in .rar, then you must unarchive mod with software like WinRar or Zip7. Windows 10 users no need to use software for archives, Win10 itself has a feature to unarchive files.

The next step is to find mods folder in your PC. Usually, it is in Documents/My Games/Farming Simulator 19/2019. Open the "mods" folder and put downloaded .zip archive or unarchived .rar file to this folder.

Last step. Enjoy of FS19 mods!

Leave a Reply

Your email address will not be published. Required fields are marked *