Author Topic: editing gamemode zombie appearances  (Read 759 times)

So I've been thinking of making another version of gamemode_zombie with a different theme to it. To do so I'd have to change the appearances of the zombies and such, so I edited all the files and scripts accordingly and it nearly seemed to work. But then I noticed that I missed the entire file zombie_appearances.txt

So I opened it up and voila! All that I needed to change was right there. However the next thing I noticed was that it was excruciatingly long, it would take hours to edit every node one by one. Is there any way I can speed up the process? Or is there a way I can just delete or ignore a large chunk of the file? I basically want every zombie to have the same colors, so how would I do that?

Nevermind, I just used the replace tool in notepad to replace every
hatcolor
with
hatcolor = whatever;

Makes it extremely sloppy but it works, lol