flynia Posted October 4, 2014 Report Share Posted October 4, 2014 Hi All, I'm pretty new here so be gentle. Here is a string of code that I have put together for Walking Dead type Zombies with massively increased damage. Instructions:- 1. Create the folder 'custom' under your "MPMissions\DayZ_Number.Mission" folder. If you already have this folder ignore this step. 2. Create a custom compiles.sqf in "MPMissions\DayZ_Number.Mission\custom" folder. If you already have this file ignore this step. 3. Added the following text to it: if (!isDedicated) then { zombie_generate = compile preprocessFileLineNumbers "walkingdead\zombie_generate.sqf"; player_zombieAttack = compile preprocessFileLineNumbers "walkingdead\player_zombieAttack.sqf"; wild_spawnZombies = compile preprocessFileLineNumbers "walkingdead\wild_spawnZombies.sqf"; fnc_usec_damageHandler = compile preprocessFileLineNumbers "walkingdead\fn_damageHandler.sqf"; }; 4. Open init.sqf from "MPMissions\DayZ_Number.Mission" 5. Search for 'call compile preprocessFileLineNumbers "server_traders.sqf"; //Compile trader configs' 6. Add the following text in a seperate line under this eg. call compile preprocessFileLineNumbers "server_traders.sqf"; //Compile trader configs call compile preprocessFileLineNumbers "custom\compiles.sqf"; //Compile custom compiles 7. Copy the files from 'walkingdead' into your Mission Folder eg. "MPMissions\DayZ_Number.Mission\walkingdead" 8. Enjoy Harder Hitting and Walking Z's walkingdead.zip ReggaeFreak, Garett1169 and Fuchs 3 Link to comment Share on other sites More sharing options...
Fuchs Posted October 23, 2014 Report Share Posted October 23, 2014 thank you! Link to comment Share on other sites More sharing options...
2kohm Posted October 24, 2014 Report Share Posted October 24, 2014 thanks!!! no more client file hustling ;) Link to comment Share on other sites More sharing options...
ReggaeFreak Posted October 24, 2014 Report Share Posted October 24, 2014 Thanks alot this is working nice Link to comment Share on other sites More sharing options...
Gamers Crowd Posted December 5, 2014 Report Share Posted December 5, 2014 If you watch "The Walking Dead" closely, you'll see that NOT ALL zombies are "Runners" and not all are "walkers".... Is there a way to "randomize" each zombies behavior but keep the damage amount? Link to comment Share on other sites More sharing options...
Gr8 Posted December 5, 2014 Report Share Posted December 5, 2014 If you watch "The Walking Dead" closely, you'll see that NOT ALL zombies are "Runners" and not all are "walkers".... Is there a way to "randomize" each zombies behavior but keep the damage amount? Link to comment Share on other sites More sharing options...
matt6950 Posted December 11, 2014 Report Share Posted December 11, 2014 I think i've gotten this to work. I can't notice much difference to be honest. But that's probably because i'm used to running around with Zombie Shield on. :p Thank you for the Tut. Link to comment Share on other sites More sharing options...
FragZ Posted January 30, 2015 Report Share Posted January 30, 2015 How come when a zombie hits me it does only like 200-500 damage? Though it was increased>? How would one make it so its more like 1k-2k per hit minimum, and increase the zombie spawns?> I want to create horde types of zones. Link to comment Share on other sites More sharing options...
wildwezul Posted May 25, 2015 Report Share Posted May 25, 2015 What would cause zombies to not spawn at all? NVM I fixed it... had mission loot in init.sqf set to true, but no custom loot files yet. Link to comment Share on other sites More sharing options...
Just_R Posted September 8, 2015 Report Share Posted September 8, 2015 (edited) dead link, can OP either renew the file or someone add it to the thread. walkingdead.zipFound the zip file: WalkingDead.zipI will leave this up until dropbox dies. Edited September 8, 2015 by Just_R Link to comment Share on other sites More sharing options...
Lord1385 Posted September 28, 2015 Report Share Posted September 28, 2015 Can please times a the Original Files upload because so very original are not Just_R . Link to comment Share on other sites More sharing options...
nonsens Posted October 28, 2015 Report Share Posted October 28, 2015 (edited) Here... found the file on my old machinewalkingdead_flynia Edited October 28, 2015 by nonsens Lord1385 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now