Startup Music: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:
If you want more than one startup MP3s, use the name <code>gamestartup2.mp3</code> and so on.
If you want more than one startup MP3s, use the name <code>gamestartup2.mp3</code> and so on.


If more than one MP3 exists as <code>sound/ui/gamestartup''*''.mp3</code>, one will be picked at random.
If more than one MP3 exists as <code>sound/ui/gamestartup'''*'''.mp3</code>, one will be picked at random.
[[Category:Sound System]]
[[Category:Sound System]]
[[Category:Tutorials]]
[[Category:Tutorials]]

Revision as of 21:16, 27 February 2006

Stub

This article or section is a stub. You can help by expanding it.

As of the first engine update for DOD:S, this has been possible.

Place an MP3 file named gamestartup1.mp3 in the sound/ui folder for your mod.

If you want more than one startup MP3s, use the name gamestartup2.mp3 and so on.

If more than one MP3 exists as sound/ui/gamestartup*.mp3, one will be picked at random.