Things

"Things" are objects, monsters, items, and decorations which function in levels but are not level geometry. This includes the player start position, which all maps require. All in-level sprites are things but not all things have sprites. Below links to a list of all of the things in the original Doom 64.

By using actions, there is a special case of causing things to become "ghosts", where they cannot be damaged nor picked up. The link below describes ghosts things and how to create them.

Editor Flags

Here are properties assignable to any thing in Doom 64 within a Doom map editor. However not all properties will have an effect on all things. There are a set of new flags added to more modern Doom 64 engines. For example Doom 64 EX introduced the "Nightmare Creature" flag which gives enemies a combat boost and green color. For other things, they will only inherit the green color. These new flags are supported on Doom 64 EX, EX+, Remaster, Complete Edition, and XE. Doom 64 also experimented with multiplayer in the past and present, but in both cases it never was finished. Thus, even though the multiplayer flags exist, these flags have no effect in game.

Flag BitEditor SettingDescriptionSupport
0x1Easy DifficultyThing is on skill levels 1 & 2 (Be Gentle and Bring It On)Original
0x2Medium DifficultyThing is on skill level 3 (I Own Doom)Original
0x4Hard DifficultyThing is on skill levels 4 & 5 (Watch Me Die and harder)Original
0x8Ambush PlayersDo not react to player attack sound (deaf)Original
0x10Multiplayer OnlyThing is not in single playerOriginal
0x20Spawned by SpecialDon't spawn until triggered with action or macroOriginal
0x40Trigger On Pick UpTrigger tagged linedef with matching TID when picked upOriginal
0x80Trigger On DeathTrigger tagged linedef with matching TID when killedOriginal
0x100Count Secret On Pick UpCount as secret for intermission when picked upOriginal
0x200No InfightingNever fight other monstersOriginal
0x400No Spawn in DeathmatchDo not spawn thing in deathmatch modeModern (Unused)
0x800No Spawn in MultiplayerDo not spawn thing in any multiplayer modeModern (Unused)
0x1000Nightmare CreatureGive monster double health, fast speed, and green colorModern