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