I have been reading and looking through posts for an hour and maybe it's me (fully aware of that...haha) but I cannot find any help on how to mod not receiving or mitigating the damage I receive when I fall and also trying to mod how fast I can run. Could some please provide some guidance? Thank you in advance!!!
I'm not much of a modder, but I saw your posts in the starvation mod thread about changing exosuit armor speed bonus so I did a bit of looking around and found something out here:
https://7daystodie.com/forums/showthread.php?67623-Speed-Mod
In that thread Gazz show a way to change movement speed, after seeing that, in my starvation mod install, I tried to add in the buffs.xml at the exospeed I wrote:
<modify id="0" stat="speedmodifier" modifyMaxValue="10"/>
<modify id="1" stat="speedmodifier" modifyValue="7"/>
so it look like that now:
<buff id="exoSpeed" duration="0" name_key="exoSpeed">
<modify id="0" stat="stamina" amount="15" rate="1" />
<modify id="0" stat="speedmodifier" modifyMaxValue="10"/>
<modify id="1" stat="speedmodifier" modifyValue="7"/>
After doing the modification I tried to use the exosuit and I was very fast so it worked.
I have no idea if this is going to cause other problems somewhere in the mod, but it work.
For the fall damage I have no idea what you need to do since I didn't look into that.