Advanced Search
Search Results
42 total results found
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...
idTarget_Teleport
An entity to teleport the player to the specified location when used. Usage entity { entityDef example_target_teleport_eternal { class = "idTarget_Teleport"; expandInheritance = false; poolCount = 0; poolGranularity = 2; networkReplicated = false...
raiseEventFlagOnExternalScript
An eventcall to trigger a flag on an idEncounterManager outside of the one that this eventcall is used in. Usage item[0] = { eventCall = { eventDef = "raiseEventFlagOnExternalScript"; args = { num = 3; item[0] = { entity = "game_ai_encou...
makeAIAwareOfPlayer
An eventCall to make any ai entities spawned in an idEncounterManager, aware of the player. Usage item[0] = { eventCall = { eventDef = "makeAIAwareOfPlayer"; args = { num = 4; item[0] = { bool = true; // allActive } item[1] = { ...
idTarget_Show
An entity that will show the listed entities when activated. Usage entity { entityDef example_target_show_eternal { class = "idTarget_Show"; expandInheritance = false; poolCount = 0; poolGranularity = 2; networkReplicated = false; disableAIPool...
idTarget_Hide
An entity that will hide the listed entities when activated. Note that not all entities can be hidden. Usage entity { entityDef example_target_hide_eternal { class = "idTarget_Hide"; expandInheritance = false; poolCount = 0; poolGranularity = 2; ...
idTarget_Remove
An entity that will remove the listed entities when activated. Usage entity { entityDef example_target_remove_eternal { class = "idTarget_Remove"; expandInheritance = false; poolCount = 0; poolGranularity = 2; networkReplicated = false; disable...
idTrigger
An entity that will trigger its listed targets when used. Usage entity { entityDef mod_trigger_1 { inherit = "trigger/trigger"; class = "idTrigger"; expandInheritance = false; poolCount = 0; poolGranularity = 2; networkReplicated = false; dis...
idVolume_PlayerEnvOverride
An entity to overwrite the envSettings decl set by idWorldspawn when within the defined volume. Usage entity { entityDef volume_env_override_1 { inherit = "volume/env_override"; class = "idVolume_PlayerEnvOverride"; expandInheritance = false; poolC...
idTarget_Command
An entity to trigger the specified console commands. Usage entity { entityDef example_target_command_eternal { class = "idTarget_Command"; expandInheritance = false; poolCount = 0; poolGranularity = 2; networkReplicated = false; disableAIPoolin...
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_...
idAI2
An entity for AI/NPCs, usually demons. idAI2 can be individually placed throughout a map, or more preferably, spawned with an idTarget_Spawn. The exact ai type of the idAI2 can be checked by looking at the inherit parameter. Usage This is an example of a He...
idTarget_Spawn
An entity to spawn other entities. Primarily used for idAI2 entities. It should be noted that most of these parameters can be excluded unless needed. An idTarget_Spawn can be simplified down to this, as an example, if all the player wishes to do is be able to...
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 ...
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 ...
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...
waitRandomKillCount
An eventCall to wait until a random quantity of specified ai types are killed in an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "waitRandomKillCount"; args = { num = 4; item[0] = { eEncounterEventFlags_t = ""; // aiTyp...
waitMulitpleConditions
An eventCall for using multiple wait eventCalls in an idEncounterManager. This eventCall is spelled incorrectly in the engine ("Mulitple"), and must be used this way. Usage item[0] = { eventCall = { eventDef = "waitMulitpleConditions"; args = { ...
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 ...
EntityDef/AI (2016)
ai/demon/archvile ai/demon/archvile_base ai/demon/baron ai/demon/baron_base ai/demon/cacodemon ai/demon/cacodemon_base ai/demon/cyberdemon ai/demon/cyberdemon_base ai/demon/cyberdemon_hell ai/demon/hellknight ai/demon/hellknight_base ai/demon/imp a...