Noggog / VolatileHordes

A spawning and AI replacement for open world zombies in 7 Days to Die
GNU General Public License v3.0
1 stars 0 forks source link

WanderingHorde spawn in cluster on the edge #3

Closed Noggog closed 3 years ago

Noggog commented 3 years ago

Right now it just spawns them randomly in the area sending them at the player. We want to instead pick a single corner and send them together.

Need to figure out where to spawn them at what rate to get a good "horde". Spawning one at a time in 2 sec intervals probably looks like a weird conga line. Can maybe instead spawn in a square? But maybe all at once will freak the game out.. so maybe tangental rows of X zombies every X seconds?