SebMelbourne, AUJoin Date: 2013-04-01Member: 184576Members, Forum Moderators, NS2 Playtester, Squad Five Blue, Squad Five Silver, WC 2013 - Silver, Retired Community Developer
edited May 2013
I hate it. I got votekicked from my own server yesterday. It is the worst joke of a voting system I have ever seen. That config string will only disable the kickplayer vote. I have tried multiple configurations of the config file and I can't get them to all turn off unfortunately. Has anyone had better luck than me?
Edit: C & P this in your server config file and change the variables as preferred:
"settings": {
"voting": {
"votechangemap": true,
"votekickplayer": true,
"voteresetgame": false
},
Edit 2: I believe the line for randomising the rr is "voterandomizerr"
endarJoin Date: 2010-07-27Member: 73256Members, Squad Five Blue
What a horrible system.
I just had someone tell me they were kicked for having a high KDR. So I decided to investigate who started the vote, etc. Turns out nothing useful at all is logged.
Started Vote: VoteKickPlayer
Vote Complete: VoteKickPlayer. Successful? Yes
Client disconnected (1.1.1.1) Kicked
Is this some kind of joke? How do I enable the basic logging that shows who started the vote, who they are voting against, and who is getting kicked.
The voting should be able to play into the existing in game admin groups so that a group can be immune to aspects of these votes and have ability to control said votes.
Comments
http://forums.unknownworlds.com/discussion/comment/2118256/#Comment_2118256 by elodea
Edit: C & P this in your server config file and change the variables as preferred:
"settings": {
"voting": {
"votechangemap": true,
"votekickplayer": true,
"voteresetgame": false
},
Edit 2: I believe the line for randomising the rr is "voterandomizerr"
It doesnt seem to be working for my config;
my config looks like this:
{
"settings":
{
"rookie_friendly": true,
"auto_team_balance":
{
"enabled_on_unbalance_amount": 2,
"enabled_after_seconds": 10
}
"voting": {
"votechangemap": false,
"voteresetgame":false,
"votekickplayer": false,
},
"tags": [ "rookie" ]
}
Any ideas?
Thanks
"settings": {
"rookie_friendly": true,
"voting": {
"votekickplayer": false,
"votechangemap": false,
"voteresetgame": false,
"voterandomizerr": false
}
"end_round_on_team_unbalance": 0, "auto_team_balance": { "enabled_after_seconds": 0, "enabled_on_unbalance_amount": 0 } }, "tags": [ "" ]
}
This is what my config file looks like, see if that helps
I just had someone tell me they were kicked for having a high KDR. So I decided to investigate who started the vote, etc. Turns out nothing useful at all is logged.
Started Vote: VoteKickPlayer
Vote Complete: VoteKickPlayer. Successful? Yes
Client disconnected (1.1.1.1) Kicked
Is this some kind of joke? How do I enable the basic logging that shows who started the vote, who they are voting against, and who is getting kicked.