Open-source CS:GO Zombie Survival / Zombie Plague-inspired game mode built with SourcePawn/Pawn.
This project started as a community/game-server product and evolved into a large custom gameplay platform with persistence, progression, classes, special weapons, custom rounds, MySQL-backed account systems, and operational server configuration.
Beyond the game context, this repository demonstrates long-running product ownership: backend persistence, custom systems design, performance-sensitive scripting, community operations, server administration, and open-source maintenance for a live multiplayer environment.
- MySQL-backed account and character system
- Level/reset progression system
- Zombie and human class systems
- Custom weapons, effects, and gameplay mechanics
- Multiple custom round types and game modes
- Server configuration and deployment-oriented assets
- Large SourcePawn/Pawn codebase used as a base for community servers
- SourcePawn / Pawn
- SourceMod / CS:GO server scripting
- MySQL
- Game server configuration and operations
addons/ SourceMod plugins, scripting, and server-side assets
cfg/ Server/game configuration
MySQL DB init/ Database initialization scripts
This project is no longer under active feature development, but the code is available as an open-source base for servers and modding communities.
Recognition is appreciated if you reuse the project or build from it.