Page 4 of 4

Re: ManiaPlanet 2 Beta Server 2013-04-26

Posted: 07 May 2013, 17:01
by Spakko
Hi all,

after contacting the customer service all seem's to work fine.They have reinstalled the Dedicated Serversoftware and finally the Server is visible in the Serverlist.Thx to everyone to tried to help :)

Re: ManiaPlanet 2 Beta Server 2013-04-26

Posted: 16 May 2013, 12:07
by xbx
kremsy wrote:
SetCallVoteRatiosEx(False, [{'SetScriptSettings', 'S_AutoBalance', -1}]) to forbid votes for changing autobalance.
Is not working, the method gives success back, also I can see it with the GetCallVoteRatiosEx method, but users are still able to vote.

I also tried:
SetCallVoteRatiosEx(False, [{'SetModeScriptSettings', 'S_AutoBalance', -1}])

sorry I was sure I replied to this...

SetCallVoteRatiosEx(False, [{'SetModeScriptSettings', 'S_AutoBalance', -1}])
will forbid to change the settings to autobalnce at match start.

If you want to forbid players to callvote balance during the match:
SetCallVoteRatiosEx(False, [{'AutoTeamBalance', '', -1}])

Re: ManiaPlanet 2 Beta Server 2013-04-26

Posted: 17 May 2013, 12:33
by xbx
kremsy wrote:I thought you can set ratios for each Script-setting with that command, that they are always have this ratio.

It confuses me a bit.
yes you can set ratios for each Script-setting.

But the menus to go next map, balance teams, restart map, kick player, ... are not mode settings.

Mode settings are dependant on the actual mode, but are usually time/point limits, or some behaviour settings (enable warmup phase?, team balance upon match start....)

So you can set both the vote ratios for changing the settings and the others actions.