How to disable "Auto-Team Balance"?

MetaMindMetaMind Join Date: 2012-12-06 Member: 174358Members, Reinforced - Gold
Hi all,
anyone knows how to disable it when hosting in default configuartion?
Or do you know the Admin Command for disabling it?

Comments

  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    You can set in in your server config json files <a href="http://www.unknownworlds.com/ns2/wiki/index.php/Dedicated_Server" target="_blank">http://www.unknownworlds.com/ns2/wiki/inde...edicated_Server</a>
  • MetaMindMetaMind Join Date: 2012-12-06 Member: 174358Members, Reinforced - Gold
    edited December 2012
    Well I only found the "serverconfig.lua"

    in it I found the code lines you mentioned:

    <!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->local defaultConfig = {
                            settings =
                                {
                                    rookie_friendly = true,
                                    auto_team_balance = { enabled_on_unbalance_amount = 2, enabled_after_seconds = 10 },
                                    end_round_on_team_unbalance = 0.4
                                },
                            tags = { "rookie" }
                          }<!--c2--></div><!--ec2-->

    I ve erased them before but I think nothing happens, what should I do in your opinion to get it disabled, also keep in mind I want it disabled even BEFORE the match has started (this is important!)
Sign In or Register to comment.