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

54 lines
1.6 KiB
Plaintext

# [str]: Path to game settings (SETTINGS) folder
game.settings=./save
# [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 (F2) 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_profile.server=
# [int]: Machine id for pumpnet
patch.net_profile.machine_id=0
# [bool (0/1/)]: Enable verbose log output for pumpnet related things, e.g. logging network traffic
patch.net_profile.verbose_log_output=0
# [str]: Path to a folder containing the client key, certificate and CA bundle to enable https communication
patch.net_profile.cert_dir_path=
# [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=dmix
# [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