"votekickplayer": false broken in 267

ZEROibisZEROibis Join Date: 2009-10-30 Member: 69176Members, Constellation
edited August 2014 in Technical Support
Previous settings of
"votekickplayer": false
no longer works. Players are able to vote kick others regardless of setting.

Comments

  • GhoulofGSG9GhoulofGSG9 Join Date: 2013-03-31 Member: 184566Members, Super Administrators, Forum Admins, Forum Moderators, NS2 Developer, NS2 Playtester, Squad Five Blue, Squad Five Silver, Reinforced - Supporter, WC 2013 - Supporter, Pistachionauts
    Can't reproduce, option value is working fine for me.
  • ZEROibisZEROibis Join Date: 2009-10-30 Member: 69176Members, Constellation
    {
    "tags": [ "rookie" ],
    "settings": {
    "voting": {
    "voterandomizerr": true,
    "votechangemap": true,
    "votingforceeventeams": true,
    "voteresetgame": true,
    "votekickplayer": false
    },
    }

    With these set your still able to vote kick.
  • GhoulofGSG9GhoulofGSG9 Join Date: 2013-03-31 Member: 184566Members, Super Administrators, Forum Admins, Forum Moderators, NS2 Developer, NS2 Playtester, Squad Five Blue, Squad Five Silver, Reinforced - Supporter, WC 2013 - Supporter, Pistachionauts
    Can you either upload your complete ServerConfig,json or check it with http://jsonlint.com/ yourself because i guess you have some syntax errors in your setting.

    Best would be to just delete it so ns2 can create a new default one ;)
  • ZEROibisZEROibis Join Date: 2009-10-30 Member: 69176Members, Constellation
    edited August 2014
    It validates here is the full file:
    {
      "tags": [ "rookie" ],
      "settings": {
        "auto_kick_afk_capacity": 0.9,
        "rookie_friendly": true,
        "auto_kick_afk_time": 300,
        "end_round_on_team_unbalance": 0.4,
        "voting": {
          "voterandomizerr": true,
          "votechangemap": true,
          "votingforceeventeams": true,
          "voteresetgame": true,
          "votekickplayer": false
        },
        "pregamealltalk": false,
        "force_even_teams_on_join": true,
        "auto_team_balance": {
          "enabled_after_seconds": 10,
          "enabled_on_unbalance_amount": 3
        },
        "reserved_slots": {
          "amount": 0,
          "ids": [  ]
        },
        "alltalk": false,
        "use_own_consistency_config": false,
        "end_round_on_team_unbalance_after_warning_time": 30,
        "hiveranking": true,
        "end_round_on_team_unbalance_check_after_time": 300
      }
    }
    

    Also I know that the defined config location is valid b/c the MapCycle.json works fine from the location so this could not be a case of it loading from the wrong file or something.
  • GhoulofGSG9GhoulofGSG9 Join Date: 2013-03-31 Member: 184566Members, Super Administrators, Forum Admins, Forum Moderators, NS2 Developer, NS2 Playtester, Squad Five Blue, Squad Five Silver, Reinforced - Supporter, WC 2013 - Supporter, Pistachionauts
    If it's still not working then it must be one of the mods you are using. And disabled means not that it's hidden just that ppl can't use it. ;)
  • ZEROibisZEROibis Join Date: 2009-10-30 Member: 69176Members, Constellation
    Ah, I understand and will take that into my further tests. Thanks for the clarification.
Sign In or Register to comment.