mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-24 14:50:10 +01:00
16 lines
358 B
Plaintext
16 lines
358 B
Plaintext
|
# Run the game windowed
|
||
|
gfx.windowed=false
|
||
|
|
||
|
# 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=GCI44JAA
|
||
|
|