-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdefault_iw_config.toml
More file actions
46 lines (37 loc) · 1.34 KB
/
default_iw_config.toml
File metadata and controls
46 lines (37 loc) · 1.34 KB
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
# This is the config that is used if no `iw_config.toml` is provided
# to iw. You can use this file a start for your own impl
[data]
# Path to the Wolf3D original data files:
# AUDIOHED.XXX, AUDIOT.XXX, CONFIG.XXX, GAMEMAPS.XXX, MAPHEAD.XXX,
# VGADICT.XXX, VGAGRAPH.XXX, VGAHEAD.XXX, VSWAP.XXX
# The default is look for the files in the current working directory.
wolf3d_data = "./"
# Path to the patch file folder.
# Omit this config to omit patching assets.
# patch_data = "./path/to/patch/folder"
[options]
# Forces the disablement of all mods and all other options.
# You will get the most possible experience to the 1992 original
# if this is enabled.
vanilla = true
# disable some waits on launch
no_wait = false
# disable the (fake) loading animations that simulates
# the original experience (you will probably not see the
# savegame load, psyched or thinking screen if you enable this)
fast_loading = false
# enable debug key
# This is a shortcurt for providing the -goobers flag
# and pressing Left Shift + Alt + Backspace in the game.
# You can directly enter debug keys with Tab + <Key> if this
# is enabled.
enable_debug = false
# Start the game in fullscreen mode. Can be toggeled
# in-game with ALT+F.
fullscreen = true
# enable frame rate counter display in-game
show_frame_rate = false
[mods]
# nothing yet, planned:
# - brutal mod
# - map overlay