AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   [TF2] Grappling Hook Reel Noise (https://forums.alliedmods.net/showthread.php?t=312047)

Eoj Nawoh 11-13-2018 23:41

[TF2] Grappling Hook Reel Noise
 
Recently made a plugin to reduce the sound of the grappling hook, the plugin uses StrContains with a config to remove via flags |= SND_STOP the sounds listed.

The plugin works, and it removes all the sounds in the config, however, with the Grappling hook reel noise, it does not remove that sound. Accordingly, I can't find any noise being played while the grappling hook is being fired.

By chance, does anyone know how the looped reel is being fired? Would it fall under AddAmbientSoundHook instead of AddNormalSoundHook?

(I apologize if there's any threads covering this, my google and forum searches did not reveal any.)

PC Gamer 11-16-2018 08:30

Re: [TF2] Grappling Hook Reel Noise
 
I used GCFScape to search sounds and found these related to the Grappling Hook:

sound\weapons\grappling_hook_impact_default.w av
sound\weapons\grappling_hook_impact_flesh.wav
sound\weapons\grappling_hook_impact_flesh_loo p.wav
sound\weapons\grappling_hook_reel_start.wav
sound\weapons\grappling_hook_reel_stop.wav
sound\weapons\grappling_hook_shoot.wav
sound\weapons\grappling_hook_wind.wav

Eoj Nawoh 11-17-2018 10:38

Re: [TF2] Grappling Hook Reel Noise
 
Quote:

Originally Posted by PC Gamer (Post 2624288)
I used GCFScape to search sounds and found these related to the Grappling Hook:

sound\weapons\grappling_hook_impact_default.w av
sound\weapons\grappling_hook_impact_flesh.wav
sound\weapons\grappling_hook_impact_flesh_loo p.wav
sound\weapons\grappling_hook_reel_start.wav
sound\weapons\grappling_hook_reel_stop.wav
sound\weapons\grappling_hook_shoot.wav
sound\weapons\grappling_hook_wind.wav

Thank you, I already have muted all of these. Unfortunately, there seems to be a loop sound that is done from one of these files which I haven't been able to target.


All times are GMT -4. The time now is 05:52.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.