Server Settings as follows for Dedicated server on Windows 2003
Q. Server max players
I’ve set maxplayers to 8, browser shows 8/8 but there are more than 8 players (not bots) on the server
Q. si_maxRank 4 should allow all ranks to join but players get “cant join because rank too high error”
Does “applyServerConfig Standard” coutermand the “si_maxRank 4”
Server Launch *bat
brink.exe +set net_serverDedicated 1 +set si_name “SunLit On the Brink” +set net_serverPort 27015 +set net_serverPortMaster 27016 +exec server.cfg
Server.cfg file
//Max players
si_maxPlayers 8
//Amount of players required to start a match
si_minPlayers 1
//Max players per team
si_maxTeamSize 4
//max HUMAN players
si_maxPlayersHuman 8
//Game Rules
si_rules sdGameRulesObjective
//Server Configuration
applyServerConfig Standard
//Set the play mode
si_playmode 2
//Enable rank restrictons
//0 = Off
//1 = On
si_rankRestricted 1
//Restrict player ranks
//si_maxRank 0 = Rank 1 players only
//si_maxRank 1 = Rank 1 and 2 players only
//si_maxRank 2 = Rank 1, 2 and 3 players only
//si_maxRank 3 = Rank 1, 2, 3 and 4 players only
//si_maxRank 4 = All player ranks can join
si_maxRank 4
g_mapRotationFixed “mp/aquarium,mp/ccity,mp/reactor,mp /refuel,mp/resort,mp/sectow,mp/shipyard, mp/terminal”
//SPAWN SERVER (Start Server with map aquarium)
spawnServer mp/aquarium.entities
