Please or Register to create posts and topics.

Trouble with Blue Gel

I'm currently working on a [rather large] map, and in the first half, blue gel works fine. But once I make my way to the second half, when I jump on the blue gel there, no "boing" sound is played, I land, and then the "boing" sound that's supposed to be played when I jump plays. The only thing I can think of is the music that I've played and then killed isn't actually killed, and the game has multiple overlapping music tracks running at the same time. But it is only 3 other tracks! Anyone have any ideas?

Image

Test your map without your Background Music/Tracks, and you will see if the Tracks are causing that problem.

Alright, I just tried that, and it worked! Thanks! However, is there a way to really kill ambient_generics, or am I stuck having to actually not have a certain music track?

Image

What about killing the ambient_generic plus an audio cache update? you can have a point_clientcommand and fire an output via a logic_relay like so:

OnTrigger > [clientcommand_name] > Command > snd_updateaudiocache

Or maybe snd_rebuildaudiocache.

I haven't tried this though, but maybe this way you get rid of the sounds that are being played in the background...

ImageImageImageImageImageuseful tools and stuff here on TWP :thumbup:
[spoiler]ImageImageImageImageImage[/spoiler]

I tried that, but it also comes up briefly with the console window as it rebuilds. It also didn't fix the problem. I might have to cut the blue gel from the equation if I want to finish this map.

Image

Don't kill an ambient_generic, disable it first. This will only work on a looped sound with Start Silent checked and Is NOT Looped unchecked.

Falsi sumus crusto!