1
0
mirror of https://github.com/pumpitupdev/pumptools.git synced 2024-11-24 15:00:12 +01:00
pumptools/dist/conf/prihook.conf

48 lines
1.3 KiB
Plaintext

# [str]: Path to game settings (SETTINGS) folder
game.settings=./save
# [bool (0/1)]: Force game into window mode
patch.gfx.windowed=0
# [bool (0/1)]: Enable file call monitoring
patch.hook_mon.file=0
# [bool (0/1)]: Enable file system related call monitoring
patch.hook_mon.fs=0
# [bool (0/1)]: Enable IO syscall monitoring
patch.hook_mon.io=0
# [bool (0/1)]: Enable any file/IO open call monitoring
patch.hook_mon.open=0
# [bool (0/1)]: Enable libusb call monitoring
patch.hook_mon.usb=0
# [bool (0/1)]: Disable the built in keyboard inputs for test (F1), service (PRI) and clear (F3)
patch.hook_main_loop.disable_built_in_inputs=0
# [str]: Path to a library implementing the x11-input-handler api to capture X11 keyboard inputs
patch_hook_main_loop.x11_input_handler=
# [str]: Address and port of pumpnet server (e.g. 127.0.0.1:1234)
patch.net.server=
# [str]: Path to library implementing the piuio api for piuio emulation
patch.piuio.emu_lib=
# [bool (0/1)]: Enable game exit on Test + Service
patch.piuio_exit.test_serv=0
# [str]: Select the sound device to open on snd_pcm_open
patch.sound.device=hw:0
# [bool (0/1)]: Halt on sigsegv to attach a debugger to the process
patch.sigsegv.halt_on_segv=0
# [str]: Print the log output to the specified file
util.log.file=pumptools.log
# [int]: Set the log level (0-4)
util.log.level=4