[CS:GO] Jump Stats
Posted: Fri Jan 24, 2020 5:24 pm
Features
Jump Distance measurement
Jump Type recognition (LJ, BHJ, MBHJ, LadJ, LDHJ, LBHJ, WHJ, more will come)
Bunny Hop Counter
Speedometer
Spectator Display: Player movement actions (WASD, Duck, Jump) and mouse movement (left-right)
Natives for developers (untested: InterruptJump, more will come)
You can suggest a feature here. Please make sure your idea hasn't been put up already.
ConVars
Download
Source
Jump Distance measurement
Jump Type recognition (LJ, BHJ, MBHJ, LadJ, LDHJ, LBHJ, WHJ, more will come)
Bunny Hop Counter
Speedometer
Spectator Display: Player movement actions (WASD, Duck, Jump) and mouse movement (left-right)
Natives for developers (untested: InterruptJump, more will come)
You can suggest a feature here. Please make sure your idea hasn't been put up already.
ConVars
Code: Select all
js_enabled - "Turns the jumpstats On/Off (0=OFF, 1=ON)"
js_display_enabled - "Turns the display On/Off by the player's state (0=OFF, 1=ALIVE, 2=DEAD, 3=ANY)"
js_display_delay_roundstart - "Sets the roundstart delay before the display is shown."
js_bunnyhop_cancels_announcer - "Decides if bunny hopping after a jump cancels the announcer."
js_minimum_announce_tier - "The minimum jump tier required for announcing."
js_announce_to_teams - "The teams that can see jump announcements (0=NONE, 1=T, 2=CT, 3=T&CT, 4=ALL)."
js_record_for_teams - "The teams to record jumps for (0=NONE, 1=T, 2=CT, 3=T&CT)"
js_announcer_sounds - "Turns the announcer sounds On/Off (0=OFF, 1=ON)"
js_lj_impressive - "The distance required for an Impressive Long Jump"
js_lj_excellent - "The distance required for an Excellent Long Jump"
js_lj_outstanding - "The distance required for an Outstanding Long Jump"
js_lj_unreal - "The distance required for an Unreal Long Jump"
js_lj_godlike - "The distance required for a Godlike Long Jump"
js_bhj_impressive - "The distance required for an Impressive BunnyHop Jump"
js_bhj_excellent - "The distance required for an Excellent BunnyHop Jump"
js_bhj_outstanding - "The distance required for an Outstanding BunnyHop Jump"
js_bhj_unreal - "The distance required for an Unreal BunnyHop Jump"
js_bhj_godlike - "The distance required for a Godlike BunnyHop Jump"
js_mbhj_impressive - "The distance required for an Impressive Multi BunnyHop Jump"
js_mbhj_excellent - "The distance required for an Excellent Multi BunnyHop Jump"
js_mbhj_outstanding - "The distance required for an Outstanding Multi BunnyHop Jump"
js_mbhj_unreal - "The distance required for an Unreal Multi BunnyHop Jump"
js_mbhj_godlike - "The distance required for a Godlike Multi BunnyHop Jump"
js_ladj_impressive - "The distance required for an Impressive Ladder Jump"
js_ladj_excellent - "The distance required for an Excellent Ladder Jump"
js_ladj_outstanding - "The distance required for an Outstanding Ladder Jump"
js_ladj_unreal - "The distance required for an Unreal Ladder Jump"
js_ladj_godlike - "The distance required for a Godlike Ladder Jump"
js_whj_impressive - "The distance required for an Impressive WeirdHop Jump"
js_whj_excellen - "The distance required for an Excellent WeirdHop Jump"
js_whj_outstanding - "The distance required for an Outstanding WeirdHop Jump"
js_whj_unreal - "The distance required for an Unreal WeirdHop Jump"
js_whj_godlike - "The distance required for a Godlike WeirdHop Jump"
js_ldhj_impressive - "The distance required for an Impressive Ladder DropHop Jump"
js_ldhj_excellent - "The distance required for an Excellent Ladder DropHop Jump"
js_ldhj_outstanding - "The distance required for an Outstanding Ladder DropHop Jump"
js_ldhj_unreal - "The distance required for an Unreal Ladder DropHop Jump"
js_ldhj_godlike - "The distance required for a Godlike Ladder DropHop Jump"
js_lbhj_impressive - "The distance required for an Impressive Ladder BunnyHop Jump"
js_lbhj_excellent - "The distance required for an Excellent Ladder BunnyHop Jump"
js_lbhj_outstanding - "The distance required for an Outstanding Ladder BunnyHop Jump"
js_lbhj_unreal - "The distance required for an Unreal Ladder BunnyHop Jump"
js_lbhj_godlike - "The distance required for a Godlike Ladder BunnyHop Jump"
The plugin automatically generates a .cfg file when you first run it. You can find it by this path: \csgo\cfg\sourcemod\jumpstats.cfg
Download
Source