Daemon666 / CSB Longjump Trainer Public

KZ training tool: measures distance, pre-strafe speed, jump count and strafe sync per jump, shows it in a HUD and stores the per-map personal best in nVault.

v1.0.0 121 téléchargements GPL-3.0 Dernière mise à jour Aug 22, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Apr 2, 2026 1 Versions
csb_longjump_trainer.sma main 256b3d0 5.1 KB
README.md

CSB Longjump Trainer is a practice aid for KZ and bhop players. Between takeoff and landing it samples velocity and origin in PlayerPreThink to work out four numbers: the horizontal distance of the jump, the pre-strafe speed at takeoff, how many jump inputs were tapped, and a strafe-sync percentage (how much of the airtime you were actually gaining speed). Every jump over the threshold is shown in a HUD panel, and your personal best on each map is saved in an nVault keyed by SteamID.

Inspired by LJ Stats / KZ trainer plugins. Independent GPL re-implementation.

Features

  • Distance, pre-strafe speed, jump count and sync% per jump.
  • HUD readout on landing, with a personal-best flag.
  • Per-map personal best stored in nVault by SteamID.
  • say /ljbest shows your best on the current map.

Installation

  1. Enable the fakemeta and nvault modules in modules.ini.
  2. Compile csb_longjump_trainer.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Installation
1. Enable the fakemeta and nvault modules in addons/amxmodx/configs/modules.ini
2. Put csb_longjump_trainer.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvars
CVARDefaultDescription
csb_lj_enabled 1 Enable or disable the longjump trainer.
csb_lj_mindist 200 Minimum jump distance (units) before stats are shown.
Commandes
CommandAccessDescription
say /ljbest Show your personal best long jump on this map.
Journal des modifications — v1.0.0
1.0.0 - Initial release.
Versions →
Note

No ratings yet.

À propos
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Télécharger .sma
Prérequis
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optionnel
ReAPI Optionnel
Metamod Metamod / Metamod-r
Modules fakemeta nvault
Conflits connus The sync figure is an approximation; on non-KZ movement mods it may read low.
Contributeurs
Retour aux Plugins