CSB Chicken Grenade

v1.0.0 0 downloads Daemon666 Last updated: Jul 15, 2026

HE grenades wear a chicken model and hatch several chickens that scatter and pop with blast damage.

CSB Chicken Grenade is pure fun-mode chaos. Every thrown HE grenade is re-skinned with a chicken model, and just before it detonates it hatches a flock of chicken entities that scatter with random velocities. Each chicken arms a short fuse and then pops with a cluck, an explosion sprite and scaled blast damage in a radius around it.

Inspired by the classic Chicken Grenade / Chicken Mod idea. Independent GPL re-implementation.

Features

  • HE grenade model swapped to a chicken on throw.
  • Hatches csb_chick_count chickens that scatter and pop individually.
  • Each pop applies distance-scaled DMG_BLAST damage, credited to the thrower.
  • Explosion sprite plus cluck sound per chicken.

Installation

  1. Enable the fakemeta, hamsandwich and fun modules in modules.ini.
  2. Put a chick.mdl in models/ (any chicken model) or edit the model path in the source.
  3. Compile csb_chicken_grenade.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  4. Change the map.

Installation

1. Enable fakemeta, hamsandwich and fun in addons/amxmodx/configs/modules.ini
2. Provide a chicken model at models/chick.mdl (or edit the path)
3. Put csb_chicken_grenade.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
4. Change map

CVARs

CVARDefaultDescription
csb_chick_enabled 1 Enable or disable chicken grenades.
csb_chick_count 5 Number of chickens hatched per grenade.
csb_chick_damage 50 Peak blast damage per chicken.
csb_chick_radius 140 Blast radius per chicken.

Changelog — v1.0.0

1.0.0 - Initial release.
Versions →
Contributors: Daemon666 ✦
Original author: Chicken Mod (concept) License: GPL-3.0

Rating

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Download source (.sma)
Files:
csb_chicken_grenade.sma main 5.3 KB

Requirements

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules fakemeta hamsandwich fun
Known conflicts Other plugins that replace the HE grenade model or hook grenade explosions can conflict.
Back to Plugins