Advanced Search
Search Results
4 total results found
Audio Modding
2. How to Create Mods
Information for people who are looking to create Music, Sound Effect, and Voice Over mods.
DOOM 2016 Music
7. Miscellaneous
Music from DOOM 2016 can be played in DOOM Eternal without changing any of the music files.
setMusicState
5. Level Modding
Event Calls
An eventCall to change the state of the specified idMusicEntity in an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "setMusicState"; args = { num = 3; item[0] = { entity = ""; // target } item[1] = { decl = ...
idMusicEntity
5. Level Modding
Entities
Music Entities are used to play music in the level. Usage entity { entityDef sound_sound_musicentity_1 { inherit = "sound/musicentity"; class = "idMusicEntity"; expandInheritance = false; poolCount = 0; poolGranularity = 2; networkReplicated = ...