This is reported to work on Windows but not Unix.
19) I have a problem because this and that is not working.
Make sure you use the latest `officially released' version.
You will be most cooperative if you try to fix it yourself first.
If you tried everything and you still cannot solve it then post
a help request to rec.games.computer.xpilot.
There are some things that are generally helpful to mention, when relevant:
The XPilot version and where you obtained the distribution.
Your hardware.
Operating system.
Windowing system (X11, ...)
C Compiler used.
Changes you made to configuration files.
Any changes you have made to the source code or installation
procedures.
Any problems you had during installation.
20) What is the meta server? Where can I find other players?
The meta server is a server program that allows people to find other
XPilot servers running on the Internet. XPilot servers can report
their existence to the meta server on startup and every three minutes
of active play. Then other players can query the meta server and
find status information on XPilot games in progress.
The meta server also maintains a nickname database containing all the
nicknames in use by Internet XPiloteers. XPiloteers can add their
nickname interactively and protect it by a password.
You can connect to the meta server with:
telnet meta.xpilot.org 4400
Help is available online. Example session:
telnet meta.xpilot.org 4400
Trying...
Connected to meta.xpilot.org..
Escape character is '^]'.
Welcome to XPilot Meta server
This is the available ports on the Meta server:
4400: This port. Interactive user port.
4401: Program port. It lists all info in one go and terminates.
4402: FAQ port. It will give you the FAQ in one go and terminate.
4403: Nick-name port. This will give you the current nick name list.
Type "help" to list possible commands.
>list
3.2.9 :144.168.23.100 :15345 :0 :2.51 :Team-combat
3.2.9 :stra27.hw.stratus.com :15345 :1 :20d 2.14 :The Wide Colony (version 1.0)
3.2.9 :i11s17.ira.uka.de :15345 :2 :13d 10.29 :The Globe
3.2.9 :wpyx78.physik.uni-wuerzburg.de:15345 :2 :0.16 :The Globe
3.2.9 :irz201.inf.tu-dresden.de :15345 :4 :11d 8.52 :The Black Hole
3.2.9 :skolem.uni-paderborn.de :15345 :0 :13d 1.33 :UNI-PADERBORN
3.2.9 :micro.iesd.auc.dk :15345 :2 :6d 6.32 :CyberParadise
3.2.9 :bird05.cs.ohiou.edu :15345 :4 :0.00 :CloudScape
3.2.9 :adder.ee.byu.edu :15345 :0 :NA :The Globe
3.2.9 :polaris.cis.ksu.edu :15345 :1 :2.30 :Refrigerator
3.2.9 :carbon.lance.colostate.edu:15345 :2 :1.07 :Team Warfare
3.2.9 :mizar.wustl.edu :15345 :5 :21.00 :Chambers of Carnage
3.2.9 :scratch.eecs.umich.edu :15345 :7 :1d 15.24 :Blood's Music
3.2.9 :xpilot.modeemi.cs.tut.fi :15000 :0 :6d 22.00 :Mta tournament
3.2.9 :dutian.twi.tudelft.nl :15345 :2 :0.00 :Team Tournament
3.2.9 :surt.ifi.uio.no :15345 :1 :0.36 :Fireball
3.2.9 :oversoul.edb.tih.no :15345 :0 :23.18 :Tournament
3.2.9 :tsunb.ctn.cogs.susx.ac.uk:15345 :3 :1.21 :Borgtown
3.2.9 :eden.bioc.cam.ac.uk :15345 :3 :0.24 :ShadesNicks
3.2.9 :lagrange.cms.dmu.ac.uk :15345 :4 :0.39 :The Globe
3.2.9 :meehpa02.ee.man.ac.uk :15345 :0 :7d 0.06 :Tournament
>server scratch.eecs.umich.edu
>status
SERVER VERSION...: XPilot 3.2.9
STARTED BY.......: pkenny
STATUS...........: ok
MAX SPEED........: 12 fps
WORLD (100x100)..: Blood's Music
AUTHOR.....: Patrick Kenny - pkenny@eecs.umich.edu
PLAYERS ( 7/12)..:
NO: TM: NAME: LIFE: SC: PLAYER:
-------------------------------------------------
1... *2 Ender 003 342 turtle@ender.sdsu.edu
2... 2 DR.DEATH 003 249 boyns@hercules.sdsu.edu
3... 4 Phoenix 002 75 dan@starfire.ne.uiuc.edu
4... W2 Arafat 000 0 furth@tph21.tuwien.ac.at
5... 3 Lei 003 -5 caol@misty.cs.byu.edu
6... 2 Hero 003 -13 jmin@sunny.cs.byu.edu
7... 3 Neptune One 002 -189 garrett@athena.sdsu.edu
>quit
Connection closed by foreign host.
Try port 4401 instead of 4400 to get the server listing in a different format.
Port 4402 will get you the latest version of this FAQ.
Port 4403 will list the current nicknames database.
Due to some software problems the meta server may not be running
at all times, but it mostly will. In case it happens to be unreachable
there is an backup meta server at telnet meta2.xpilot.org 4400.
The meta server is developed and maintained by Ken Ronny Schouten
and Bert Gijsbers with email address meta@xpilot.org.
21) What information about XPilot is available on World Wide Web?
The XPilot Page on the World-Wide Web can be found on URL
Highly recommended is the online XPilot Newbie Manual, the creation
of Karen Gould and Erwin Zierler with the help of many contributors:
Other WWW pages related to XPilot are:
22) What is the NM (Newbie Manual)?
The Newbie Manual is a World Wide Web (WWW) book (not page, it is made
up of many many pages all linked together) which you access using programs
like Mosaic or Netscape by opening the Newbie Manual address which is:
This will connect you to the Manual which you read through by clicking on
the highlighted links.
It has some really cool pics, stories, and most improtantly, pages on
almost all the weapons, showing what their icons look like, how to use
them, what their keys are, and tons of strategies written by very
experienced players. There is an entire article on all the modifiers, like
the V modifier, and these articles have loads of links to important
cross reference material. The manual is not complete, but is an extremely
useful documentation guide to playing XPilot.
23) How can I contribute bugfixes and new features to the game?
Make your contributions as context diffs against the latest version
and mail them to xpilot@xpilot.org. You can make context diffs with
the diff command. Use `diff -c oldfile newfile' or `diff -cr olddir newdir'.
The authors very much appreciate fixes and improvements. XPilot has a
longstanding tradition of incorporating code from hackers all over the world.
Ideas for new features can of course be discussed in rec.games.computer.xpilot.
24) Why do I never get any items (triangles) to appear in my maps?
At startup the xpilot server looks for a configuration file to
retrieve default values for some of the options.
The default name for this file is LIBDIR/defaults, where LIBDIR
is defined during compilation in the Makefile or Imakefile.
If you forgot to change the value of LIBDIR before compilation
or if you have (re)moved the XPilot directories after installation
then the xpilot server cannot find this file anymore. In which
case some of the values will have no or a useless value.
This is the case if you do not get any items to appear in your maps.
An example defaults file with reasonable default values can be
found in the XPilot distribution as xpilot-3.x.y/lib/defaults.
25) What are the Well Known Problems for the latest version?
None.
26) Is there a XPilot version available for DOS, Windows or the Mac?
Yes!!! Dick Balaska has accomplished a tremendous
feat with a version for Windows. See
For the Mac the only solution is to run Mklinux, xpilot even runs on it.
EOFAQ