/ZombieRiot-Sharp

PVE Human vs Zombie Bot Survival Mode for CS2

Primary LanguageC#GNU General Public License v3.0GPL-3.0

ZombieRiot-Sharp

PVE Human vs Zombie Bot Survival Mode for CS2

PVE Zombie Survival mode that you need to eliminate all zombies in each day to get to the next level.

Plugin based on the forum post (CS:GO Version): https://forums.alliedmods.net/showthread.php?t=335402 Plugin update based on original: https://forums.alliedmods.net/showthread.php?p=647040

Rebase from GitHub (CS:GO Version): https://github.com/Oz-Lin/ZombieSharp

Requirements

Other recommended plugins

Recommended Server-side Convars

bot_quota_mode "normal" 
bot_difficulty 3 //avoid camping zombies
mp_disconnect_kills_players 1 //avoid potential server crashes

To be migrated from CS:GO SourceMod 1.11 to CS2 CounterStrikeSharp:

  • Completely new syntax (Supported SM 1.11+) C# .NET 8.0 standard
  • Replaced the old function with Sourcemod API CounterStrikeSharp API 200+
  • Add CS:GO support Migrate to CS2
  • Specific max Zombie spawn in that day
  • Spawn Protection
  • Dynamic Difficulty (Experimental)
  • Human Class
  • Volume Control Have to use snd_musicvolume <0.0-1.0> in console for CS2
  • API for Day Data and Zombie Count (NEW)
  • API for Zombie Healthboost (NEW)

In progress