Page 1 of 1

How do I configure voting?

Posted: Mon May 20, 2013 5:58 pm
by kraze
The new voting system added in build 247 allows players to change the map, kick a player, and reset the round by accessing the voting menu after pressing "Esc" in-game.

To configure voting options you will need to edit the server's "ServerConfig.json", which can be found in the drop-down menu on the "File manager" tab in the control panel.

In that file, you should see something similar to:

Code: Select all

{
  "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" ]
}
After the "settings" line, press enter and paste this in:

Code: Select all

 "voting": {
      "votechangemap": true,
      "votekickplayer": true,
      "voteresetgame": false
}
Then, edit the options to your liking. Restarting the server will cause your changes to take effect.