Project Zomboid

Project Zomboid

STALKER Functional Exoskeletons REFORGED
JBG_84 11 Sep, 2024 @ 4:58pm
Fixed version (No more infEndurance
in order to NOT create a new workshop item and move away from this amazing mod, and with the help of Zomboid's modding community, I fixed the issue, just find [if power > 0 and ExoState == 1 then] in ExoSTMain.lua and replace it with if power > 0 and ExoState == 1 then
local stats = player:getStats()
local EnduranceRG = stats:getEndurance();
stats:setEndurance(EnduranceRG + 0.005);

The number is the amount of endurance gained by every tick the game checks the value, Enjoy!
< >
Showing 1-2 of 2 comments
Dosboy 11 Oct, 2024 @ 9:55pm 
What does this mean? Is the mod broken? If so, I have no idea how to do what you say above.
JBG_84 29 Oct, 2024 @ 10:14am 
You find ExoSTMain.lua in your mod files, and replace the code lines with what I provided, be aware that this fix does not work w other mods that affect the endurance stat every game tick
< >
Showing 1-2 of 2 comments
Per page: 1530 50