blob: 2658d86a0ff30d60108ceaa0e3123207c1e93b30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{ type: install
message: <<EOM
You can put custom configuration file in the same directory where you
run cake binary from, named `config.ini'. Some default values are:
v_fullscreen 0
v_width 640
v_height 480
v_colorBits 32
v_hz 60
r_path baseq3
r_mapsubdir maps
Cake also logs its actions to <directory-run-from>/cake_log.html
NOTE: cake requires a gfx card that supports following extensions:
* GL_EXT_compiled_vertex_array
* GL_ARB_multitexture
EOM
}
]
|