mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-28 00:10:51 +01:00
24 lines
585 B
Plaintext
24 lines
585 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
|
||
|
|
||
|
# Run the game windowed
|
||
|
gfx.windowed=false
|
||
|
|
||
|
# Run the game in a framed window (requires windowed option)
|
||
|
gfx.framed=false
|
||
|
|
||
|
# Windowed width, 0 for default size
|
||
|
gfx.window_width=0
|
||
|
|
||
|
# Windowed height, 0 for default size
|
||
|
gfx.window_height=0
|
||
|
|
||
|
# Security black plug mcode id string (e.g. GQC02JAA).
|
||
|
sec.black_plug_mcode=GQG15JAA
|