Garry's Mod

Garry's Mod

Sound Emitter STOOL (ENHANCED)
Showing 11-20 of 43 entries
< 1  2  3  4  5 >
Update: 28 May @ 10:34am
by Alex

- Followed and built upon CLuaRainbob changes
-> Attenuation has been changed into sound level and is more intuitive
-> Added DSP (digital signal processing) and a convar for it
-> Added send to stream radio button
-> Put 3 buttons into one category in the menu
-> Sound presets are now only present if you have mounted the content they're part of.
-> Removed some useless code
-> other things

Update: 28 May @ 8:13am
by Alex

- recipient filter is now updated per loop

Update: 28 May @ 3:38am
by Alex

- Add sound level attenuation option
- Add editable entity properties in context menu

Update: 27 May @ 9:36am
by Alex

- no visible change

Update: 27 May @ 8:50am
by Alex

-

Update: 27 May @ 8:48am
by Alex

- Change convar names that contained 'mv_soundemitters' (it's now written 'mv_soundemitter')
- Add convar to limit sound level of any sound 'sv_mv_soundemitter_max_sndlvl'
- You can now see the sound level (in decibels, dB) when looking at a sound emitter

Update: 26 May @ 8:58am
by Alex

- Sound emitter update function now converts "0" and 0 to false for bool properties. This fixes the incompatibility issue with older sound emitters.

Update: 26 May @ 8:25am
by Alex

- Bug fix 2: sound emitters always used toggle due to syntax problem

Update: 26 May @ 8:22am
by Alex

- Bug fixed (GetClientInfo -> GetClientBool)

Update: 26 May @ 8:06am
by Alex

Revert to version just before: problem with duplication and booleans. Bug not fixed.
- Update: this bug was present for quite some time and was due to GetClientInfo being used instead of GetClientBool, but also because booleans were saved as "0" before.