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 Bit | Editor Setting | Description | Support |
---|---|---|---|
0x1 | Easy Difficulty | Thing is on skill levels 1 & 2 (Be Gentle and Bring It On) | Original |
0x2 | Medium Difficulty | Thing is on skill level 3 (I Own Doom) | Original |
0x4 | Hard Difficulty | Thing is on skill levels 4 & 5 (Watch Me Die and harder) | Original |
0x8 | Ambush Players | Do not react to player attack sound (deaf) | Original |
0x10 | Multiplayer Only | Thing is not in single player | Original |
0x20 | Spawned by Special | Don't spawn until triggered with action or macro | Original |
0x40 | Trigger On Pick Up | Trigger tagged linedef with matching TID when picked up | Original |
0x80 | Trigger On Death | Trigger tagged linedef with matching TID when killed | Original |
0x100 | Count Secret On Pick Up | Count as secret for intermission when picked up | Original |
0x200 | No Infighting | Never fight other monsters | Original |
0x400 | No Spawn in Deathmatch | Do not spawn thing in deathmatch mode | Modern (Unused) |
0x800 | No Spawn in Multiplayer | Do not spawn thing in any multiplayer mode | Modern (Unused) |
0x1000 | Nightmare Creature | Give monster double health, fast speed, and green color | Modern |