CSB Cluster Grenade

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

HE grenades split into several bomblets that scatter and explode on a short fuse with scaled radius damage.

CSB Cluster Grenade upgrades the HE grenade into a cluster bomb. When the parent grenade detonates it scatters a handful of bomblets with random velocities; each bomblet bounces, arms a short fuse and then explodes on its own, dealing distance-scaled blast damage around it. The result is a wide, staggered area denial rather than a single blast.

Inspired by Cluster Grenade by VEN. Independent GPL re-implementation.

Features

  • Parent HE splits into csb_cluster_count bomblets on detonation.
  • Bomblets scatter, bounce and pop on a randomised fuse.
  • Each pop applies distance-scaled DMG_BLAST damage credited to the thrower.
  • Fully cvar-tuned: count, damage, radius and fuse.

Installation

  1. Enable the fakemeta and hamsandwich modules in modules.ini.
  2. Compile csb_cluster_grenade.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Installation

1. Enable fakemeta and hamsandwich in addons/amxmodx/configs/modules.ini
2. Put csb_cluster_grenade.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

Cvars

CVARDefaultDescription
csb_cluster_enabled 1 Enable or disable cluster grenades.
csb_cluster_count 6 Number of bomblets per grenade.
csb_cluster_damage 60 Peak blast damage per bomblet.
csb_cluster_radius 160 Blast radius per bomblet.
csb_cluster_fuse 1.0 Base fuse in seconds before a bomblet explodes.

Änderungsprotokoll — v1.0.0

1.0.0 - Initial release.
Versionen →
Mitwirkende: Daemon666 ✦
Ursprünglicher Autor: VEN 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_cluster_grenade.sma main 5.3 KB

Anforderungen

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optional
ReAPI Optional
Metamod Metamod / Metamod-r
Module fakemeta hamsandwich
Bekannte Konflikte Other plugins that hook grenade explosions or spawn child grenades can conflict with the split.
Zurück zu den Plugins