CSB Zombie Core

v1.0.0 1 Downloads Daemon666 Zuletzt aktualisiert: Jul 15, 2026

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

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.

Installation

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

Cvars

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.

Änderungsprotokoll — v1.0.0

1.0.0 — Initial release.
Versionen →
Mitwirkende: Daemon666 ✦
Ursprünglicher Autor: MeRcyLeZZ (Zombie Plague) Lizenz: GPL-3.0

Bewertung

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
.sma herunterladen
Dateien:
csb_zombie_core.sma main 6.8 KB

Anforderungen

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optional
ReAPI Optional
Metamod Metamod / Metamod-r
Module hamsandwich cstrike fun
Bekannte Konflikte Other zombie/infection cores. Free-for-all or match mods.
Zurück zu den Plugins