]> git.pond.sub.org Git - empserver/blob - man/fairland.6
man/fairland: Fix typos, polish markup, clarify text
[empserver] / man / fairland.6
1 .TH FAIRLAND 6
2 .SH NAME
3 fairland \- Empire land generator
4 .SH SYNOPSIS
5 .B fairland
6 [\fIoption\fP]...
7 \fInc\fP
8 \fIsc\fP
9 [\fIni\fP
10 [\fIis\fP
11 [\fIsp\fP
12 [\fIpm\fP
13 [\fIdi\fP
14 [\fIid\fP]]]]]]
15 .br
16 .SH DESCRIPTION
17 .B fairland
18 is a program which creates land for Empire.  It should be run after
19 .I files
20 has been run and before
21 .I emp_server
22 has been started.  It creates a specified number of start islands
23 ("continents"), and spaces them evenly accross the map.  It makes all
24 of them the same size, and makes sure that they don't meet.  It gives
25 each start island exactly the same distribution of resources and the
26 same number of mountains.  Different arguments produce quite different
27 kinds of maps.
28 .SH OPTIONS
29 .TP
30 .BI \-e " configfile"
31 Use game configuration in \fIconfigfile\fR.
32 .TP
33 .B \-h
34 Help.  Print brief usage information and exit.
35 .TP
36 .B \-i
37 Islands will crash into each other and merge.
38 .TP
39 .B \-q
40 Run quietly without printing anything to the terminal.
41 .TP
42 .BI \-R " seed"
43 Use
44 .I seed
45 as seed for the pseudo-random number generator.  This can be used to
46 reproduce a previously created world.  The seed used to generate a
47 world is printed along with the map.
48 .TP
49 .BI \-s " script"
50 Write script to add countries and sanctuaries to file \fIscript\fP
51 (default "newcap_script").
52 .TP
53 .B \-v
54 Print version information and exit.
55 .SH OPERANDS
56 .TP
57 .I nc
58 number of continents
59 .TP
60 .I sc
61 continent size
62 .TP
63 .I ni
64 number of additional islands (default \fInc\fP)
65 .TP
66 .I is
67 average size of additional islands (default \fIsc\fP/2)
68 .TP
69 .I sp
70 land spikiness (in percent, default 10), low values result in rounded
71 islands, high values result in snakes
72 .TP
73 .I pm
74 how much of each island is mountain (in percent, default 0)
75 .TP
76 .I di
77 minimum distance between continents (default 2)
78 .TP
79 .I id
80 minimum distance between additional islands and continents (default 1)
81 .SH AUTHOR
82 Ken Stevens <children@empire.net>