]> git.pond.sub.org Git - empserver/blob - man/fairland.6
fairland: Drop option -o
[empserver] / man / fairland.6
1 .TH FAIRLAND 6
2 .SH NAME
3 fairland \- Empire land generator
4 .SH SYNOPSIS
5 .B fairland
6 [\fB\-ahioqv\fP]
7 [\fB\-e\fP \fIconfigfile\fP]
8 [\fB\-R\fP \fIseed\fP]
9 [\fB\-s\fP \fIscriptout\fP]
10 \fInc\fP
11 \fIsc\fP
12 [\fIni\fP
13 [\fIis\fP
14 [\fIsp\fP
15 [\fIpm\fP
16 [\fIdi\fP
17 [\fIid\fP]]]]]]
18 .br
19 .SH DESCRIPTION
20 .B fairland
21 is a program which creates land and ore for Empire.  It
22 should be run after
23 .I files
24 has been run and before
25 .I emp_server
26 has been started.  This is a land generator for empire that creates a
27 specified number of continents, and spaces them evenly accross the
28 map.  It tries to make all of them the same size, and makes sure that
29 they don't meet.  It gives each start island exactly the same
30 distribution of resources and the same number of mountains.  You can
31 get nearly any kind of map you want by choosing the right arguments.
32 .SH OPTIONS
33 .TP
34 .BI \-e " configfile"
35 Use game configuration in \fIconfigfile\fR.
36 .TP
37 .B \-h
38 Help.  Print brief usage information and exit.
39 .TP
40 .B \-i
41 islands will crash into each other and merge
42 .TP
43 .B \-q
44 run quietly without printing anything to the terminal
45 .TP
46 .BI \-R " seed"
47 Use
48 .I seed
49 as seed for the pseudo-random number generator. T his can be used to
50 reproduce a previously created world.  The seed used to generate a
51 world is printed along with the map.
52 .TP
53 .BI \-s " scriptout"
54 writes a script for placing capitol to the file
55 .I scriptout
56 (If you don't specify this argument, then the script will be written
57 to "newcap_script".)
58 .TP
59 .B \-v
60 Print version information and exit.
61 .SH OPERANDS
62 .TP
63 .I nc
64 number of continents
65 .TP
66 .I sc
67 continent size
68 .TP
69 .I ni
70 number of islands (optional, default = nc)
71 .TP
72 .I is
73 average size of islands (optional, default = sc/2)
74 .TP
75 .I sp
76 spike percentage: 0 = round, 100 = snake (default = 10)
77 .TP
78 .I pm
79 the percentage of land that is mountain (default = 0)
80 .TP
81 .I di
82 the minimum distance between continents (default = 2)
83 .TP
84 .I id
85 minimum distance from islands to continents (default = 1)
86 .SH AUTHOR
87 Ken Stevens <chidren@empire.net>