J'aimerai configurer mon serveur dédié TM2 Canyon.
Pour celà , je sais qu'il faut créer un fichier "MatchSettings" comme celui là :
Code: Select all
<?xml version=\"1.0\" encoding=\"utf-8\" ?>
<playlist>
<gameinfos>
<game_mode>2</game_mode>
<chat_time>10000</chat_time>
<finishtimeout>1</finishtimeout>
<allwarmupduration>0</allwarmupduration>
<disablerespawn>0</disablerespawn>
<forceshowallopponents>0</forceshowallopponents>
<script_name>TMTimeAttack</script_name>
<rounds_pointslimit>35</rounds_pointslimit>
<rounds_usenewrules>0</rounds_usenewrules>
<rounds_forcedlaps>0</rounds_forcedlaps>
<rounds_pointslimitnewrules>5</rounds_pointslimitnewrules>
<team_pointslimit>5</team_pointslimit>
<team_maxpoints>6</team_maxpoints>
<team_usenewrules>0</team_usenewrules>
<team_pointslimitnewrules>5</team_pointslimitnewrules>
<timeattack_limit>240000</timeattack_limit>
<timeattack_synchstartperiod>0</timeattack_synchstartperiod>
<laps_nblaps>5</laps_nblaps>
<laps_timelimit>0</laps_timelimit>
<cup_pointslimit>100</cup_pointslimit>
<cup_roundsperchallenge>5</cup_roundsperchallenge>
<cup_nbwinners>3</cup_nbwinners>
<cup_warmupduration>1</cup_warmupduration>
</gameinfos>
<hotseat>
<game_mode>0</game_mode>
<time_limit>300000</time_limit>
<rounds_count>5</rounds_count>
</hotseat>
<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>
<force_default_gamemode>0</force_default_gamemode>
</filter>
<startindex>0</startindex>
<map>
<file>MyMaps/test1.Gbx</file>
<file>MyMaps/test2.Gbx</file>
</map>
</playlist>
Les valeurs possibles (round, timeattack, ...) ?
Les unités (millisecondes, secondes, ...) ?
Par exemple, j'aimerai mettre mon serveur en mode "Competition, 1 warmup (sans limite de temps) + 2 rounds par map" ...
C'est fou que Nadéo n'ai pas fournit de documentation sur ce fichier, je trouve rien sur internet ...

Merci d'avance pour votre aide.
Jocio.