changed stk-config to tournament settings (10maps grandprix)

This commit is contained in:
c 2022-09-27 09:47:03 +02:00
parent 333ee4909e
commit 2235ce7768
1 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@
<server-port value="0" />
<!-- Game mode in server, 0 is normal race (grand prix), 1 is time trial (grand prix), 3 is normal race, 4 time trial, 6 is soccer, 7 is free-for-all and 8 is capture the flag. Notice: grand prix server doesn't allow for players to join and wait for ongoing game. -->
<server-mode value="3" />
<server-mode value="0" />
<!-- Difficulty in server, 0 is beginner, 1 is intermediate, 2 is expert and 3 is supertux (the most difficult). -->
<server-difficulty value="3" />
<!-- Number of grand prix tracks per game (If grand prix enabled). -->
<gp-track-count value="3" />
<gp-track-count value="10" />
<!-- Use goal target in soccer. -->
<soccer-goal-target value="false" />
@ -41,7 +41,7 @@
<chat-consecutive-interval value="8" />
<!-- Allow players to vote for which track to play. If this value is set to false, the server will randomly pick the next track to play. -->
<track-voting value="true" />
<track-voting value="false" />
<!-- Timeout in seconds for selecting karts and (or) voting tracks in server, you may want to use a lower value if you have track-voting off. -->
<voting-timeout value="30" />