Description
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.
❤ ️ Someone loved this mod 8 hours ago!
💡 Others also downloaded: Real Physics Tire Wear V1.2.2.5, Real Exhaust Smoke Beta 2 V0.3, Auto Grove.
Author: Dirtdevil99
How to install this mod (Full installation guide)
- Download the mod (ModsHost download guide).
- Find the mods folder on your computer
- Windows – /Documents/My Games/FarmingSimulator2025/mods
- Mac OS – /Library/Application Support/FarmingSimulator2025/mods
- Copy the downloaded file to your Mods folder
- Launch the game and enjoy your mod!
Problems? Let us know in the comments! Your feedback helps modders improve the mod. Also, be sure to check the comments section - other players may have already shared solutions to common issues.
Share Your Gameplay!
Submit a screenshot of this mod!
Submit a YouTube video.

