How do I prevent settings like my maxplayers from changing?

The game "BRINK", by Splash Damage.
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 I prevent settings like my maxplayers from changing?

Post by Edge100x »

By default, Brink has "server hijacking" enabled, which means that your server will be used for client matchmaking when it is empty. When a client hijacks the server, it causes your settings to be overruled, including the player count and game mode. To change this, edit your server.cfg file and add this line before the "spawnServer" one:

Code: Select all

net_serverAllowHijacking 0
Post Reply