Page 1 of 1

Votes from Ingame menu

Posted: 13 May 2021, 02:40
by tMuse
As soon as i turn on PyPlanet the votes from the ingame menu to either set the next map or to directly switch to a specific map via the maplist is deactivated. Is there any way to turn it back on?

Code: Select all

		<callvote_ratios>
			<voteratio command="Ban" ratio="-1"/>
			<voteratio command="NextMap" ratio="1"/>
			<voteratio command="RestartMap" ratio="1"/>
			<voteratio command="SetNextMapIndex" ratio="1"/>
			<voteratio command="JumpToMapIndex" ratio="1"/>
			<voteratio command="RestartMap" ratio="1"/>
			<!-- commands can be "Ban", "Kick", "RestartMap", "NextMap", "SetModeScriptSettingsAndCommands"... -->
		</callvote_ratios>
This is my dedicated_cfg.txt and it works before i turn PyPlanet on.

Any help is appreciated! Cheers

Re: Votes from Ingame menu

Posted: 14 May 2021, 08:36
by w1lla
type //settings, and search for Disable callvoting and set it to False as it is on start True. You might need to restart pyplanet after it as it doesn't affect imediately.

Re: Votes from Ingame menu

Posted: 14 May 2021, 23:55
by tMuse
Awesome thank you so much!