Entity Flag: Not in Deathmatch Last edited 2 years ago2022-03-28 13:55:47 UTC

You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date. Click here to see the current revision of this page.
If this flag is set on, the entity will not appear in multiplayer games. Because the flag is checked by the game engine and not in the mod DLLs, entities with this flag are prevented from spawning regardless of mod and game mode (such as deathmatch, teamplay, co-op, or capture the flag).

For programmers, it might be useful to know that this flag is set on spawnflags and the bit mask is 0x800.

1 Comment

Commented 2 years ago2022-03-28 14:24:04 UTC Comment #104277
I think we can add this to every GoldSrc entity's list of flags, even though it's not included for most entities in the standard .FGD files

You must log in to post a comment. You can login or register a new account.