I recently wanted to try my controller with rounds and loaded the default MS from the website.
I've set allwarmupduration to 1,2 and 900. Any value other than zero made the server ban me as soon as I passed the finish line during warmup.
Setting the value to 0 and using S_WarmUpNb + S_WarmUpDuration fixed it, seems like a bug to me.
Bugging MS:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<playlist>
<gameinfos>
<game_mode>0</game_mode>
<chat_time>10000</chat_time>
<finishtimeout>1</finishtimeout>
<allwarmupduration>1</allwarmupduration>
<disablerespawn>0</disablerespawn>
<forceshowallopponents>0</forceshowallopponents>
<script_name><![CDATA[Rounds.Script.txt]]></script_name>
</gameinfos>
<filter>
<is_lan>1</is_lan>
<is_internet>1</is_internet>
<is_solo>0</is_solo>
<is_hotseat>0</is_hotseat>
<sort_index>1000</sort_index>
<random_map_order>0</random_map_order>
</filter>
<script_settings>
<setting name="S_ChatTime" type="integer" value="10"/>
<setting name="S_UseClublinks" type="boolean" value="0"/>
<setting name="S_UseClublinksSponsors" type="boolean" value="0"/>
<setting name="S_NeutralEmblemUrl" type="text" value=""/>
<setting name="S_ScriptEnvironment" type="text" value="production"/>
<setting name="S_AllowRespawn" type="boolean" value="1"/>
<setting name="S_UseLegacyXmlRpcCallbacks" type="boolean" value="1"/>
<setting name="S_PointsLimit" type="integer" value="50"/>
<setting name="S_FinishTimeout" type="integer" value="-1"/>
<setting name="S_UseAlternateRules" type="boolean" value="0"/>
<setting name="S_ForceLapsNb" type="integer" value="10"/>
<setting name="S_DisplayTimeDiff" type="boolean" value="0"/>
<setting name="S_RoundsPerMap" type="integer" value="-1"/>
<setting name="S_MapsPerMatch" type="integer" value="-1"/>
<setting name="S_UseTieBreak" type="boolean" value="1"/>
<setting name="S_WarmUpNb" type="integer" value="0"/>
<setting name="S_WarmUpDuration" type="integer" value="0"/>
<setting name="S_PointsRepartition" type="text" value=""/>
</script_settings>
<startindex>0</startindex>
<map>
<file>MX/_131107.Map.gbx</file>
<ident>brWKf9ygCNX9Fqk3AYUOWf2pQBi</ident>
</map>
<map>
<file>MX/_133681.Map.gbx</file>
<ident>IOz7GAZJHLjSL2nAhLeDLzUPmB7</ident>
</map>
</playlist>