- Dec 3, 2021
- 20
- 1
Hello all. I've made a custom soundscape for my map, and it seems to work fine, it's just the sound comes out way too quiet, you can barely hear it over other sound effects.
For reference, here's my soundscript file:
"soundscapetestmap.Inside"
{
"dsp" "1"
"playlooping"
{
"volume" "1" //max volume isn't loud enough!!
"pitch" "100"
"wave" "secondskin.wav"
}
}
The volume parameter is set to 1, which is the maximum I think, can't bring it any higher that way. But if I were to boost the volume of the audio file it would sound distorted as hell.
Before using env_soundscape I used a bunch of ambient_generic layered over each other to play the sound multiple times at the same time, which fixed the problem there, but I believe that 2 soundscapes can't be played in tf2 at the same time? correct me if I'm wrong though.
Anyway, it's a bit of a tough spot because my map uses a ton of audio and I'd like it to be audible to the player. If anyone else has solved this in the past or if you have any suggestions to then I'd love to hear.
For reference, here's my soundscript file:
"soundscapetestmap.Inside"
{
"dsp" "1"
"playlooping"
{
"volume" "1" //max volume isn't loud enough!!
"pitch" "100"
"wave" "secondskin.wav"
}
}
The volume parameter is set to 1, which is the maximum I think, can't bring it any higher that way. But if I were to boost the volume of the audio file it would sound distorted as hell.
Before using env_soundscape I used a bunch of ambient_generic layered over each other to play the sound multiple times at the same time, which fixed the problem there, but I believe that 2 soundscapes can't be played in tf2 at the same time? correct me if I'm wrong though.
Anyway, it's a bit of a tough spot because my map uses a ton of audio and I'd like it to be audible to the player. If anyone else has solved this in the past or if you have any suggestions to then I'd love to hear.