What is the maximum number of players allowed in a ZDoom game? I want to define an array in an ACS script whose dimension is the same as the maximum number of players, so as not to risk to overrun it.
It'll be bumped whenever it's safe to bump, and everything related to that is designed for the new player count, is the simple answer to that. No sense bumping the player count if you can't actually spawn that many players.