Caves of Qud

Caves of Qud

View Stats:
Eboreg 18 Nov, 2024 @ 6:44am
Options.xml file is crashing the game
I recently created an extra Options.xml file in order to enhance one of my mods but whenever I open the Options menu in-game, the game crashes to desktop. Could anyone look at my file and see what I'm doing wrong?

<?xml version="1.0" encoding="utf-8" ?> <options> <option ID="OptionHydraHeadsMax" DisplayText="Maximum Amount of Hydra Heads" Category="Improved Mutations" Type="Slider" Min="4" Max="100" Increment="1" Default="9"></option> </options>
< >
Showing 1-4 of 4 comments
wizardlibrarian 20 Nov, 2024 @ 12:55pm 
Did you previously have a non-number option for OptionHydraHeadsMax? It’s possible the game saved a string for the option.

Otherwise, is there anything informative in your Player.log?
Last edited by wizardlibrarian; 20 Nov, 2024 @ 12:55pm
Eboreg 20 Nov, 2024 @ 2:21pm 
I just looked at the Player.log and from what I see, there's an infinite recursive loop caused by the UnityEngine.UI.Slider.set_value() method calling the Qud.UI.OptionsSliderControl.OnSliderChanged() method
wizardlibrarian 20 Nov, 2024 @ 2:32pm 
What happens if you set the Default to and end value like 4, or set the Min to 5 or 0? I’m wondering if the slightly unusual span of 96 is causing jittering between different setting values on the slider
Last edited by wizardlibrarian; 20 Nov, 2024 @ 2:32pm
Eboreg 20 Nov, 2024 @ 2:45pm 
I tried all that and everything still ends in crashes.
< >
Showing 1-4 of 4 comments
Per page: 1530 50