MAPINFO: Difference between revisions
mNo edit summary Tag: Source edit |
DrinkyBird (talk | contribs) (Merge the note with the sentence and fix the zdw link) Tag: Source edit |
||
Line 29: | Line 29: | ||
|- | |- | ||
! <tt>ForceSpawnEventScripts = <bool></tt> | ! <tt>ForceSpawnEventScripts = <bool></tt> | ||
| Forces [[EVENT scripts]] of type <tt>GAMEEVENT_ACTOR_SPAWNED</tt> to run for all actors, except for those with the <tt>NOSPAWNEVENTSCRIPT</tt> [[DECORATE#Actor_Flags|actor flag]] | | Forces [[EVENT scripts]] of type <tt>GAMEEVENT_ACTOR_SPAWNED</tt> to run for all actors, except for those with the <tt>NOSPAWNEVENTSCRIPT</tt> [[DECORATE#Actor_Flags|actor flag]], actors that have either the <tt>NOBLOCKMAP</tt> (except projectiles and puffs) or <tt>NOSECTOR</tt> flags enabled, or inherit from {{Zdoomwiki|Classes:HexenArmor|HexenArmor}}. | ||
|- | |- | ||
!<tt>ForceDamageEventScripts = <bool></tt> | !<tt>ForceDamageEventScripts = <bool></tt> |
Revision as of 12:31, 30 August 2022
MAPINFO is a special lump that allows defining information about maps, and configuring other game settings. It has received a few extensions in Zandronum:
Map defition
- See also: MAPINFO/Map definition
Property | Description |
---|---|
NoBotNodes | Disables the generation of nodes for Skulltag bots on this level. |
Lobby
IsLobby |
Marks this map as a lobby, which invokes some special behaviours when playing this map:
|
GameInfo defition
- See also: MAPINFO/GameInfo definition
Property | Description |
---|---|
ForceSpawnEventScripts = <bool> | Forces EVENT scripts of type GAMEEVENT_ACTOR_SPAWNED to run for all actors, except for those with the NOSPAWNEVENTSCRIPT actor flag, actors that have either the NOBLOCKMAP (except projectiles and puffs) or NOSECTOR flags enabled, or inherit from HexenArmor. |
ForceDamageEventScripts = <bool> | Forces EVENT scripts of type GAMEEVENT_ACTOR_DAMAGED to run for all actors, except for those with the NODAMAGEEVENTSCRIPT actor flag. |