How do player slots work?

Post Reply
User avatar
Edge100x
Founder
Founder
Posts: 12945
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

How do player slots work?

Post by Edge100x »

BF4 slots as ordered through the page encompass three types of players:
  • Spectators (set with vars.maxSpectators, or through our "Easy setup" page)
  • Up to two commanders (for game modes which support these; set with with +vars.commander or through our "Easy setup" page)
  • Regular players (set with vars.maxPlayers, or through our "Easy setup" page)
Servers can handle up to 64 regular players and up to 70 total clients. Example configurations:
  • A 70-slot server with 64 regular players, 4 spectators, and 2 commanders.
  • A 68-slot server with 64 regular players and 4 spectators, but commander mode disabled.
  • A 64-slot server with only regular players.
  • A 62-slot server with 32 regular players and 30 spectators.
Post Reply