Removing Rookie mode from Dedicated Server
Fallenonsane
Join Date: 2009-06-07 Member: 67735Members
<div class="IPBDescription">Removing Rookie Mode</div>I have had my server up and running for awhile. We finally decided to remove the rookie mode tag from the server. I Google'd it and also read on the wiki how to remove and did everything i was told. We even tried different ways but it still seems like it will not go off of Rookie Mode. Here is the command line in my ServerConfig file.
local defaultConfig = {
settings =
{
rookie_friendly = { False },
auto_team_balance = { enabled_on_unbalance_amount = 2, enabled_after_seconds = 10 },
end_round_on_team_unbalance = 0.4
},
tags = {""}
Am i missing something? Is there a different file i need to be changing? I looked all over the forums and this is what everything has said to do.
Thank you!
Fal|en^onsane
local defaultConfig = {
settings =
{
rookie_friendly = { False },
auto_team_balance = { enabled_on_unbalance_amount = 2, enabled_after_seconds = 10 },
end_round_on_team_unbalance = 0.4
},
tags = {""}
Am i missing something? Is there a different file i need to be changing? I looked all over the forums and this is what everything has said to do.
Thank you!
Fal|en^onsane
Comments
The format of ServerConfig.json should be the following:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->{
"settings": {
"rookie_friendly": true,
"end_round_on_team_unbalance": 0.4,
"auto_team_balance": {
"enabled_after_seconds": 10,
"enabled_on_unbalance_amount": 2
}
},
"tags": [ "rookie" ]
}<!--c2--></div><!--ec2-->
Thanks!!!
Go to your config directory.. click on your server config. Delete it. Change map / or restart server. It will auto generate a brand new config from default settings. Change the true to false... change the tags to [ ]. restart server.. see if its fixed.
Have you tried running the SteamCmd with a validate option?
You can use a similar command to my guide here:
<a href="http://www.unknownworlds.com/ns2/forums/index.php?showtopic=125516" target="_blank">http://www.unknownworlds.com/ns2/forums/in...howtopic=125516</a>
I don't know what "invalid data" specifically means.
Obviously replacing the username, password and installation directory variables right?
<a href="http://steamcommunity.com/id/tbgcotton/" target="_blank">http://steamcommunity.com/id/tbgcotton/</a>
You used the exact paste from <a href="http://www.unknownworlds.com/ns2/forums/index.php?showtopic=125510&view=findpost&p=2038858" target="_blank">http://www.unknownworlds.com/ns2/forums/in...t&p=2038858</a> ?