]> git.pond.sub.org Git - empserver/blob - man/fairland.6
Fix markup. Reorder so that options appear in alphabetical order.
[empserver] / man / fairland.6
1 .TH FAIRLAND 1
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 run some other program (for example the 
69 .I ore 
70 program) to set the resources.
71 .TP
72 .B \-q
73 run quietly without printing anything to the terminal
74 .TP
75 .BI \-R " seed"
76 Use
77 .I seed
78 as seed for the pseudo-random number generator. This can be used to reproduce
79 a previously created world. (by default the current time and process id of
80 the server are used as seed.) The seed used to generate a world is printed
81 along with the map.
82 .TP
83 .BI \-s " scriptout"
84 writes a script for placing capitol to the file
85 .I scriptout
86 (If you don't specify this argument, then the script will be written
87 to "newcap_script".)
88 .TP
89 .B \-v
90 Print version information and exit.
91 .SH OPERANDS
92 .TP
93 .I nc 
94 number of continents
95 .TP
96 .I sc 
97 continent size
98 .TP
99 .I ni 
100 number of islands (optional, default = nc)
101 .TP
102 .I is 
103 average size of islands (optional, default = sc/2)
104 .TP
105 .I sp 
106 spike percentage: 0 = round, 100 = snake (default = 10)
107 .TP
108 .I pm 
109 the percentage of land that is mountain (default = 0)
110 .TP
111 .I di 
112 the minimum distance between continents (default = 2)
113 .TP
114 .I id 
115 minimum distance from islands to continents (default = 1)
116 .SH AUTHOR
117 Ken Stevens <chidren@empire.net>