garrysmod-requests
garrysmod-requests copied to clipboard
Param for distance based sound blending
By default, distance based sounds are hardcoded to begin blend at 240 world units and end at 1320 world units. Is it possible to add your own parameters for Soundscripts, like: blendin = 240, blendout = 1320
The engine does not deal with raw distances for sounds, it's all based on the soundlevel.
https://wiki.facepunch.com/gmod/Enums/SNDLVL
What, what does all this have to do with the request? It's all about the way the sound of the explosion is working, for example.
When you add ^
to sound path to make left channel for close, and right channel for far distace. And i'm talking about the possibility of changing numbers for blending distance, for better control.
You should've clarified that you were talking about distance blended sounds in the original post.