mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-24 06:40:11 +01:00
27 lines
638 B
Plaintext
27 lines
638 B
Plaintext
# URL (e.g. http://my.eamuse.server:80/whatever) or IPV4 (e.g. 127.0.0.1:80) of the target eamuse server. The port is optional but defaults to 80.
|
|
eamuse.server=localhost:80
|
|
|
|
# PCBID
|
|
eamuse.pcbid=0101020304050607086F
|
|
|
|
# EAMID
|
|
eamuse.eamid=0101020304050607086F
|
|
|
|
# Mcode of the game to run.
|
|
security.mcode=GQHDXJAA
|
|
|
|
# Emulate P3IO COM4 and its downstream devices. Uses the Windows COM4 port when disabled.
|
|
ddrhookx.use_com4_emu=true
|
|
|
|
# SD cabinet mode
|
|
ddrhookx.standard_def=false
|
|
|
|
# Use 15 kHz monitor mode
|
|
ddrhookx.use_15khz=false
|
|
|
|
# Specify path for USB memory data
|
|
ddrhookx.usbmem_path=usbmem
|
|
|
|
# Run the game windowed
|
|
gfx.windowed=false
|