-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeathmatch.cfg
59 lines (49 loc) · 1.24 KB
/
deathmatch.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# 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 = deathmatch.wad
# Rendering options
screen_resolution = RES_320X240
screen_format = CRCGCB
render_hud = true
render_crosshair = false
render_weapon = true
render_decals = false
render_particles = false
window_visible = true
# make episodes finish after 4200 actions (tics)
episode_timeout = 4200
# Available buttons
available_buttons =
{
ATTACK
SPEED
STRAFE
MOVE_RIGHT
MOVE_LEFT
MOVE_BACKWARD
MOVE_FORWARD
TURN_RIGHT
TURN_LEFT
SELECT_WEAPON1
SELECT_WEAPON2
SELECT_WEAPON3
SELECT_WEAPON4
SELECT_WEAPON5
SELECT_WEAPON6
SELECT_NEXT_WEAPON
SELECT_PREV_WEAPON
LOOK_UP_DOWN_DELTA
TURN_LEFT_RIGHT_DELTA
MOVE_LEFT_RIGHT_DELTA
}
# Game variables that will be in the state
available_game_variables =
{
KILLCOUNT
HEALTH
ARMOR
SELECTED_WEAPON
SELECTED_WEAPON_AMMO
}
mode = PLAYER