How to make layered music?
Quote from Villethemina on August 19, 2012, 5:14 amTitle pretty much states it: I'm trying to make a map where whenever you activate a new laser relay a new music layer starts playing.
The problem is that if I just make one ambient_generic for each layer and start playing them with playsound when a relay gets activated it sounds horrible because it's not synched with other layers. Is there a way to make layered music any other way or to make the sounds be in tempo?
Thanks in advance.
Title pretty much states it: I'm trying to make a map where whenever you activate a new laser relay a new music layer starts playing.
The problem is that if I just make one ambient_generic for each layer and start playing them with playsound when a relay gets activated it sounds horrible because it's not synched with other layers. Is there a way to make layered music any other way or to make the sounds be in tempo?
Thanks in advance.
Quote from Sprowl on August 19, 2012, 5:55 amJust start all the music at the same time and lower the Volume of the ambient_generics you want to be played later. Then turn up the sound when you need it.
Work good for me.
Just start all the music at the same time and lower the Volume of the ambient_generics you want to be played later. Then turn up the sound when you need it.
Work good for me.
Quote from The Irate Pirate on August 19, 2012, 6:41 amLook at the A4 level that Valve included with the SourceSDK and go from there.
Look at the A4 level that Valve included with the SourceSDK and go from there.
Quote from Vordwann on August 19, 2012, 8:32 amThe Irate Pirate wrote:Look at the A4 level that Valve included with the SourceSDK and go from there.I believe you mean the A2 level that Valve included with the Source SDK: sp_a2_column_blocker.vmf
In this map, the relays on the floor have a setup that allows for layered music.
I believe you mean the A2 level that Valve included with the Source SDK: sp_a2_column_blocker.vmf
In this map, the relays on the floor have a setup that allows for layered music.
[spoiler][SP] Alternate[/spoiler]