Game:Xmoto/En

From TuxFamilyFAQ
Revision as of 21:38, 5 December 2008 by Aspegic500 (talk | contribs) (New page: =Description= Server for the game X-Moto. See http://xmoto.tuxfamily.org =Technical information= * UDP port : 4130 * TCP port : 4130 =Configuration= Still no special configuration =Admi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

Server for the game X-Moto. See http://xmoto.tuxfamily.org

Technical information

  • UDP port : 4130
  • TCP port : 4130

Configuration

Still no special configuration

Administration

start the server

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/aspegic500/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&