Skip to content

Game Limits

RM edited this page Apr 27, 2020 · 1 revision

Limits and constants.

Limit of Value Notes
MAX_GENTITIES 1024 The first 64 are reserved by the game for players, world entity num is 1022 and entity num 'NONE' is 1023. Rest of entities are created on the fly. You'll get a snapshot of used entities by /entitylist cmd.
MAX_CLIENTS 64 In practice, 32 players are recommended.
MAX_MODELS 256 func_explosive creates one model for each explosive object
MAX_SOUND 256 -