Startup Music: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(wiki)
Line 1: Line 1:
{{stub}}
{{stub}}


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


Place an mp3 file named gamestartup1.mp3 in the sound/ui folder for your mod.
Place an [[Wikipedia:MP3|mp3]] file named <code>gamestartup1.mp3</code> in the <code>sound/ui</code> folder for your mod.


If you want more startup mp3's, name them gamestartup2.mp3 and so on.
If you want more startup mp3s, name them <code>gamestartup2.mp3</code> and so on.


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

Revision as of 09:16, 1 November 2005

Stub

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

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

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

If you want more startup mp3s, name them gamestartup2.mp3 and so on.

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