I wanted to know is it possible to add music to the game nad if possible how?
Printable View
I wanted to know is it possible to add music to the game nad if possible how?
Compile a in, which is the intro to the song, a loop which loops and an end which ends the song when needed. Compile them through tool as a wav. Use tool sounds <directory> ogg 128000. Set the new sound files you made to music, recompile, then add into a sound_looping tag. Script them into the map using sound_looping start or something.
Thanks for the help and when compiling where do I put the music?
data\sounds\music\"name of track"\
inside the "name of track" you'd have 3 other folders and in those other folders would be in, loops, and out.
so if my folder name was "finalvictory" id type the following command:
tool sounds sounds\music\finalvictory ogg 128000