More Design Config v1.0.0.0

More Design Config v1.0.0.0


It’s finally here!
More Design Config has officially arrived in Farming Simulator 25 as of today!
I hope you have lots of fun with More Design Config in FS25!

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.

Author: Dirtdevil99





About FS25 mods:

If you play Farming Simulator 25, it's time to understand how mods work with the game. Farming Simulator 25 Mods is an extra file or content to change your basic game version. If you want more tractors and harvesters or need any farming tools in the game, FS25 mods are the best choice. So, mods allow you to change gameplay and customize the Farming Simulator 25 game. There are many different types of Farming Simulator 25 mods that will make your gameplay easier or increase your income to grow and build your farm, and you decide what kind of FS25 Mod to install. Read the mod installation instructions and description above before use. We are the largest FS25 mods community to share mods for the PC.



You may also like...

Leave a Reply

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