Daemon666 / CSB Ladder Speed Herkese açık

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

v1.0.0 135 indirme GPL-3.0 Son güncelleme Aug 22, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Feb 8, 2026 1 Sürümler
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.
Kurulum
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
Cvarlar
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.
Değişiklik günlüğü — v1.0.0
1.0.0 - Initial release.
Sürümler →
Puan

No ratings yet.

Hakkında
Download v1.0.0
Compiled live from the source below — nothing pre-built.
.sma indir
Gereksinimler
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL İsteğe bağlı
ReAPI İsteğe bağlı
Metamod Metamod / Metamod-r
Modüller fakemeta
Bilinen çakışmalar Other movement plugins that overwrite velocity in PreThink/PostThink can interact with the ladder scaling.
Katkıda bulunanlar
Eklentilere Dön