MAPINFO: Difference between revisions
DrinkyBird (talk | contribs) (Merge the note with the sentence and fix the zdw link) Tag: Source edit |
DrinkyBird (talk | contribs) m (typo) Tag: Source edit |
||
Line 1: | Line 1: | ||
'''{{Zdoomwiki|MAPINFO}}''' is a special lump that allows defining information about maps, and configuring other game settings. It has received a few extensions in Zandronum: | '''{{Zdoomwiki|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 | == Map definition == | ||
:See also: {{Zdoomwiki|MAPINFO/Map definition}} | :See also: {{Zdoomwiki|MAPINFO/Map definition}} | ||
Line 21: | Line 21: | ||
|} | |} | ||
== GameInfo | == GameInfo definition == | ||
:See also: {{Zdoomwiki|MAPINFO/GameInfo definition}} | :See also: {{Zdoomwiki|MAPINFO/GameInfo definition}} | ||
Revision as of 02:26, 27 December 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 definition
- 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 definition
- 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. |