dm_music_manager

dm_music_manager
is a point entity available in Open Fortress. Music handler Entity for the Deathmatch_(Gamemode) gamemode.
Keyvalues
- Name
(targetname)
<string> - The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Index
(Index)
<integer> - Index used to pull from MapData.
Default:0
- Waiting for players music
(WaitingForPlayerMusic)
<sound> - Song used for waiting for players, raw files don't work here
- Mid-Round Music
(RoundMusic)
<sound> - Song used mid round, also plays this songs end when the round ends, raw files don't work here
- Optional - Waiting Music Player
(WaitingMusicPlayer)
<string> - If specified, instead of making a new waiting for players music player it uses a pre-existing music player entity. Mainly used if you have special music logic.
- Optional - Round Music Player
(RoundMusicPlayer)
<string> - If specified, instead of making a new mid round music player it uses a pre-existing music player entity. Mainly used if you have special music logic.