Page 1 of 1

Vote ratios

Posted: 21 May 2013, 09:15
by Spazims
Hello I was wondering what the other vote ratios are for this part of the dedicated config


<callvote_timeout>60000</callvote_timeout>
<callvote_ratio>0.5</callvote_ratio> <!-- default ratio. value in [0..1], or -1 to forbid. -->
<callvote_ratios>
<voteratio command="Ban" ratio="-1"/>
<!-- commands can be "Ban", "Kick", "RestartMap", "NextMap", ... -->
</callvote_ratios>

Mainly this

<!-- commands can be "Ban", "Kick", "RestartMap", "NextMap", ... -->

I want to know what the others are and I am pretty bad at google :P


Thanks

Re: Vote ratios

Posted: 21 May 2013, 09:27
by steeffeen
well i only know of one more: "SetModeScriptSettings"
http://forum.maniaplanet.com/viewtopic. ... 3&p=140095

i guess another one could be "GoToMap", not sure though

Re: Vote ratios

Posted: 21 May 2013, 09:30
by Spazims
Thanking you.

Re: Vote ratios

Posted: 21 May 2013, 10:30
by The_Big_Boo
It can actually be any command supported by the dedicated server but the ones directly accessible from ingame menu are:
  • Ban
  • Kick
  • RestartMap
  • NextMap
  • SetNextMapIndex
  • JumpToMapIndex
  • SetModeScriptSettings
  • AutoTeamBalance

Re: Vote ratios

Posted: 21 May 2013, 10:31
by steeffeen
The_Big_Boo wrote:It can actually be any command supported by the dedicated server but the ones directly accessible from ingame menu are:
  • Ban
  • Kick
  • RestartMap
  • NextMap
  • SetNextMapIndex
  • JumpToMapIndex
  • SetModeScriptSettings
  • AutoTeamBalance
wow! big thanks for the list! stickyyyy :D

Re: Vote ratios

Posted: 21 May 2013, 11:25
by Spazims
Very nice :p cheers for that

Re: Vote ratios

Posted: 21 May 2013, 18:09
by nocturne
The_Big_Boo wrote:It can actually be any command supported by the dedicated server but the ones directly accessible from ingame menu are:
  • Ban
  • Kick
  • RestartMap
  • NextMap
  • SetNextMapIndex
  • JumpToMapIndex
  • SetModeScriptSettings
  • AutoTeamBalance
Nice to finally know... maybe update the wiki..? :roflol:

Re: Vote ratios

Posted: 23 Jul 2013, 08:07
by magnetik
I've added some const to ManiaLive to show all possible votes : https://code.google.com/p/manialive/sou ... eRatio.php

Please note that you should use "SetModeScriptSettingsAndCommands"