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