mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-24 06:40:11 +01:00
19 lines
437 B
Plaintext
Executable File
19 lines
437 B
Plaintext
Executable File
# Run the game windowed
|
|
gfx.windowed=false
|
|
|
|
# rotate the normally-horizontal game window to be vertical
|
|
gfx.vertical=true
|
|
|
|
# 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=GCH44JAB
|
|
|