CSB Furien Mod

v1.0.0 1 downloads Daemon666 Last updated: Jul 16, 2026

Furien mod core: Furiens get knife, speed, low gravity, multi-jump and partial invisibility; Anti-Furiens keep full weapons, with a round HUD.

CSB Furien Mod implements the classic asymmetric mode. Furiens (Terrorists) spawn with a knife only, high speed, low gravity, multi-jump and partial invisibility, while Anti-Furiens (CTs) keep their full weapons and hunt them down. Every attribute is a cvar, loadouts are applied on spawn, the multi-jump is handled in PlayerPreThink, and a HUD shows how many of each side are still alive.

Inspired by Furien Mod by Askhanar. Independent GPL re-implementation.

Features

  • Furiens: knife, high speed, low gravity, multi-jump, partial invisibility, bonus HP.
  • Anti-Furiens: full weapons, normal movement.
  • Every value is a cvar (speed, gravity, jumps, invisibility, HP).
  • Live alive-count HUD for both sides.

Installation

  1. Enable the fakemeta, hamsandwich and fun modules in modules.ini.
  2. Compile csb_furien_mod.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map. Combine with a spawn-protection or objective plugin as desired.

Installation

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

CVARs

CVARDefaultDescription
csb_furien_enabled 1 Enable or disable Furien mod.
csb_furien_speed 320.0 Furien max speed.
csb_furien_gravity 0.5 Furien gravity multiplier.
csb_furien_maxjumps 2 Furien mid-air jumps allowed.
csb_furien_invis 120 Furien render alpha (0-255).
csb_furien_hp 150 Furien spawn health.

Changelog — v1.0.0

1.0.0 - Initial release.
Versions →
Contributors: Daemon666 ✦
Original author: Askhanar 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_furien_mod.sma main 4.1 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 Do not run alongside other plugins that set speed, gravity or weapons on spawn.
Back to Plugins