Fixes the buzzing sound of the Hive Hand's projectiles.
"weapon_hivehand.Buzz" { "channel" "CHAN_WEAPON" "volume" "1" "soundlevel" "SNDLVL_70dB" "wave" "^weapons/hivehand/buzz.wav" }
A video preview of what this fix will accomplish:
What you have to do to get this fix to work is to navigate to:
sourcemods\BMS\scripts\game sounds weapons.txt
Open the script and search for the keyword "buzz". You'll find the same block of code you see above. Well allmost the same, there is one minor difference. You have to add a caret-symbol (^) infront of the sound path and save the changes to the script. See the code above as reference. That's it. Enjoy. ;)