Garry's Mod
Sound Muffling Effect
Εμφάνιση 11-20 από 26 καταχωρίσεις
< 1  2  3 >
Ενημέρωση: 26 Ιουλ στις 1:59
από sora1d

- 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.

Ενημέρωση: 25 Ιουλ στις 17:17
από sora1d

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

Ενημέρωση: 25 Ιουλ στις 6:34
από sora1d

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.

Ενημέρωση: 25 Ιουλ στις 6:11
από sora1d

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.

Ενημέρωση: 24 Ιουλ στις 8:54
από sora1d

- 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.

Ενημέρωση: 22 Ιουλ στις 20:38
από sora1d

Sanity check for networked voicelines.

Ενημέρωση: 22 Ιουλ στις 20:23
από sora1d

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

Ενημέρωση: 22 Ιουλ στις 6:47
από sora1d

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

Ενημέρωση: 21 Ιουλ στις 16:38
από sora1d

Possible fix for no footstep sounds in custom footsteps mods.

Ενημέρωση: 21 Ιουλ στις 8:51
από sora1d

Fixed CSoundPatch:Play() overflowing sound channel.