What is wrong with my server.cfg


(bandit1) #1

After changed to Campaign it stopped working. Is it the map rotation? Should I just comment those lines out?

si_name “my server is born”

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

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

si_name “x”
si_adminName “x”
si_irc “x”
si_motd_1 “x”
si_motd_2 “x”
si_motd_3 “x”
si_website “x”

bot_minclients 12

//MaxPlayers might enable bots
si_maxPlayers 12

//Amount of Players required to start a match
si_minplayers 1
//Max Players per Team
si_maxTeamSize 6

net_serverRemoteConsolePassword “somepass”

//Allow server to be borrowed by players who are using //matchmaking service
//to use server when empty
// 1 = yes
// 0 = no
net_serverAllowHijacking 0

//Password your server?
// 0 = no
// 1 = yes
si_needpass “1”

//password for your server si_needpass NEEDS to be 1
g_password “somepass”

//Set the play mode
//si_playmode 0 = solo
//si_playmode 1 = Co-op
//si_playmode 2 = versus
si_playmode 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 VOIP
// 0 = off
// 1 = on
si_teamVoipEnabled 0

//Rim Lighting Tints
// 0 = off
// 1 = on
si_enemyTintEnabled 0

//Force players to join smaller side
// 0 = off
// 1 = on
si_teamForceBalance 0

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

//Enable rank restrictons
//0 = Off
//1 = On
si_rankRestricted 0

//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/ccity,mp/refuel,mp/aquarium,mp/reactor,mp/resort,mp/sectow,mp/shipyard,mp/terminal” // map rotation: mp/ccity -> mp/refuel -> mp/sectow -> mp/ccity

spawnServer “mp/ccity”


(LyndonL) #2

Have a look here.