Daemon666 / CSB Zombie Core Публичен

Zombie Plague style infection core: a random first zombie, knife-only infection and clean team-based round end. Exposes natives.

v1.0.0 134 изтегляния GPL-3.0 Последна актуализация Aug 23, 2026
Daemon666 1.0.0 — Initial release. v1.0.0 Feb 7, 2026 1 Версии
csb_zombie_core.sma main 3518570 6.8 KB
README.md

A Zombie Plague style infection core. After a short countdown a random player becomes the first zombie: knife only, with scaled health, speed and gravity and a zombie model. Zombies are Terrorists and humans are Counter-Terrorists, so the round ends naturally when one side is wiped out. Knifing a human turns them into a zombie.

The core exposes natives so the rest of the CSB zombie suite can build on it:

native csb_is_zombie(id)
native csb_infect(id)
native csb_make_human(id)
forward csb_zombie_infected(id, infector)

Independent GPL re-implementation inspired by Zombie Plague by MeRcyLeZZ.

Features

  • Random first zombie after a configurable release delay.
  • Scaled zombie HP, speed and gravity via cvars.
  • Knife infection with a superseded damage hit (no accidental kill).
  • Team-based rounds end automatically; live zombie/human HUD counter.
  • Natives and an infection forward for add-on plugins.

Installation

  1. Put csb_zombie_core.amxx in addons/amxmodx/plugins/.
  2. Add it to plugins.ini above any CSB zombie add-ons.
  3. Install a zombie player model at models/player/zombie_source/ (or set csb_zm_model).
  4. Change the map.
Инсталация
1. Put csb_zombie_core.amxx in addons/amxmodx/plugins/
2. Add it to plugins.ini ABOVE the zombie add-ons
3. Install a model at models/player/zombie_source/
4. Change the map
Cvar-и
CVARDefaultDescription
csb_zm_enabled 1 Master switch for the zombie core.
csb_zm_release_delay 15.0 Seconds before the first zombie is released.
csb_zm_zombie_hp 1500 Base zombie health.
csb_zm_zombie_speed 270 Base zombie max speed.
csb_zm_zombie_gravity 0.80 Base zombie gravity multiplier.
csb_zm_model zombie_source Zombie player model folder name.
Списък с промени — v1.0.0
1.0.0 — Initial release.
Версии →
Оценка

No ratings yet.

Относно
  • Zombie
  • Лиценз: GPL-3.0
  • Daemon666
  • Оригинален автор: MeRcyLeZZ (Zombie Plague)
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Изтегли .sma
Изисквания
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Модули hamsandwich cstrike fun
Известни конфликти Other zombie/infection cores. Free-for-all or match mods.
Сътрудници
Обратно към плъгините