1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2025-02-01 04:15:46 +01:00
bemanitools/dist/ddr/ddr-11-us.conf

33 lines
786 B
Plaintext
Raw Normal View History

2022-05-12 19:45:50 +09:00
# 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=GQHDXUAA
# Emulate P3IO COM4 and its downstream devices. Uses the Windows COM4 port when disabled.
2022-05-19 12:02:03 +09:00
ddrhook1.use_com4_emu=true
2022-05-12 19:45:50 +09:00
# SD cabinet mode
2022-05-19 12:02:03 +09:00
ddrhook1.standard_def=false
2022-05-12 19:45:50 +09:00
2022-05-19 11:18:03 +09:00
# Use 15 kHz monitor mode
2022-05-19 12:02:03 +09:00
ddrhook1.use_15khz=false
2022-05-19 11:18:03 +09:00
# Enable USB memory data emulation
ddrhook1.usbmem_enabled=false
2022-05-23 09:27:40 +09:00
# Specify path for P1 USB memory data
2022-05-23 08:20:18 +09:00
ddrhook1.usbmem_path_p1=usbmem_p1
2022-05-23 09:27:40 +09:00
# Specify path for P2 USB memory data
2022-05-23 08:20:18 +09:00
ddrhook1.usbmem_path_p2=usbmem_p2
2022-05-14 08:01:11 +09:00
2022-05-12 19:45:50 +09:00
# Run the game windowed
2022-05-19 11:18:03 +09:00
gfx.windowed=false