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
Mrcalzon02 7 29 Jun, 2021 @ 7:19am
Trying to add a trait and its now crashing the game on load......
StringManager.cpp:153: void __cdecl proxy::core::StringManager::resolveReferences(void): Depth counter exceeded maximum while resolving "<string name='Upgrades/SpaceMarines/EntrenchingDescription'/>".
< >
Showing 1-4 of 4 comments
Jey 14 29 Jun, 2021 @ 7:30am 
The problem is you messed up.

How?
Well I'd need to have the files to determine that :').
Mrcalzon02 7 29 Jun, 2021 @ 8:02am 
<entry name="SpaceMarines/Entrenching" value="<string name='Traits/Entrenching'/>"/>
<entry name="SpaceMarines/EntrenchingDescription" value="<string name='Upgrades/SpaceMarines/EntrenchingDescription'/>"/>
<entry name="SpaceMarines/EntrenchingFlavor" value="Anceint tactics of Entrechment allow units to use the Planet itself as cover from incoming fire and bombardment."/>

https://imgur.com/6Oi8xFp i fully expect i've done something silly and obvious that an awake person might see.
seeing as i somehow had it working before hand. brain! what could i have changed that in someway broke this?
Last edited by Mrcalzon02; 29 Jun, 2021 @ 8:06am
Jey 14 29 Jun, 2021 @ 8:29am 
Your SpaceMarines/EntrenchingDescription in the upgrades.xml file has the same value as the SpaceMarines/EntrenchingDescription in the upgrades.xml file (Upgrades/SpaceMarines/EntrenchingDescription) which has the same value as...

You recursively call the same thing.

You need to change
"<string name='Upgrades/SpaceMarines/EntrenchingDescription'/>"/>
by
"<string name='Traits/SpaceMarines/EntrenchingDescription'/>"/>
, most likely.
Last edited by Jey; 29 Jun, 2021 @ 8:29am
Mrcalzon02 7 29 Jun, 2021 @ 8:35am 
omg you are most correct. it was a looping reference... i am the dumb and very tired. thank you!
< >
Showing 1-4 of 4 comments
Per page: 1530 50