Project Zomboid

Project Zomboid

Superb Survivors!
disco 2022 年 10 月 29 日 上午 12:05
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.
最后由 disco 编辑于; 2022 年 10 月 30 日 上午 2:03
< >
正在显示第 1 - 2 条,共 2 条留言
76561199259050575 2022 年 11 月 3 日 上午 2:28 
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"
最后由 Hazama (S)imp 编辑于; 2022 年 11 月 3 日 上午 2:29
disco 2022 年 11 月 5 日 上午 5:20 
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.
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50