Garry's Mod

Garry's Mod

Sound Muffling Effect
Showing 1-10 of 16 entries
< 1  2 >
Update: 26 Jul @ 1:59am

- Bumped serverside emit sound hook to the bottom of the hook stack. This should fix RCVR voice replacements not working.
- Better force top/bottom method for SME hooks.

Update: 25 Jul @ 5:17pm

Support for VJ's randomizable sound table. This should fix problems with VJ projectile sounds among other things.

Update: 25 Jul @ 6:34am

Added a safeguard for when an entity cannot be networked fast enough before its removal while no position data exists. Without this safeguard, the sound would be counted as bogus by the client. This should fix the spray audio not working.

Update: 25 Jul @ 6:11am

Pushed emit sound hook to the top of the hook stack. This should solve the colon sound path error, which can be noticed in the form of sounds not playing.

Update: 24 Jul @ 8:54am

- New CSoundPatch networking, which now supports every functionality. This might fix some issue, since previously I used EmitSound to replicate serverside calls.
- VJ sound support.
- Fixed volume being forced to be more than 0. This should fix simfphys tire skidding sound playing nonstop among other issues.

Update: 22 Jul @ 8:38pm

Sanity check for networked voicelines.

Update: 22 Jul @ 8:23pm

Actual version with fixes listed in the previous one. Embarassing.

Update: 22 Jul @ 6:47am

- Fixed Nombat music being blasted at full volume.
- Networking for CSoundPatch:FadeOut().

Update: 21 Jul @ 4:38pm

Possible fix for no footstep sounds in custom footsteps mods.

Update: 21 Jul @ 8:51am

Fixed CSoundPatch:Play() overflowing sound channel.