LS25 More Design Config v1.0.0.0

LS25 Other

LS25 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.


Authors:
Dirtdevil99




Why & How to use FS25 mods

Have you tried Farming Simulator 25 Mods already? Downloading FS25 / FS22 mods is one of the best ways to upgrade your Farming Simulator 25 / 22 game by just installing it. All that you need is to select Farming Simulator 25 / 22 mod and upload it to your game mod folder. Here you will find modifications such as Tractors, Maps, harvesters mods for FS22 / FS22. However, the best way to see how it works is just to try and explore these LS25 / LS22 mods right now.


LS25 Other

Leave a Reply

Do you need help or to say thanks for mod author? Just leave a comment bellow!