More Design Config V1.0.0.0

FS25 Mods |
More Design Config V1.0.0.0


More Design Config is available for Farming Simulator 25.

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"></design9configurations>

<design9configuration name="Standard" price="0" saveid="standard">
<objectchange
node="frontStandard"
visibilityActive="true"
visibilityInactive="false"/></objectchange>
</design9configuration>

<objectchange
node="frontCustom"
visibilityActive="false"
visibilityInactive="true"/>
</objectchange>

<design9configuration name="Custom" price="1500" saveid="custom">
<objectchange
node="frontStandard"
visibilityActive="false"
visibilityInactive="true"/></objectchange>
</design9configuration>

<objectchange
node="frontCustom"
visibilityActive="true"
visibilityInactive="false"/>
</objectchange>

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.


Author: Dirtdevil99
Having problems with the mod? Check the comments for possible solutions, and report any new bugs you discover.


Download


Useful Information: How to install FS25 Mods | Farming Simulator 25 FAQ | Farming Simulator 25 News | FS25 System Requirements | Download FS25 Game | Giants Editor FS25 | FS25 Modding Guide | FS25 Cheats | FS25 Guides

Leave a Reply

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