Project Zomboid

Project Zomboid

Subpar Survivors
INVICIBLE NPC FIX
How to fix:
1) Go to: F:\SteamLibrary\steamapps\workshop\content\108600\2521330369\mods\Subpar-Survivors\media\lua\client\2_Other\SuperSurvivorUpdate.lua

2) Find:
if (ZombRand(0,100) < victim:getBodyPartClothingDefense(bindex, b3, b4)) then b = false; victim:addHoleFromZombieAttacks(BloodBodyPartType.FromIndex(bindex)); end

3) Replace it with:
--if (ZombRand(0,100) < victim:getBodyPartClothingDefense(bindex, b3, b4)) then -- b = false; -- victim:addHoleFromZombieAttacks(BloodBodyPartType.FromIndex(bindex)); --end

4) Find:
victim:splatBloodFloorBig(0.4); victim:splatBloodFloorBig(0.4); victim:splatBloodFloorBig(0.4);
5) Replace it with:
--victim:splatBloodFloorBig(0.4); --victim:splatBloodFloorBig(0.4); --victim:splatBloodFloorBig(0.4);

It helped me. I also used fixes from https://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/1905148104/3198118671855714410/
Last edited by CorruptedMushroom; 15 Jan, 2022 @ 8:50am