Server failed to start


(deelight) #1

I habe problems starting a brink server.

I have tried several ways already. My config:

si_adminName “admin”
si_email “”
si_irc “none”
si_motd_1 “Willkommen to BRINK Server”
si_motd_2
si_motd_3
si_website “”
si_serverURL

//Amount of players required to start a match
si_minPlayers 2

//Max players per team
si_maxTeamSize 8

//max HUMAN players
si_maxPlayersHuman 16

//Game Rules
//si_rules sdGameRulesStopWatch
//si_rules sdGameRulesObjective
//si_rules sdGameRulesChallenge
//si_rules sdGameRulesCampaign
si_rules sdGameRulesObjective

//Server Configuration
//Standard
//Advanced
//Competition
//Old Skool
//Custom
applyServerConfig Advanced

//ADMINSettings
net_serverRemoteConsolePassword “XXXadmin”
//net_clientRemoteConsoleAddress <Host IP>
//net_clientRemoteConsolePassword <password>

//Set the name of your server
si_name “Brink Dedicated”

//Password your server?
//0 = No
//1 = Yes
si_needpass 0

//Password for your server - si_needpass NEEDS to be set to 1!
g_password “XXX”

//Set the play mode
//si_playmode 0 = solo
//si_playmode 1 = Co-op
//si_playmode 2 = versus
si_playmode 2

//Allow server to be borrowed by players who are using matchmaking service?
//This will allow the match making service to use your server when it is empy!
net_serverAllowHijacking 1

//Set who can join your server
//0 = SOLO
//1 = INVITE ONLY
//2 = FRIENDS & INVITES
//3 = EVERYONE
si_onlineMode 3

//Friendly fire
//0 = Off
//1 = On
si_teamDamage 0

//Enable spectating
//0 = Off
//1 = On
//si_spectators 1

//Server time limit
si_timelimit 30

//Set if players can only join the smaller size team
//0 = Off
//1 = On
si_teamForceBalance 1

//Diable Voting?
//0 = Off
//1 = On
si_disableVoting 0

//Bot Difficulty
//-1 = ANY
//0 = EASY
//1 = NORMAL
//2 = HARD
si_botDifficulty -1

//Percentage of players that need to ready up to start a match
si_readyPercent 80

//Allow players to spawn and play during warm-up period
//0 = Off
//1 = On
si_warmupSpawn 1

//Rim lighting tints on enemies
//0 = Off
//1 = On
si_enemyTintEnabled 1

//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

//////////////////////////////////////// /////////
//ONLY ENABLE ONE MAP ROTATION - FIXED OR VOTE!//
//////////////////////////////////////// /////////

//Maprotation - FIXED!
//The server will run the below maps in the order listed.
g_mapRotationFixed “mp/aquarium,mp/ccity,mp/reactor,mp /refuel,mp/resort,mp/sectow,mp/shipyard, mp/terminal”

//Maprotation - VOTE!
//Server will allow the players to vote which map to play at the end of each round! They can ONLY choose from the maps listed below!
g_mapRotationVote “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

My BAT looks like this:

brink.exe +set net_ip 85.XXX.XXX.XXX +set net_serverDedicated 1 +set si_name “Brink Dedicated” +set net_serverPort 27100 +set net_serverPortMaster 27200 +set si_maxPlayers 16 +exec server.cfg

I’ve got this error at the end in Brink Console:

Joining session…
The connection to game session has been lost.
DisconnectSafe: Directly call disconnect since we are still initialising…
=== D I S C O N N E C T ===

System:
Quad Core AMD Opteron
8 GB DDR2
Win 2008 R2


(pl1ght) #2

hello. I tried your server.cfg to the letter with the ‘brink_ded1.bat’ only adding the +exec server.cfg to the end and the server loaded perfectly fine and currently has users joining and playing.

Intel Quad Core, 4GB DDR Win 2008 R2


(Deadwalking) #3

net_ip is the problem from what I have been reading around here and Bethesda forums.


(Temp1337) #4

Maybe help here:
http://brinkbase.de/index.php?mod=articles&action=view&id=1


(Feelgood) #5

You can not have both types of map rotations. Either used fixed or vote, not both.


(deelight) #6

it also dont works without +set net_ip. But maybe the porblem is cause i have got more then one IP Address up?