Daemon666 / CSB Ladder Speed Público

Scales climbing speed on ladders in PreThink, with an optional ladder-jump that pushes you off along your aim.

v1.0.0 135 downloads GPL-3.0 Última atualização Aug 22, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Feb 8, 2026 1 Versões
csb_ladder_speed.sma main d3c6f79 2.5 KB
README.md

CSB Ladder Speed changes how fast players climb ladders. While a player is on a ladder the engine puts them in MOVETYPE_FLY; the plugin detects that in PlayerPreThink and scales their current velocity by csb_ladder_mult, so climbing is faster (or, below 1.0, slower). An optional ladder-jump pushes the player off the ladder along their aim direction when they press jump — handy on surf and KZ maps.

Features

  • Ladder climb speed multiplier (csb_ladder_mult).
  • Optional ladder-jump push (csb_ladder_jump / csb_ladder_push).
  • Pure server-side; no client changes needed.

Installation

  1. Enable the fakemeta module in modules.ini.
  2. Compile csb_ladder_speed.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Instalação
1. Enable the fakemeta module in addons/amxmodx/configs/modules.ini
2. Put csb_ladder_speed.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvars
CVARDefaultDescription
csb_ladder_enabled 1 Enable or disable ladder speed scaling.
csb_ladder_mult 1.6 Velocity multiplier while on a ladder (1.0 = normal).
csb_ladder_jump 1 Allow pressing jump to push off the ladder.
csb_ladder_push 300 Push speed applied when jumping off a ladder.
Registro de alterações — v1.0.0
1.0.0 - Initial release.
Versões →
Avaliação

No ratings yet.

Sobre
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Baixar .sma
Requisitos
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos fakemeta
Conflitos conhecidos Other movement plugins that overwrite velocity in PreThink/PostThink can interact with the ladder scaling.
Colaboradores
Voltar aos Plugins