-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
326 lines (246 loc) · 10.7 KB
/
README
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
------------------------------------------------------------------------------
README for OpenCity 0.0.7dev
------------------------------------------------------------------------------
Last modified:
$Id$
Audience:
# End-users:
You can find a lot of useful information in this file. So read it !
# Packagers:
This file contains useful information about command line options.
For compilation and installation notes please refer to the
INSTALL file.
Description:
This is just another city simulation. The idea is simple: you have to
build a city with 3 types of "zones" Residential, Commercial and Industrial.
They depend on each other during their development. Try to give them what
they need and watch your city growing up.
------------------------------------------------------------------------------
Hardware requirements:
------------------------------------------------------------------------------
Processor:
never mind
Speed:
whatever
Graphic card:
3D accelerated card with OpenGL support is strongly recommended
Required OpenGL extensions:
GL_EXT_texture3D
Sound card:
anything that can work with SDL_mixer
Network:
experimental support
------------------------------------------------------------------------------
Software requirements:
------------------------------------------------------------------------------
Operating System:
Linux (recommended)
or Mac OS or later
or Microsoft Windows XP/2000 or later
or Wine
Graphic User Interface:
X Windows with DRI activated (recommended)
or Darwin
or Microsoft Windows with OpenGL support
or Wine
Libraries:
GL (OpenGL)
GLU
SDL
SDL_image
SDL_net
SDL_mixer (optional)
------------------------------------------------------------------------------
Linux autopackage release's notes:
------------------------------------------------------------------------------
Have you just downloaded the "opencity-x.y.zsomething.package" stuff ?
Give it the run permission by issuing the correct "chmod" command (refer to
your Linux distribution for more information about the "chmod" command)
Now run it from the console or in a file browser like Konqueror. OpenCity
will be installed on your computer, and an icon will be created inside the
"Game" group.
After installation, you can launch OpenCity by clicking on its icon or
typing "opencity" in your favorite console.
------------------------------------------------------------------------------
Microsoft Windows binary release's notes:
------------------------------------------------------------------------------
In order to play the game, you must install it first. Once it's done,
click on the OpenCity's icon in the start menu to begin.
------------------------------------------------------------------------------
Keys' description
------------------------------------------------------------------------------
Hotkey:
n: "Blank" tool
r: Zone Residential tool
c: Zone Commercial tool
i: Zone Industrial tool
p: Lay Paths tool
l: Lay electric Lines tool
x: Destroy tool
q: Query tool
e: Build a coal power plant
ctrl: cancel the zoning tool action
u / d: raise / lower cells tool
Navigation:
up / down / left / right: move the map
pageup / pagedown: rotate the map
insert / delete: zoom in/out
alt: multiply the effects of the buttons above by 10
h: as Home
escape: toggle the main menu
Option:
b: Toggle building display on/off
g: Toggle grid display on/off
k: Toggle the main status bar display on/off
f: Toggle wire frame mode display on/off
o: Toggle perspective/orthogonal projection
t: Toggle terrain display on/off
w: Toggle water display on/off
Sound & music:
< / >: play previous / next music
m: music on / off
s: sound on / off
Experimental:
F2: Save
F6: Load
Undocumented features, try it at your own risks:
a: various test codes menu
v: MAS test menu
z: connect to the local ZeN server
------------------------------------------------------------------------------
Sound & music
------------------------------------------------------------------------------
OpenCity uses SDL_mixer for playing sound & music. Thus, it supports
all file types that SDL_mixer supports.
If you don't hear any sound, try to modify "sound.m3u" and
set the path accordingly to the "opencity" executable file. Please note
that OpenCity automatically appends a prefix to all the sound filenames.
The prefix is where the installation procedure has put all OpenCity's data
files.
However, you can put a file called "music.m3u" in the "music" directory
and OpenCity will load and play your favorite musics. If you don't find
any "music" directory just create it then put your list "music.m3u" in it.
I'd like to warn you that SDL_mixer is not that stable. It can hang
OpenCity while playing few kinds of ".mp3" song. Blame the SDL_mixer's
guys not me ;) If you experience such a problem, just turn the music
off (key 'm').
------------------------------------------------------------------------------
Mouse action
------------------------------------------------------------------------------
In OpenCity, whenever you click the RMB (Right Mouse Button), you will
open the toolcircle. Click RMB again to hide the toolcircle. I try to make
everything simple and handy. But sometimes you still need your keyboard.
OpenCity also understands the mouse's wheel ! Push the wheel forward
does a zoom in (as 'Insert' key) and roll the wheel backward does a
zoom out (as 'Delete' key).
When you hold 'Shift' and play with your mouse's wheel you'll notice
that it translates the map in some direction. Whereas the 'Ctrl' button
translates the map along another axis.
------------------------------------------------------------------------------
Main config file "opencity.xml"
------------------------------------------------------------------------------
See the in-line comments for more details.
------------------------------------------------------------------------------
Command-line options
------------------------------------------------------------------------------
In OpenCity, you can overwrite the config file's options with the
command-line options. Few options are available in both short and long format.
-fs | --full-screen
Enable fullscreen mode. The video resolution is read from the config.xml
file. If the resolution width and height are both 0, OpenCity will try to
autodetect the best available fullscreen resolution.
-glv | --gl-version
Show the OpenGL driver information (vendor, renderer, version and extension)
-gld | --gl-driver openGLDriverName
Try to load the given driver name. Under Windows, it should be something
like opengl32.dll
-dd | --data-dir newDataPath
Specify to new path to OpenCity's data. For example:
Under linux: --data-dir /home/foo/bar/share/opencity/
Under win32: --data-dir "C:/Program Files/OpenCity/share"
-cd | --conf-dir newConfigPath
Specify to new path to OpenCity's config. For example:
Under linux: --conf-dir /home/foo/bar/etc/opencity/
Under win32: --conf-dir "C:/Program Files/OpenCity/etc"
-na | --no-audio:
Disable the audio system
--generator-seed seed
The seed is the random integer seed used by the map generator
--generator-map MAP-TYPE
MAP-TYPE : 0=plain (default), 1=hill, 2=mountain
--generator-water WATER-TYPE
WATER-TYPE : 0=dry, 1=lake (default), 2=coast
--generator-map-shape MAP-SHAPE-TYPE
MAP-SHAPE-TYPE : 0=none (default), 1=island, 2=volcano, 3=crater
--generator-tree-density TREE-DENSITY-TYPE
TREE-DENSITY-TYPE: 0=sparse (default), 1=normal, 2=dense
--generator-height-map heightMapPicture
Load a gray-level picture as height map (PNG). The water level is gray
level 128, each map level is one gray level. That's why the whole picture seems
to be in a medium gray, because there's only a minor difference between the
pixels. You can draw yourself the height-map or generate from any map sources.
The interesting data for this work are the DEM satellite data. The map
generator in OpenCity will crop the picture if it's too big.
------------------------------------------------------------------------------
Heightmap package
------------------------------------------------------------------------------
OpenCity is packaged with few heightmaps which are generated from
satellite's data. Here is the full list:
Athenes-1024x1024.png
Athenes-51x51.png
Dakar-51x51.png
Ibiza-101x101.png
Istanbul-1025x1025.png
Mallorca-93x61.png
Palermo-51x51.png
Sao_Tome-101x101.png
Strasbourg-1025x1025.png
Woodstock-51x51.png
In order to load those heightmaps, you have to give a command-line option
to OpenCity. For example:
opencity --generator-height-map map/heightmap/Athenes-51x51.png
Currently, heightmap loading still is an experimental feature, try
at your own risks.
------------------------------------------------------------------------------
Save/Load issues
------------------------------------------------------------------------------
The following directory is used for save/load
* GNU/Linux:
$HOME/.OpenCity/
* Windows:
C:\Documents and Settings\username\Application Data\OpenCity\
If you are running a localized version of Windows, the above
path may be different
* Windows Vista:
C:\Users\username\AppData\Roaming\OpenCity\
------------------------------------------------------------------------------
Known issues
------------------------------------------------------------------------------
In the ExtentensionManager, GCC complains about the ISO C++ casting
with the following message:
"warning: ISO C++ forbids casting between pointer-to-function and
pointer-to-object"
Currently, there's nothing that we can do about this because it's a
limitation of the C++ standards.
------------------------------------------------------------------------------
Troubleshootings
------------------------------------------------------------------------------
1) I have a ATI Radeon 9000 M video card on my machine.
When I tested the game with "EnablePageFlip" ( see man radeon )
the game works weirdly. If you encounter the same problem,
try to disable this feature of the XFree server ( see man XF86Config )
2) With ATI Radeon 9000M video card, the SmoothVision(tm)
must be deactivated in order to run OpenCity correctly.
3) Here is the version of my X server
- XFree86 Version 4.3.0
- Release Date: 9 May 2003
- X Protocol Version 11, Revision 0, Release 6.6
- Build Operating System: Linux 2.4.18-23mdksmp i686 [ELF]
- Build Date: 10 September 2003
It seems that the driver for my ATI Radeon 9000 M is
very buggy. If you experience any trouble, try to type this
in the shell (bash) before launching OpenCity.
"export R200_NO_VTXFMT="
Or you should try a newer XFree.
------------------------------------------------------------------------------
Duong Khang (neoneurone) NGUYEN