Posted by
Boynamedsu3 on
Feb 17, 2013; 12:31pm
URL: http://kodabar-dayz-daizy-single-player-forum.163.s1.nabble.com/Making-Zombies-slow-tp3601.html
After spending a week of reading, testing, copy/paste/deleting, I've finally found a way to make zombies WALK.
Others may know, but here's what to do.
Open Notebook++
Open your dayz_code PBO file
Search for this command:
/*%FSM<STATE "Chase">*/
Now it should bring you to the command section for Zombie reactions if they have a target.
It should look like this:
[IMG]
http://i50.tinypic.com/2rqdljo.png[/IMG]
Notice the section that says:
"_agent setBehaviour ""CARELESS"";" \n
"_agent setCombatMode ""RED"";" \n
"_agent moveTo _targetPos;" \n
"_agent forceSpeed 6;" \n
Take the "_agent forceSpeed 6;" \n, and replace "6" with any speed you want. (I use .2, it makes them the same speed as when they're walking around without a target.)
After finding a speed that works for you, save your file, replace your current dayz_code PBO files (Be sure to make copies, just in case) and test out speeds you think would work for you!
Note: Run Notebook++ as Admin, or you'll get an error message saying that the file is open in another program.
Also be sure to replace ALL .pbo files on missions you want your custom speed added.
Any questions? Be sure to ask, I'm not a professional but I'm sure if I can't find an answer, others will have ideas.
Happy looting!
-Reese