76 lines
1.4 KiB
INI
76 lines
1.4 KiB
INI
; Controls the virtual file system hooks. Redirects all drive to
|
|
; [path you set here]\\[drive letter]
|
|
; !! REQUIRED !!
|
|
[vfs]
|
|
path=
|
|
|
|
; Hooks for DNS (allnet, etc)
|
|
; Set 'default' to the IP/hostname of the server
|
|
; you're trying to connect to
|
|
[dns]
|
|
default=localhost
|
|
|
|
; Security dongle emulation, disable if you have a
|
|
; real dongle connected that you want to use. Some games
|
|
; validate the S/N, some don't seem to care as long as it's
|
|
; formatted like below
|
|
[dongle]
|
|
enable=1
|
|
serial=284111080001
|
|
|
|
; Set the network environment. Most games seem to want 192.168.123.X
|
|
[netenv]
|
|
enable=1
|
|
subnet=192.168.123.0
|
|
|
|
; Graphics hook, may cause crashes in some games
|
|
[gfx]
|
|
enable=1
|
|
windowed=1
|
|
framed=0
|
|
monitor=0
|
|
|
|
; Banapass reader
|
|
[reader]
|
|
enable=1
|
|
access_code=00000000000000000000
|
|
|
|
; Control the AMCUS replacement class
|
|
[amcus]
|
|
enable=1
|
|
game_id=SBWY
|
|
game_cd=S121
|
|
am_game_ver=12.00
|
|
cacfg_game_ver=08.18
|
|
server_uri=localhost
|
|
server_host=localhost
|
|
|
|
; Controls for USIO buttons
|
|
; Test: Home
|
|
; Service: Delete
|
|
; Coin: Insert
|
|
; Up: Up arrow
|
|
; Down: Down arrow
|
|
; Enter: Enter
|
|
[usio]
|
|
enable=1
|
|
test=0x24
|
|
service=0x2E
|
|
coin=0x2D
|
|
up=0x26
|
|
down=0x28
|
|
enter=0x0D
|
|
|
|
; Controls for the drum
|
|
; Player | Left Rim | Left Center | Right Center | Right Rim
|
|
; 1 | Z | X | C | V
|
|
; 2 | U | I | O | P
|
|
[drum]
|
|
p1_rim_l=0x5A
|
|
p1_center_l=0x58
|
|
p1_center_r=0x43
|
|
p1_rim_r=0x56
|
|
p2_rim_l=0x55
|
|
p2_center_l=0x49
|
|
p2_center_r=0x
|
|
p2_rim_r=0x |