mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-24 06:40:11 +01:00
25 lines
564 B
Plaintext
25 lines
564 B
Plaintext
# Disable IO emulation and enable usage of real KFCA hardware
|
|
io.disable_io_emu=false
|
|
|
|
# Path to unis version file under the prop.s folder
|
|
cn.unis_path=prop/unis.xml
|
|
|
|
# Run the game in a framed window (requires windowed option)
|
|
gfx.framed=true
|
|
|
|
# Run the game windowed
|
|
gfx.windowed=false
|
|
|
|
# Windowed width, -1 for default size
|
|
gfx.window_width=720
|
|
|
|
# Windowed height, -1 for default size
|
|
gfx.window_height=1280
|
|
|
|
# Disables the camera emulation
|
|
cam.disable_emu=false
|
|
|
|
# Override camera device ID detection (copy from device manager, do not escape)
|
|
cam.device_id1=
|
|
|