39 lines
700 B
INI
39 lines
700 B
INI
; Controls the virtual file system hooks. Redirects all drive to
|
|
; [path you set here]\\[drive letter]
|
|
[vfs]
|
|
path=
|
|
|
|
[dns]
|
|
default=localhost
|
|
|
|
; Security dongle emulation, disable if you have a
|
|
; real dongle connected that you want to use
|
|
[dongle]
|
|
enable=1
|
|
serial=12345678-90123456
|
|
|
|
; 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
|
|
|
|
[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 |