Lobby Music
THIS PAGE IS NOT FINISHED!! Read ahead at your own discretion.
File Location
Lobby Music uses the file located in: scripts/vscripts/client/cl_music.gnut
What To Do
media and autoexec.cfg
To call the lobby music tracks in the autoexec, write them out like so:
alias lobbymusic[number] "stopvideos; playvideo lobbymusic[number] 1 1; sp_deathtips_tip5 [time]"
where [number] is the current number of each specific lobby music track, and [time] is the length of the track in seconds. Having multiple, you'll need to write out this line multiple times, which looks like:

Follow this guide for more info about the autoexec and how to properly set it up.
After all of this is done, you should now have your custom lobby music properly working.
Last updated