-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.txt
76 lines (69 loc) · 1.96 KB
/
settings.txt
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# ooooooooo oooo oooo o ooooooooooo ooooooooooo
# 888 88o 888 o88 888 888 888
# 888 888 888888 8 88 888ooo8 888ooo8
# 888 888 888 88o 8oooo88 888 888
# o888ooo88 o888o o888o o88o o888o o888o o888ooo8888
# by Jon Wilson (10yard)
#
# Front End Features
FREE_PLAY = 0
UNLOCK_MODE = 1
BASIC_MODE = 0
# Front End Settings
FULLSCREEN = 1
ROTATION = 0
CONFIRM_EXIT = 1
SHOW_SPLASHSCREEN = 1
SHOW_GAMETEXT = 1
ENABLE_MENU = 1
ENABLE_SHUTDOWN = 0
INACTIVE_TIME = 20
SPEED_ADJUST = 0
SKILL_LEVEL = 1
START_STAGE = 0
HIGH_SCORE_SAVE = 1
ENABLE_PLAYLIST = 1
PLAYLIST_VOLUME = 5
ENABLE_ADDONS = 1
# Emulator Settings
ROM_DIR = <ROOT>/roms
ALLOW_ROM_OVERWRITE = 0
# Emulator Settings for Windows
OPTIONS = -rompath "<ROM_DIR>" -view "Screen 0 Pixel Aspect (7:8)" -nofilter -video opengl -nosleep
EMU_1 = <ROOT>/dkwolf/dkwolf <OPTIONS>
EMU_2 = <ROOT>/dkwolf/dkwolf <OPTIONS> -nvram_directory NUL -record <RECORD_ID>
# DKWolf/Interface Settings
CREDITS = 1
AUTOSTART = 1
ALLOW_SKIP_INTRO = 1
SHOW_AWARD_PROGRESS = 1
SHOW_AWARD_TARGETS = 1
SHOW_HUD = 1
REFOCUS_WINDOW = 0
# Controls
# NOTE: These controls apply to the DKAFE frontend only.
# If you change controls here then you should also change controls in your emulator menu (accessed using tab key).
CONTROL_LEFT = left
CONTROL_RIGHT = right
CONTROL_UP = up
CONTROL_DOWN = down
CONTROL_JUMP = left ctrl
CONTROL_ACTION = left alt
CONTROL_P1 = 1
CONTROL_P2 = 2
CONTROL_COIN = 5
CONTROL_EXIT = escape
CONTROL_SETTINGS = tab
# Optional Joystick and Button Assignments
# Note: DPAD and first analog axis are automatically mapped to directions
# Device 1 buttons start from 0, Device 2 buttons start from 20
USE_JOYSTICK = 1
BUTTON_JUMP = 0
BUTTON_ACTION = 1
BUTTON_P1 = 9
BUTTON_P2 = 29
BUTTON_EXIT = 6
BUTTON_COIN = 7
#
# For a complete list of settings visit - https://github.com/10yard/dkafe#frontend-settings
#