forked from usineur/hode
-
Notifications
You must be signed in to change notification settings - Fork 1
/
hode.ini
44 lines (28 loc) · 805 Bytes
/
hode.ini
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=50
# 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 ('xbr' or 'nearest')
scale_algorithm=nearest
# gamma correction
gamma=1.0
# fullscreen display
fullscreen=true
# widescreen (16:9)
widescreen=false