Advanced Search
Search Results
42 total results found
DOOM 2016 Music
Music from DOOM 2016 can be played in DOOM Eternal without changing any of the music files.
proceedToNextScript
An eventCall to proceed to the next script in an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "proceedToNextScript"; args = { num = 2; item[0] = { bool = true; // bypassNextWaitForCommit } item[1] = { bool ...
waitAIHealthLevel
An eventCall that tells the idEncounterManager to wait until the specified ai type reaches a certain HP level, before executing the next eventCalls. Usage item[0] = { eventCall = { eventDef = "waitAIHealthLevel"; args = { ...
stopMaintainingAICount
An eventCall to end a maintainAICount in an idEncounterManager. Usage This eventCall should only be used after a maintainAICount. item[0] = { eventCall = { eventDef = "stopMaintainingAICount"; args = { num = 2; ...
spawnSingleAI
An eventCall to spawn a single idAI2 entity in an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "spawnSingleAI"; args = { num = 3; item[0] = { eEncounterSpawnType_t = ""; // s...
spawnAI
An eventCall to spawn multiple idAI2 entities, simultaneously, in an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "spawnAI"; args = { num = 4; item[0] = { eEncounterSpawnType...
setNextScriptIndex
An eventCall to set the index of the next script in an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "setNextScriptIndex"; args = { num = 1; item[0] = { // nextScriptIndex int = 1; } } } } nextScriptIndex ...
socialEmotion_t
These types can also be dumped with sh_type/mh_type socialEmotion_t Types 2016 EMOTION_TERRIFIEDEMOTION_FEAREMOTION_WARYEMOTION_DESTROY_AT_ALL_COSTSEMOTION_DESTROYEMOTION_HATEEMOTION_ANGEREMOTION_DISLIKEEMOTION_ANNOYEDEMOTION_NEUTRALEMOTION_FRIENDLYEMOTION_...
setFactionRelation
An eventCall to force an emotion between an instigating and target faction in an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "setFactionRelation"; args = { num = 4; item[0] = { eEncounterSpawnType_t = ""; // instigator...
removeAI
An eventCall to remove spawned ai entities from an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "removeAI"; args = { num = 2; item[0] = { eEncounterSpawnType_t = ""; // spawnType } item[1] = { string = ""; ...
migrateAIFromExternalScript
An eventCall to migrate ai entities from another idEncounterManager, into the current encounter manager. Usage item[0] = { eventCall = { eventDef = "migrateAIFromExternalScript"; args = { num = 4; item[0] = { entity = ""; // encounterScr...
wait
An eventCall that tells the idEncounterManager to wait a specified amount of time before executing the next eventCall. Usage item[0] = { eventCall = { eventDef = "wait"; args = { num = 1; item[0] = { ...
forceAIToFlee
An eventCall to that forces spawned ai in an idEncounterManager to flee. Usage item[0] = { eventCall = { eventDef = "forceAIToFlee"; args = { num = 4; item[0] = { eEncounterSpawnType_t = ""; // spawnType } item[1] = { string...
damageAI
An eventCall to apply a damage type to the specified ai in an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "damageAI"; args = { num = 3; item[0] = { decl = { damage = ""; // damageType } } item[1] = {...
clearFactionOverrides
An eventCall to clear any faction overrides set by a preceding setFactionRelation in an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "clearFactionOverrides"; args = { num = 0; } } } Example Usage item[0] = { eventCall ...
waitMaintainComplete
An eventCall to wait until a preceding maintainAICount finishes. Usage item[0] = { eventCall = { eventDef = "waitMaintainComplete"; args = { num = 3; item[0] = { eEncounterSpawnType_t = ""; // aiType } item[1] = { int = 0; /...
eEncounterSpawnType_t
These types can also be dumped with sh_type/mh_type eEncounterSpawnType_t Types 2016 ENCOUNTER_SPAWN_ZOMBIEENCOUNTER_SPAWN_WELDER_ZOMBIEENCOUNTER_SPAWN_IMPENCOUNTER_SPAWN_IMP_ALBINO - Unused/Cut AI typeENCOUNTER_SPAWN_HELL_SOLDIERENCOUNTER_SPAWN_SHOTGUN_SOL...
encounterGroupRole_t
These types can also be dumped with sh_type/mh_type encounterGroupRole_t Types 2016 ROLE_DEFENDROLE_ASSAULTROLE_FLANKROLE_FLANK_CHARGEROLE_FORMATIONROLE_THROWROLE_CHARGE Eternal ROLE_DEFENDROLE_ASSAULTROLE_FLANKROLE_FLANK_CHARGEROLE_FORMATIONROLE_THROWROL...
designerComment
An eventCall for leaving a comment in an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "designerComment"; args = { num = 2; item[0] = { string = ""; // designerComment } item[1] = { bool = true; // printToCo...
forceChargeOnAllAI
An eventCall to make all spawned ai in an idEncounterManager charge the player. Usage item[0] = { eventCall = { eventDef = "forceChargeOnAllAI"; args = { num = 0; } } } Example Usage item[0] = { eventCall = { eventDef = "waitAIRemain...
waitAIRemaining
An eventCall to wait until a certain quantity of specified ai types remain in an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "waitAIRemaining"; args = { num = 3; item[0] = { eEncounterSpawnType_t = ""; // aiType } ...