Advertisement
Guest User

Arena Duel Matchsettings

a guest
Jul 18th, 2013
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.31 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <playlist>
  3.     <gameinfos>
  4.         <game_mode>0</game_mode>
  5.         <chat_time>10000</chat_time>
  6.         <finishtimeout>1</finishtimeout>
  7.         <allwarmupduration>0</allwarmupduration>
  8.         <disablerespawn>0</disablerespawn>
  9.         <forceshowallopponents>0</forceshowallopponents>
  10.         <script_name>ArenaDuel.Script.txt</script_name>
  11.         <rounds_pointslimit>0</rounds_pointslimit>
  12.         <rounds_usenewrules>0</rounds_usenewrules>
  13.         <rounds_forcedlaps>0</rounds_forcedlaps>
  14.         <rounds_pointslimitnewrules>5</rounds_pointslimitnewrules>
  15.         <team_pointslimit>5</team_pointslimit>
  16.         <team_maxpoints>6</team_maxpoints>
  17.         <team_usenewrules>0</team_usenewrules>
  18.         <team_pointslimitnewrules>5</team_pointslimitnewrules>
  19.         <timeattack_limit>300000</timeattack_limit>
  20.         <timeattack_synchstartperiod>0</timeattack_synchstartperiod>
  21.         <laps_nblaps>5</laps_nblaps>
  22.         <laps_timelimit>0</laps_timelimit>
  23.         <cup_pointslimit>100</cup_pointslimit>
  24.         <cup_roundsperchallenge>5</cup_roundsperchallenge>
  25.         <cup_nbwinners>3</cup_nbwinners>
  26.         <cup_warmupduration>2</cup_warmupduration>
  27.     </gameinfos>
  28.  
  29.     <hotseat>
  30.         <game_mode>0</game_mode>
  31.         <time_limit>300000</time_limit>
  32.         <rounds_count>5</rounds_count>
  33.     </hotseat>
  34.  
  35.     <filter>
  36.         <is_lan>1</is_lan>
  37.         <is_internet>1</is_internet>
  38.         <is_solo>0</is_solo>
  39.         <is_hotseat>0</is_hotseat>
  40.         <sort_index>1000</sort_index>
  41.         <random_map_order>0</random_map_order>
  42.     </filter>
  43.  
  44.     <mode_script_settings>
  45.         <!-- Default : <setting name="S_UseScriptCallbacks" type="boolean" value="0"/> -->
  46.         <!-- Default : <setting name="S_TimeLimit" type="integer" value="600"/> -->
  47.     </mode_script_settings>
  48.  
  49.     <startindex>0</startindex>
  50.     <map>
  51.         <file>ShootMania\Duels\Duel - 4curves.map.gbx</file>
  52.     </map>
  53.     <map>
  54.         <file>ShootMania\Duels\Duel - Aerowalk.Map.Gbx</file>
  55.     </map>
  56.     <map>
  57.         <file>ShootMania\Duels\Duel - Asylum.Map.Gbx</file>
  58.     </map>
  59.     <map>
  60.         <file>ShootMania\Duels\Duel - VyA.Map.Gbx</file>
  61.     </map>
  62.     <map>
  63.         <file>ShootMania\Duels\Duel - Blood Run.Map.Gbx</file>
  64.     </map>
  65.     <map>
  66.         <file>ShootMania\Duels\Duel - Campgrounds.Map.Gbx</file>
  67.     </map>
  68.     <map>
  69.         <file>ShootMania\Duels\Duel - Longest Yard.Map.Gbx</file>
  70.     </map>
  71.     <map>
  72.         <file>ShootMania\Duels\Duel - Lost World.Map.Gbx</file>
  73.     </map>
  74.     <map>
  75.         <file>ShootMania\Duels\Duel - ThunderStruck.Map.Gbx</file>
  76.     </map>
  77. </playlist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement