Startup Music

From Valve Developer Community
Jump to navigation Jump to search
Merge-arrows.png
It has been suggested that this article or section be merged with Startup Videos. (Discuss)

Startup music is music that plays on the main menu when booting up the game, but does not play when returning to the main menu from elsewhere in the game.

Source Source Engine

Source will play 🖿sound\ui\gamestartup*.mp3 when it finishes loading the main menu after the application is launched. The asterisk matches anything at all (including nothing), so feel free to give your files descriptive names. If more than one file matches, a choice will be made at random.

All files must be encoded at 44.1 KHz.

Tip.pngTip:Startup music can be disabled by starting with -nostartupsound.
Warning.pngWarning:Only MP3 files are supported, and they do not loop.
PlacementTip.pngWorkaround:If a looping WAV is desired, edit valve.rc to add the line play #*ui/gamestartup.wav (or something similar) to the end of the file. Only one music track is supported using this method.

GoldSrc GoldSrc Engine

GoldSrc will play 🖿media\gamestartup.mp3 or Redbook CD track 29 when it finishes loading the main menu after the application is launched. The track will loop and continue to play until a map is loaded.

Icon-Bug.pngBug:If the game directory is 🖿valve, the startup track will continue to play across multiple maps until another track is called!  [todo tested in ?]