Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

42 total results found

setFactionRelation

5. Level Modding Event Calls

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...

eventcall
set
faction
2016
Eternal

idTarget_Teleport

5. Level Modding Entities

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...

entity
teleport
2016
Eternal

raiseEventFlagOnExternalScript

5. Level Modding Event Calls

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...

2016
Eternal
eventcall
flag

makeAIAwareOfPlayer

5. Level Modding Event Calls

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] = { ...

eventcall
2016
Eternal

idTarget_Show

5. Level Modding Entities

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...

entity
2016
Eternal

idTarget_Hide

5. Level Modding Entities

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; ...

entity
2016
Eternal

idTarget_Remove

5. Level Modding Entities

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...

entity
2016
Eternal

idTrigger

5. Level Modding Entities

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...

entity
trigger
2016
Eternal

idVolume_PlayerEnvOverride

5. Level Modding Entities

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...

entity
2016
Eternal

idTarget_Command

5. Level Modding Entities

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...

entity
2016
Eternal

socialEmotion_t

5. Level Modding Type Lists

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_...

type
2016

idAI2

5. Level Modding Entities

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...

entity
2016
Eternal

idTarget_Spawn

5. Level Modding Entities

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...

entity
2016
Eternal

proceedToNextScript

5. Level Modding Event Calls

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 ...

eventcall
script
2016
Eternal

setNextScriptIndex

5. Level Modding Event Calls

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 ...

eventcall
set
script
2016
Eternal

migrateAIFromExternalScript

5. Level Modding Event Calls

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...

eventcall
2016
Eternal

waitRandomKillCount

5. Level Modding Event Calls

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...

eventcall
wait
random
2016
Eternal

waitMulitpleConditions

5. Level Modding Event Calls

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 = { ...

eventcall
wait
2016
Eternal

clearFactionOverrides

5. Level Modding Event Calls

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 ...

eventcall
clear
faction
2016
Eternal

EntityDef/AI (2016)

7. Miscellaneous EntityDefs

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...

2016
snaphak
bubblebear