-
Notifications
You must be signed in to change notification settings - Fork 0
/
multi.cfg
45 lines (34 loc) · 791 Bytes
/
multi.cfg
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
# Lines starting with # are treated as comments (or with whitespaces+#).
# It doesn't matter if you use capital letters or not.
# It doesn't matter if you use underscore or camel notation for keys, e.g. episode_timeout is the same as episodeTimeout.
doom_scenario_path = multi_deathmatch.wad
# Rewards
death_penalty = 1
# Rendering options
screen_resolution = RES_640X480
screen_format = CRCGCB
render_hud = true
render_crosshair = true
render_weapon = true
render_decals = false
render_particles = false
window_visible = true
# Available buttons
available_buttons =
{
TURN_LEFT
TURN_RIGHT
ATTACK
MOVE_RIGHT
MOVE_LEFT
MOVE_FORWARD
MOVE_BACKWARD
TURN_LEFT_RIGHT_DELTA
LOOK_UP_DOWN_DELTA
}
available_game_variables =
{
HEALTH
AMMO3
}
mode = ASYNC_PLAYER