Warhammer 40,000: Gladius - Relics of War

Warhammer 40,000: Gladius - Relics of War

Create and Share Custom Mods
The best mods for Warhammer 40,000: Gladius live here. Mods are made by players, for players and are not officially licensed by Games Workshop. Click 'Learn More' below to read our Modder’s Guide.
Learn More
Bizzo 24 Sep, 2024 @ 10:51pm
Help with Leadership Bonus Mod when selecting player difficulty
Looking for help on how to make a mod that gives only +5 leadership instead of +10 when you move up the difficulty one level at the start of game. I'm looking to balance a multiplayer game where +10 leadership is too much for certain players we have, but +5 leadership would be good. I have zero modding knowledge, but willing to learn. Hoping its just a modification to one file.
Thanks
< >
Showing 1-1 of 1 comments
Jey 14 24 Sep, 2024 @ 11:39pm 
Data/World/Blueprints/WorldParameters.xml

<difficulties> <difficulty loyaltyModifier="-15"/> <difficulty loyaltyModifier="-5"/> <difficulty loyaltyModifier="0"/> <difficulty loyaltyModifier="10" levelModifier="1"/> <difficulty loyaltyModifier="30" levelModifier="2"/> <difficulty loyaltyModifier="60" levelModifier="3"/> <difficulty loyaltyModifier="100" levelModifier="4"/> </difficulties>

You can:
- Modify the value (pros: No compatibility issue, cons: There might be display issue if the player doesn't also have the mod)
- Add a new value (pros: Clearer for everyone that it's modded, cons: May crash the game for people joining the lobby without the mod, requires to also add lines in localization files)
< >
Showing 1-1 of 1 comments
Per page: 1530 50