Page 1 of 1
Change scorelimit in Royal mode
Posted: 14 Jul 2012, 11:48
by LORDMORGOTH
Hi everyone,
i was trying to change scorelimit in royal mode from 200 to 100 but i don't know which command i have to change in SMStormRoyal.txt ... i have tried changing <rounds_pointslimit>50</rounds_pointslimit> to 200 but it does nothing.
Thanks for your help.
Re: Change scorelimit in Royal mode
Posted: 14 Jul 2012, 13:27
by LORDMORGOTH
thanks, it worked

Re: Change scorelimit in Royal mode
Posted: 14 Jul 2012, 13:40
by Slig
LORDMORGOTH wrote:I was trying to change scorelimit in royal mode from 200 to 100 but i don't know which command i have to change in SMStormRoyal.txt ... i have tried changing <rounds_pointslimit>50</rounds_pointslimit> to 200 but it does nothing.
Good question ! when starting a server with the game it is possible to set values for the game mode specific parameters, but it seems that these are not saved in the matchsettings file, so i have no idea if it is possible to set them at startup on a dedicated server without script.
Using a xmlrpc script, i guess that for example calling a method like this would be ok for Royal:
query('SetModeScriptSettings', array('S_MapPointsLimit' => 150, 'S_OffZoneActivationTime' => 5, 'S_OffZoneTimeLimit' => 40,'S_SpawnInterval' => 4) )