CSB Ladder Speed

v1.0.0 6 descărcări Daemon666 Ultima actualizare: Jul 16, 2026

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

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.

Instalare

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

Cvar-uri

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.

Jurnal de modificări — v1.0.0

1.0.0 - Initial release.
Versiuni →
Contribuitori: Daemon666 ✦
Licență: GPL-3.0

Evaluare

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descarcă .sma
Fișiere:
csb_ladder_speed.sma main 2.5 KB

Cerințe

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opțional
ReAPI Opțional
Metamod Metamod / Metamod-r
Module fakemeta
Conflicte cunoscute Other movement plugins that overwrite velocity in PreThink/PostThink can interact with the ladder scaling.
Înapoi la Pluginuri