CSB Base Builder

v1.0.0 10 pobrań Daemon666 Ostatnia aktualizacja: 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.

Instalacja

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

Cvary

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.

Komendy

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.

Lista zmian — v1.0.0

1.0.0 - Initial release.
Wersje →
Współtwórcy: Daemon666 ✦
Oryginalny autor: ConnorMcLeod / Kreedz community Licencja: GPL-3.0

Ocena

No ratings yet.

Download v1.0.0

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

Wymagania

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcjonalne
ReAPI Opcjonalne
Metamod Metamod / Metamod-r
Moduły fakemeta
Znane konflikty Needs a map with movable brush props; on maps without them there is nothing to build with.
Wróć do Pluginów