1pioneers-meta-server(6) Games Manual pioneers-meta-server(6)
2
3
4
6 pioneers-meta-server - meta game server for Pioneers
7
8
10 pioneers-meta-server [options]
11
12
14 Pioneers is a computerized version of a well known strategy board game.
15 The goal of the game is to colonize an island. The players play the
16 first colonists hence the name pioneers. It uses a client/server model
17 for networked play. This program provides a piece of network infra‐
18 structure that helps match pioneers clients to pioneers servers. Casual
19 players of pioneers probably do not need to run this program.
20
21
23 -h Print a short help text and exit.
24
25
26 -d Run in daemon mode.
27
28
29 -r location
30 Redirect to location.
31
32
33 -s hostname
34 Use hostname as hostname when creating servers.
35
36
37 -p from-to
38 Use ports in the range from-to (inclusive) for started servers.
39 It is advised not to include port 5555 in the range. (See BUGS
40 below.)
41
42
44 The default settings of the meta-server can be influenced with the fol‐
45 lowing three environment variables:
46
47 PIONEERS_META_SERVER
48 The hostname the meta-server will use when creating new games.
49 This should be a hostname that can be resolved by all clients
50 that will connect.
51
52 PIONEERS_SERVER_CONSOLE
53 The path to pioneers-server-console. If it is not set, the
54 default installation path will be used.
55
56 PIONEERS_DIR
57 The path to the game definition files. If it is not set, the
58 default installation path will be used.
59
60
62 /usr/share/games/pioneers/*.game
63 Game definitions
64
65
67 pioneers-server-console uses port 5555 for its admin connection. This
68 means that only the first server started from the meta-server will
69 actually succeed in binding to that. For all subsequent servers, the
70 admin socket fails to open, and thus cannot be connected to.
71
72
74 This manual page was written by Jeff Breidenbach <jab@debian.org>, and
75 updated by Roland Clobus <rclobus@bigfoot.com> and Bas Wijnen
76 <shevek@fmf.nl>. Pioneers was written by Dave Cole <dave@dccs.com.au>,
77 Andy Heroff <aheroff@mediaone.net>, and Roman Hodek <roman@hodek.net>,
78 with contributions from many other developers on the Internet; see the
79 AUTHORS file in the pioneers distribution or the help->about dialog in
80 one of the graphical programs for a complete list of contributing
81 authors.
82
83
85 pioneers(6), pioneers-server-gtk(6), pioneers-server-console(6)
86
87
88
89pioneers May 9, 2006 pioneers-meta-server(6)