How do I configure voting?

Post Reply
User avatar
kraze
Former staff
Former staff
Posts: 4362
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Sep 17, 2010 9:06 am
Location: California

How do I configure voting?

Post 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.
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
Post Reply