bananatools/dist/ferrum/bananatools.ini

94 lines
1.4 KiB
INI
Raw Normal View History

2023-01-03 04:35:53 +00:00
; Controls the virtual file system hooks. These redirect file i/o
; requests to a folder specified below, instead of the drive.
; These are all required, even if the game doesn't use one of them.
[vfs]
path=
[dns]
default=localhost
2023-01-03 04:35:53 +00:00
; Security dongle emulation, disable if you have a
; real dongle connected that you want to use
[dongle]
enable=1
2023-09-12 00:27:04 +00:00
serial=274713190001
2023-01-03 04:35:53 +00:00
; 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]
2023-10-09 13:25:30 +00:00
enable=0
2023-01-03 04:35:53 +00:00
windowed=1
framed=0
monitor=0
2023-09-18 07:57:42 +00:00
[misc]
systemVersion=PKF100-1-NA-SYS0-A01
2023-01-03 04:35:53 +00:00
; Control the AMCUS replacement class
[amcus]
enable=0
2023-01-03 04:35:53 +00:00
game_id=SDAK
game_cd=PKF1
2023-01-03 04:35:53 +00:00
am_game_ver=1.00
cacfg_game_ver=25.03
2023-01-03 04:35:53 +00:00
server_uri=localhost
server_host=localhost
; Controlls the xinput hooks
[xinput]
enable=1
2023-03-16 05:45:39 +00:00
[reader]
enable=1
access_code=00000000000000000000
2023-01-03 04:35:53 +00:00
; JVS config
[jvs]
enable=1
port=3
; Mappings for the najv4 IO board. To disable JVS emulation and use
; a real board, set enable to 0 in the "jvs" section.
[najv4]
2023-09-25 07:27:08 +00:00
; "Home" key
test=0x24
; "Insert" key
coin=0x2D
; "Delete" key
service=0x2E
; Up arrow
up=0x26
; Down arrow
down=0x28
; Spacebar
enter=0x20
2023-01-03 04:35:53 +00:00
2023-09-25 07:27:08 +00:00
; Mappings for the gamepad
2023-01-03 04:35:53 +00:00
[gamepad]
2023-09-25 07:27:08 +00:00
; W
dpad_up=0x57
; A
dpad_down=0x53
; S
dpad_left=0x41
; D
dpad_right=0x44
; O
button_a=0x4F
; K
button_b=0x4B
; I
button_x=0x49
; J
button_y=0x4A
; Q
trigger_l=0x51
; E
trigger_r=0x45
; Left Shift
button_start=0xA0