Config:
OutputMode: 3
OutputFile: PD2Hook.log
PrintOffsets: false
ExtraCols: 10
ExtraRows: 10
#The line below is optional, If you don't know what it is for, comment it out or remove it.
FirstRunScript: LUA\newtests.lua
# Format is - [KeyCode, ScriptFile]
KeyBindings:
- [VK_F1, LUA\somescript.lua]
- [VK_F2, LUA\somescript.lua]
- [VK_F3, LUA\somescript.lua]
- [VK_F4, LUA\somescript.lua]
- [VK_F5, LUA\somescript.lua]
- [VK_F6, LUA\somescript.lua]
- [VK_F7, LUA\somescript.lua]
- [VK_F8, LUA\somescript.lua]
- [VK_F9, LUA\somescript.lua]
# This would give you a "run last script" key on F10
- [VK_F10, '*']
# This would give you a global toggle key on F11.
- [VK_F11, '']
- [0x7B, LUA\somescript.lua]
- [0xDC, LUA\somescript.lua]
- [0x21, LUA\somescript.lua]
- [0x22, LUA\somescript.lua]
- [0x7A, LUA\somescript.lua]
#Persist scripts are optional, if you don't know what they are, remove/comment the entire section below.
#IF YOU DIDN'T READ THE LINE ABOVE THIS ONE YOU ARE A FUCKING MORON.
PersistScripts:
- [CarryStackerSetupDone, LUA\\carrystackerinit.lua]
#PostRequireScripts are optional too, see the README for what their purpose is. comment it out otherwise.
PostRequireScripts:
- [lib/managers/playermanager, LUA\playermanagerhack.lua]
#CloseScripts are again, optional, see the README, yadda yadda.
CloseScripts:
- LUA\statesaver.lua