Difference between revisions of "Game:Xmoto/En"

From TuxFamilyFAQ
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=Description=
 
=Description=
Server for the game X-Moto.
+
*Game type: Motocross game
See http://xmoto.tuxfamily.org
+
*License: GPL
 +
*Description:
 +
[http://xmoto.tuxfamily.org X-Moto] is a 2D motocross platform game developed for Linux, FreeBSD, Mac OS X and Microsoft Windows, where physics play an all important role in the gameplay. The basic gameplay clones that of Elasto Mania, but the simulated physics are subtly different.
  
=Technical information=
+
=Installation=
* UDP port : 4130
+
* use your package management application (urpmi, smart, apt, emerge, yum, ...) for GNU/Linux
* TCP port : 4130
+
* or download the full game version at http://xmoto.tuxfamily.org
  
=Configuration=
+
=Network configuration=
Still no special configuration
+
* use menu Levels/Network
 +
* choose ##games.tuxfamily.org##
  
=Administration=
+
=Documentations / links =
==start the server==
+
*[http://wiki.xmoto.tuxfamily.org X-Moto wiki]
connect as user xmoto
 
./startXmoto.sh
 
==stop the server==
 
killall -15 xmoto
 
 
 
=Installation/Update=
 
==Installation==
 
svn co svn://svn.tuxfamily.org/svnroot/xmoto/xmoto/trunk xmoto
 
cd xmoto
 
sh ./bootstrap
 
./configure --prefix=/home/users/xmoto/xmoto_install
 
make
 
make install
 
 
 
==Update==
 
cd xmoto
 
svn up
 
make install
 
killall -15 xmoto
 
~/startXmoto.sh
 
 
 
=startXmoto.sh=
 
#!/bin/bash
 
 
nohup ~/xmoto_install/bin/xmoto --server&
 

Latest revision as of 10:13, 10 December 2008

Description

  • Game type: Motocross game
  • License: GPL
  • Description:

X-Moto is a 2D motocross platform game developed for Linux, FreeBSD, Mac OS X and Microsoft Windows, where physics play an all important role in the gameplay. The basic gameplay clones that of Elasto Mania, but the simulated physics are subtly different.

Installation

  • use your package management application (urpmi, smart, apt, emerge, yum, ...) for GNU/Linux
  • or download the full game version at http://xmoto.tuxfamily.org

Network configuration

  • use menu Levels/Network
  • choose ##games.tuxfamily.org##

Documentations / links