The dedicated server will not allow more than 16 players

Hey. I would like to know why the dedicated server does not allow more than 16 players? Is that a limitation?

In Engine\Config\BaseGame.ini the default value is:

[/Script/Engine.GameSession]
MaxPlayers=16

To override it, you can put something like the following in your game Config\DefaultGame.ini

[/Script/Engine.GameSession]
MaxPlayers=64

Cheers!
SRombauts

3 Likes