Page 1 of 1

"Rounds Mode" doesn't work

Posted: 05 Jun 2018, 22:49
by Coxev
Hey guys, I tried to make it work the round mode, so I changed the maplist.txt
<?xml version="1.0" encoding="utf-8" ?>
<playlist>
<gameinfos>
<!-- <game_mode>0</game_mode>
<script_name>TimeAttack.Script.txt</script_name>
<title>TMStadium@nadeo</title>
<chat_time>10000</chat_time>
<finishtimeout>1</finishtimeout>
<allwarmupduration>0</allwarmupduration>
<disablerespawn>0</disablerespawn>
<forceshowallopponents>0</forceshowallopponents> -->
<game_mode>1</game_mode>
<chat_time>15000</chat_time>
<rounds_pointslimit>50</rounds_pointslimit>
<rounds_usenewrules>0</rounds_usenewrules>
<timeattack_limit>300000</timeattack_limit>
<team_pointslimit>5</team_pointslimit>
<team_maxpoints>8</team_maxpoints>
<team_usenewrules>1</team_usenewrules>
<laps_nblaps>3</laps_nblaps>
<laps_timelimit>0</laps_timelimit>
</gameinfos>

After that, I did the command /admin rml maplist on my server, then I skip the map but the round mode doesn't start. Do you havre any idea for make it work please ?

(Also, I use the ManiaControl plugin)

Re: "Rounds Mode" doesn't work

Posted: 05 Jun 2018, 23:04
by Dommy
Why are you trying to use old and deprecated game mode? Just change the script to Rounds and everything should be fancy and running:

Code: Select all

<script_name>Rounds.Script.txt</script_name>

Re: "Rounds Mode" doesn't work

Posted: 06 Jun 2018, 00:07
by Coxev
Nope, doesn't work again :(

Re: "Rounds Mode" doesn't work

Posted: 06 Jun 2018, 01:08
by Dommy
Make sure you're actually changing the value and not the <!-- commented out part -->. The game_mode setting should be always set to 0.

Re: "Rounds Mode" doesn't work

Posted: 07 Jun 2018, 00:30
by Coxev
Ok I changed something and now it works, but there is again a problem xD
In fact, I want to have two files "rounds.txt" and "timeattack.txt" but when I want to run one of them with the command /admin rml the other keeps its gamemode but its other parameters resets to zero. Why ?