Jump Sound Blocker
Posted: Mon Nov 22, 2021 8:41 am
Jump Sound Blocker
Version 1.0.2
Description:
This plugin blocks the jumping, landing, and bhopping sounds of a player. However to achieve this it sets mp_footsteps to 0 and manually plays a user's running sounds.
Required Modules:
Orpheu <get module>
CVars:
jsb_team - 0|1|2 - 0 to block both team's jump sounds, 1 for Terrorist, 2 for Counter-Terrorist
Installing the plugin:
Visit the link provided in the Required Modules section and scroll to the bottom of the first post, and download orpheu_base.zip
Extract orpheu_base.zip to ~/cstrike/addons/amxmodx/
Open ~/cstrike/addons/amxmodx/configs/modules.ini and add "orpheu" ( without quotes ) to the bottom of the file and save.
-> Start here if you already have Orpheu Module installed <-
Extract signatures-pmove-pmstepsound.zip to ~/cstrike/addons/amxmodx/configs/orpheu/functions/
-> For inexperienced AmxModx users <-
After compiling plugin, place output .AMXX ( block_jump_sounds.amxx ) file into ~/cstrike/addons/amxmodx/plugins/
Open ~/cstrike/addons/amxmodx/configs/plugins.ini and add "block_jump_sounds.amxx" ( without quotes ) to the bottom of the file and save.
Restart your server / LAN game and enjoy.
Credits:
lazarev - Use of original script for replacing step sounds.
Changelog:
get source
Version 1.0.2
Description:
This plugin blocks the jumping, landing, and bhopping sounds of a player. However to achieve this it sets mp_footsteps to 0 and manually plays a user's running sounds.
Required Modules:
Orpheu <get module>
CVars:
jsb_team - 0|1|2 - 0 to block both team's jump sounds, 1 for Terrorist, 2 for Counter-Terrorist
Installing the plugin:
Visit the link provided in the Required Modules section and scroll to the bottom of the first post, and download orpheu_base.zip
Extract orpheu_base.zip to ~/cstrike/addons/amxmodx/
Open ~/cstrike/addons/amxmodx/configs/modules.ini and add "orpheu" ( without quotes ) to the bottom of the file and save.
-> Start here if you already have Orpheu Module installed <-
Extract signatures-pmove-pmstepsound.zip to ~/cstrike/addons/amxmodx/configs/orpheu/functions/
-> For inexperienced AmxModx users <-
After compiling plugin, place output .AMXX ( block_jump_sounds.amxx ) file into ~/cstrike/addons/amxmodx/plugins/
Open ~/cstrike/addons/amxmodx/configs/plugins.ini and add "block_jump_sounds.amxx" ( without quotes ) to the bottom of the file and save.
Restart your server / LAN game and enjoy.
Credits:
lazarev - Use of original script for replacing step sounds.
Changelog:
get plugin1.0.2 Added snow and grass stepping sounds
1.0.1 Constants fixed + Holding jump key fixed
1.0.0 Inital Release
get source