Difference between revisions of "Use private rooms in game (instead of World Highscores)"

From X-Moto
Jump to: navigation, search
 
(Configuration)
Line 10: Line 10:
 
  <var name="WebHighscoresURL" value="http://xmoto.free.fr/rooms/highscores_X.xml"/>
 
  <var name="WebHighscoresURL" value="http://xmoto.free.fr/rooms/highscores_X.xml"/>
 
  where X is the number of your room.
 
  where X is the number of your room.
 +
 +
Your room number is display next to the room name on the connection tab on the X-Moto website.

Revision as of 15:09, 12 August 2006

Configuration

The current Xmoto version does'nt allow to configure rooms easily ; however, you can do it :

  • Edit config.dat (on ~/.xmoto on Unix systems)
  • Do the following modifications :
Replace
<var name="WebHighscoresURL" value="http://xmoto.free.fr/highscores.xml"/>
by
<var name="WebHighscoresURL" value="http://xmoto.free.fr/rooms/highscores_X.xml"/>
where X is the number of your room.

Your room number is display next to the room name on the connection tab on the X-Moto website.