Drayton3591
Refugee
I am trying to create a mod for myself that changes the starting radius of the buried supplies quest but its not working, can anyone help
<configs>
<append xpath="/quests">
<quest id="tier1_buried_supplies" >
<property name="default_radius" value="3" />
</quest>
</append>
<append xpath="/quests">
<quest id="tier2_buried_supplies" >
<property name="default_radius" value="3" />
</quest>
</append>
<append xpath="/quests">
<quest id="tier3_buried_supplies" >
<property name="default_radius" value="3" />
</quest>
</append>
</configs>
I put that but does not work, I got the structure from a mod maker but could not get that mod maker to work properly so kind of guessed how it should be.
What am I doing wrong, surprised there is not a mod out there that does this already.
Thanks for you help
<configs>
<append xpath="/quests">
<quest id="tier1_buried_supplies" >
<property name="default_radius" value="3" />
</quest>
</append>
<append xpath="/quests">
<quest id="tier2_buried_supplies" >
<property name="default_radius" value="3" />
</quest>
</append>
<append xpath="/quests">
<quest id="tier3_buried_supplies" >
<property name="default_radius" value="3" />
</quest>
</append>
</configs>
I put that but does not work, I got the structure from a mod maker but could not get that mod maker to work properly so kind of guessed how it should be.
What am I doing wrong, surprised there is not a mod out there that does this already.
Thanks for you help