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
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Модули hamsandwich cstrike fun
Известные конфликты Other zombie/infection cores. Free-for-all or match mods.
Участники
Назад к плагинам