summarylogtreecommitdiffstats
path: root/hode.ini
blob: d49bb17f73cb3a8b8e263ae85191ec2f0335c79d (plain)
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

[engine]

# disable animations playback
disable_paf=false

# disable monsters handling code
disable_mst=false

# disable sound handling code
disable_sss=false

# disable menu and start game directly
disable_menu=false

# maximum number of active sounds (original is 16)
max_active_sounds=-1

# default difficulty when bypassing menu (2:easy 1:normal 0:hard)
difficulty=1

# frame duration in milliseconds (original is 80ms, eg. 12.5hz)
frame_duration=80

# display splash screen when loading data files
loading_screen=true


[display]

# scaling factor for game graphics (base resolution is 256x192)
scale_factor=3

# scaling algorithm for game graphics ('linear', 'nearest' or 'xbr')
scale_algorithm=nearest

# gamma correction
gamma=1.0

# fullscreen display
fullscreen=true

# widescreen (16:9)
widescreen=true