2019-12-01 18:35:40 +01:00
# Disable card reader emulation and enable usage of real card reader hardware on COM2
2019-11-30 15:59:12 +01:00
io.disable_card_reader_emu=false
# Disable BIO2 emulation and enable usage of real BIO2 hardware
io.disable_bio2_emu=false
# Disables the poll limiter, warning very high CPU usage may arise
io.disable_poll_limiter=false
2020-04-27 19:19:29 +02:00
# Forces game to think headphones are attached
io.force_headphones=false
2020-10-18 23:46:34 +02:00
# Disables the built in file hooks, requiring manual file creation (/dev/raw/j.dest)
io.disable_file_hooks=false
2022-03-15 08:38:46 +01:00
# Disables the built in power control hooks, allowing game to modify system power settings
io.disable_power_hooks=false
# Disables the built in NVAPI control hooks, allowing game to modify system monitor settings
io.disable_nvapi_hooks=false
# Emulates the card reader on COM1 instead of COM2
io.com1_card_reader=false
2019-11-30 15:59:12 +01:00
# Run the game in a framed window (requires windowed option)
gfx.framed=true
# Run the game windowed
gfx.windowed=false
2021-02-05 08:18:13 +01:00
# Confine mouse cursor to window
2020-04-27 19:35:19 +02:00
gfx.confined=false
2019-11-30 15:59:12 +01:00
# Windowed width, -1 for default size
2020-01-21 12:13:36 +01:00
gfx.window_width=1080
2019-11-30 15:59:12 +01:00
# Windowed height, -1 for default size
2020-01-21 12:13:36 +01:00
gfx.window_height=1920
2021-02-05 08:18:13 +01:00
# Windowed X, -1 for default X position
gfx.window_x=-1
# Windowed Y, -1 for default Y position
gfx.window_y=-1
2020-01-21 12:13:36 +01:00
# Forced refresh rate, -1 to not force any (try 59 or 60 if monitor check fails to lock on high refresh rate monitors)
gfx.forced_refresh_rate=-1
2020-01-28 10:16:43 +01:00
# D3D9ex device adapter (monitor), -1 to use default, 0, 1, 2 etc. to use specified adapter
2020-01-21 12:13:36 +01:00
gfx.device_adapter=-1
2019-11-30 15:59:12 +01:00
2020-01-28 10:16:43 +01:00
# Orientation to force monitor into, -1 to use default, 0, 1, 2, 3 to do 0, 90, 180, 270 degrees
gfx.force_orientation=-1
2022-03-15 08:38:46 +01:00
# Force a screen resolution (width), -1 to disable. Use this if the game does not auto detect your monitor's resolution properly, e.g. 1368x768 instead of 1280x720.
gfx.force_screen_res.width=-1
# Force a screen resolution (height), -1 to disable. Use this if the game does not auto detect your monitor's resolution properly, e.g. 1368x768 instead of 1280x720.
gfx.force_screen_res.height=-1
2019-11-30 15:59:12 +01:00
# Disables the camera emulation
cam.disable_emu=false
# Override camera device ID detection (copy from device manager, do not escape)
cam.device_id1=
2020-01-28 10:16:43 +01:00
# IP of adapter to force override with
adapter.override_ip=