Project Zomboid

Project Zomboid

Superb Survivors!
disco 29 Oct, 2022 @ 12:05am
Editing Hotkey for Quest Log info panel (solved it, kinda)
So, I have I binded to my inventory and I often use it to hide/show it but the Quest panel keeps popping up and there's no options to change it in the mod options. I was wondering where in the lua options is it.

EDIT: So I've managed to "fix it" by going into the QuestManager lua and deleting the entire "function QuestManagerKeyDownHandle(keyNum)" line which surprisingly fix the down button teleporting bug too.
Last edited by disco; 30 Oct, 2022 @ 2:03am
< >
Showing 1-2 of 2 comments
I don't think it's necessary to delete the whole function, you can assign a different key for it if you read the comments enough to which key is which from your keyboard. I set mine to home key and the value for it is 199

if( keyNum == 199) then myQuestInfoWindow:setVisible(true)

not quite sure what they teleport bug but I do know there's also a conditional statement for every arrow key

There's also a bunch of comment for certain keys like
--print("keyNum: " .. tostring(keyNum)) --57 = space --23 = "i"
Last edited by Hazama (S)imp; 3 Nov, 2022 @ 2:29am
disco 5 Nov, 2022 @ 5:20am 
Yeah, the recent update fixed the teleport bug. There was an additional statement there that pressing the down button teleported you to Muldraugh or if I remember correctly, teleports you to the coordinates near the NPC Spiffo.
< >
Showing 1-2 of 2 comments
Per page: 1530 50