Need Help Changing the Spawn Rate of Zombies (Round 100 Mod)
-
I am currently attempting to make a mod that sets the starting round to round 100. Unfortunately doing this isn't exactly the same as round 100 as the zombies are the incorrect speed and don't spawn in fast enough. I was able to set the zombie speed at the start to fix that issue but the zombie spawn rate is still wrong (It's too slow). Does anyone know how I can change that? Also just for my future endeavors, how would I find this sort of thing out myself? Is there a website I can go too to find all the codes for this game or just how you found this out yourself? Any help at all is greatly appreciated and here is my current script:
As you can probably tell I'm not very good at this sort of thing so feel free to make fun of me if my code is bad or if I'm not seeing a simple solution.
-
Actually was able to find the solution out myself. For others I used this: level.zombie_vars["zombie_spawn_delay"] = 0.08;
-
Also there's a similar script for bo1 and waw? waw if possible ofc