Daemon666 / CSB Base Builder Public

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

v1.0.0 178 téléchargements GPL-3.0 Dernière mise à jour Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 May 24, 2026 1 Versions
csb_base_builder.sma main dd14bd2 7.6 KB
README.md

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.
Commandes
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.
Journal des modifications — v1.0.0
1.0.0 - Initial release.
Versions →
Note

No ratings yet.

À propos
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Télécharger .sma
Prérequis
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optionnel
ReAPI Optionnel
Metamod Metamod / Metamod-r
Modules fakemeta
Conflits connus Needs a map with movable brush props; on maps without them there is nothing to build with.
Contributeurs
Retour aux Plugins