CSB Base Builder

v1.0.0 10 downloads Daemon666 Última atualização: Jul 16, 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.

Instalação

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.

Comandos

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.

Registro de alterações — v1.0.0

1.0.0 - Initial release.
Versões →
Colaboradores: Daemon666 ✦
Autor original: ConnorMcLeod / Kreedz community Licença: GPL-3.0

Avaliação

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Baixar .sma
Arquivos:
csb_base_builder.sma main 7.6 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos fakemeta
Conflitos conhecidos Needs a map with movable brush props; on maps without them there is nothing to build with.
Voltar aos Plugins