Project Zomboid

Project Zomboid

Remastered Kitsune's Crossbow Mod
Blaeka 2022 年 1 月 1 日 下午 4:25
Double Rack Problem
While using any weapon that requires racking, when i press x it racks twice, seems to be a colliding problem in the scripts
< >
目前顯示第 1-10 則留言,共 10
Albino Noodle 2022 年 1 月 6 日 上午 11:54 
I was wondering where this issue had come from, some people said you can hold reload and use the menu and it will only rack once but I have not had a chance to test it yet.
.ver 2022 年 1 月 24 日 下午 1:53 
I heard that it's because Kitsune's uses some proprietary reloading mechanic with the racking hotkey, which, for some reason, causes it to rack your weapon twice, but don't quote me on that. I don't think it's the Tobu's fault, but probably something held over from when it was remastered.
It can be avoided with the radial menu, but in the heat of the moment when you're being sieged down and your gun jams, it can be really deadly. If you really want to use the mod, just keep in mind you need to rack/clear jams with the radial menu.

As cool as going Daryl Dixon is in PZ, I can't really recommend using the mod until it's fixed. Hopefully this gets an update.
Francisco 2022 年 2 月 4 日 上午 10:50 
yeah we need a fix
star 2022 年 8 月 7 日 下午 9:56 
There is a fix on steam workshop.
Tobu Akuma  [開發人員] 2022 年 8 月 27 日 上午 4:24 
I hope I was able to fix it recently (I wasn't working alone on it this time - I do some more tests this weekend) Let me know if the problem still persist on your side.
Soklay 2022 年 8 月 30 日 下午 7:24 
Sadly, definitely still having the problem. Have to unsubscribe for now, hope it gets fixed!
Blunty 2023 年 1 月 23 日 下午 3:13 
still a problem to the day
Akasaya 2023 年 7 月 7 日 下午 11:16 
the fix is
replace line
`
Events.OnWeaponSwingHitPoint.Remove(ISReloadWeaponAction.OnPressRackButton);
`
with
`
Events.OnPressRackButton.Remove(ISReloadWeaponAction.OnPressRackButton);
`
General Kenobi 2023 年 7 月 23 日 上午 5:11 
引用自 Akasaya
the fix is
replace line
`
Events.OnWeaponSwingHitPoint.Remove(ISReloadWeaponAction.OnPressRackButton);
`
with
`
Events.OnPressRackButton.Remove(ISReloadWeaponAction.OnPressRackButton);
`

------------------

Where is this line supposed to be ? I couldn't find anything similar in the scripts file.
Bombingham 2023 年 8 月 1 日 上午 3:25 
I fixed it here
< >
目前顯示第 1-10 則留言,共 10
每頁顯示: 1530 50