Originally posted by Arvindian
I have found out how to slow down the zombies in CoD WaW, using the JB, i have been able to edit the patch.ff and have found out how to slow down zombies.
If you use the following code in cmd :
offzip -a -z -15 patch.ff ./ 0
you will be left with some .dat files in the folder where your patch.ff is located. After you have done this open 000206f7.dat with any text editor. After you have done this go to line : 581, you'll see the following:
switch(zombs.zombie_move_speed)
now BELOW that is the actually speed that the zombies travel at.
switch(zombs.zombie_move_speed)
{
case "walk": dist = 200;break; <---- Walking speed of Zombies
case "run": dist = 250; break; <---- Running Speed of Zombies
case "sprint": dist = 275;break; <---- Sprint Speed of Zombies
}
Now edit the number to whatever you want and recompress the patch back and FTP it back to your PS3!
NOTE : I AM STILL RESEARCHING THESE FILES AND THIS MAY NOT WORK PLEASE DO NOT BLAME ME IF YOU CAUSE ANY DAMAGE TO YOUR PS3 OR COMPUTER.
What directory was the patch.ff located in ? I've only been sucessful in modding zombies via "code_post_gfx.ff" I have been looking for a form of patch to see what I can do.