Hi,
I'm in the process of making my own Source mod and I'd like to ask a question as to how the GoldenEye Source music works in the soundscapes.
I've taken a quick look at ge_control's soundscape file:
//----------------------Music-----------
"playsoundscape"
{
"name" "music.control"
"volume" "1.0"
}
//--------------------------------------
What I don't understand is that there doesn't seem to be any other sub-soundscape named "music.control" in the whole file, or any others I have looked at. I'd love to be able to play mp3s as music in my maps instead of wave files (overlarge
); any help would be much appreciated as I know you guys have pretty much coined the playing of music on maps.
Thanks a lot.