CSB Base Builder

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

A build phase where builders grab, carry, rotate and lock map props, followed by a fight phase where the other team must break in.

CSB Base Builder is the classic build-then-fight mode. Each round opens with a build phase: the builder team can grab a brush prop with /grab (it pins in front of their crosshair and follows every frame in PlayerPreThink), spin it with /rotate, freeze it in place with /lock, or release it with /drop. Each builder is limited to a set number of locked props. When the build timer expires the fight phase begins, every prop is frozen, and the attacking team must break into the base.

Inspired by Base Builder (ConnorMcLeod / Kreedz community). Independent GPL re-implementation.

Features

  • Grab / carry / rotate / lock / drop map props during the build phase.
  • Per-builder prop limit.
  • Timed build phase then a fight phase, announced on the HUD.
  • Builder team, build time and prop limit are cvars.

Installation

  1. Enable the fakemeta module in modules.ini.
  2. Compile csb_base_builder.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Use a map that has movable brush props (func_pushable / func_breakable).
  4. Change the map.

Installation

1. Enable the fakemeta module in addons/amxmodx/configs/modules.ini
2. Put csb_base_builder.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Use a build-friendly map and change map

CVARs

CVARDefaultDescription
csb_bb_enabled 1 Enable or disable base builder.
csb_bb_buildtime 45 Build phase length in seconds.
csb_bb_builderteam 2 Builder team: 1 = Terrorist, 2 = CT.
csb_bb_proplimit 6 Maximum locked props per builder.

Commands

CommandAccessDescription
say /grab Grab the prop in your crosshair (build phase).
say /rotate Rotate the carried prop 45 degrees.
say /lock Freeze the carried prop in place.
say /drop Release the carried prop.

Changelog — v1.0.0

1.0.0 - Initial release.
Versions →
Contributors: Daemon666 ✦
Original author: ConnorMcLeod / Kreedz community 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_base_builder.sma main 7.6 KB

Requirements

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules fakemeta
Known conflicts Needs a map with movable brush props; on maps without them there is nothing to build with.
Back to Plugins