A custom fork of the Team Fortress 2 Zombie Infection gamemode, modified to run on any map
also includes a custom extension system for adding modifications without needing to significantly alter the core files.
A few pre-made extensions already exist and are active for the custom spawning and damage logic
- Merge the
tf/scripts/vscripts/folder in this repo with your own. - Add
script_execute potatozi_mainto your server.cfg/server exec commands - (Optional) load custom vscript extensions by adding them to
PZI_ACTIVE_EXTENSIONSinpotatozi_main.nut
TODO