-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathcurseofwar-sdl.6
152 lines (152 loc) · 2.44 KB
/
curseofwar-sdl.6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
.TH CURSEOFWAR-SDL "6" "July 2013" "curseofwar-sdl" "v%VERSION%"
.SH NAME
curseofwar-sdl \- An SDL version of the game curseofwar.
.SH SYNOPSIS
.B curseofwar
[
.B \-c
.I port
]
[
.B \-C
.I IP
]
[
.B \-d
.I difficulty
]
[
.B \-e
.I port
]
.PD 0
.IP
.PD
[
.B \-E
.I clients
]
[
.B \-h
]
[
.B \-H
.I height
]
[
.B \-i
.I inequality
]
.PD 0
.IP
.PD
[
.B \-l
.I countries
]
[
.B \-q
.I quality
]
[
.B \-r
]
[
.B \-R
.I seed
]
[
.B \-s
.I speed
]
[
.B \-S
.I shape
]
[
.B \-T
]
[
.B \-v
]
[
.B \-W
.I width
]
.SH DESCRIPTION
See the main CURSEOFWAR manpage for detailed information about the game.
The SDL version provides the same command line arguments as the original ncurses version.
.SH OPTIONS
.TP
\fB\-c\fR \fIport\fR
Clients's port (19150 is default).
.TP
\fB\-C\fR \fIIP\fR
Start a client and connect to the provided server's IP\-address.
.TP
\fB\-d\fR [ee|e|n|h|hh]
Difficulty level (AI) from the easiest to the hardest (default is normal).
.TP
\fB\-e\fR \fIport\fR
Server's port (19140 is default).
.TP
\fB\-E\fR [1|2| ... L]
Start a server for not more than L clients.
.TP
\fB\-h\fR
Display this help
.TP
\fB\-H\fR \fIheight\fR
Map height (default is 21, maximum is 29)
.TP
\fB\-i\fR [0|1|2|3|4]
Inequality between the countries (0 is the lowest, 4 in the highest).
.TP
\fB\-l\fR [2|3| ... N]
Sets L, the number of countries (default is N).
.TP
\fB\-q\fR [1|2| ... L]
Choose player's location by its quality (1 = the best available on the map, L = the worst). Only in the singleplayer mode.
.TP
\fB\-r\fR
Absolutely random initial conditions, overrides options \fB\-l\fR, \fB\-i\fR, and \fB\-q\fR.
.TP
\fB\-R\fR \fIseed\fR
Specify a random seed (unsigned integer) for map generation.
.TP
\fB\-s\fR [p|sss|ss|s|n|f|ff|fff]
Game speed from the slowest to the fastest (default is normal).
.TP
\fB\-S\fR [rhombus|rect|hex]
Map shape (rectangle is default). Max number of countries N=4 for rhombus and rectangle, and N=6 for the hexagon.
.TP
\fB\-T\fR
Show the timeline.
.TP
\fB\-v\fR
Display the version number
.TP
\fB\-W\fR \fIwidth\fR
Map width (default is 21, maximum is 40)
.SH AUTHORS
.B Game:
.br
Alexey Nikolaev <koiwai at yandex dot com>
.br
.B Makefile:
.br
Maximilian Dietrich <dxm at openmailbox dot org>
.br
Anton Balashov <sicness at darklogic dot ru>
.br
Kirill Dmitrenko <kdmitrenko at gmail dot com>
.br
.B CMakeLists.txt and Windows support:
.br
Yves Quemener
.br
.B Manpage:
.br
Anton Balashov <sicness at darklogic dot ru>
.br
Maximilian Dietrich <dxm at openmailbox dot org>