Shine Admin - Force random based on rank for each round
SjN
Join Date: 2003-01-07 Member: 11983Members, Reinforced - Supporter
This is my current VoteRandom.json:
{
"BalanceMode": 5,
"IgnoreCommanders": false,
"Duration": 15,
"MinPlayers": 6,
"InstantForce": true,
"PercentNeeded": 0.75,
"MaxStoredRounds": 5,
"BlockTeams": true,
"AlwaysEnabled": true,
"VoteTimeout": 60,
"RandomOnNextRound": true,
"FallbackMode": 5
}
It only gets enabled if people vote for it from the menu OR if I do sh_enablerandom true in console.
Is there a way to have it enabled for every round without the need for people to vote?
{
"BalanceMode": 5,
"IgnoreCommanders": false,
"Duration": 15,
"MinPlayers": 6,
"InstantForce": true,
"PercentNeeded": 0.75,
"MaxStoredRounds": 5,
"BlockTeams": true,
"AlwaysEnabled": true,
"VoteTimeout": 60,
"RandomOnNextRound": true,
"FallbackMode": 5
}
It only gets enabled if people vote for it from the menu OR if I do sh_enablerandom true in console.
Is there a way to have it enabled for every round without the need for people to vote?
Comments
"AlwaysEnabled Forces teams to be shuffled at the start of each round and disables the vote."
And more power to you, your server your choice. I was just throwing that out there from my experience