Scales climbing speed on ladders in PreThink, with an optional ladder-jump that pushes you off along your aim.
Daemon666
1.0.0 - Initial release.
| 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
- Enable the
fakemetamodule inmodules.ini. - Compile
csb_ladder_speed.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - 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
| CVAR | Default | Description |
|---|---|---|
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.
Download v1.0.0
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









