Project Zomboid

Project Zomboid

Remastered Kitsune's Crossbow Mod
Blaeka Jan 1, 2022 @ 4:25pm
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
< >
Showing 1-10 of 10 comments
Albino Noodle Jan 6, 2022 @ 11:54am 
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 Jan 24, 2022 @ 1:53pm 
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.
Fran Feb 4, 2022 @ 10:50am 
yeah we need a fix
star Aug 7, 2022 @ 9:56pm 
There is a fix on steam workshop.
Tobu Akuma  [developer] Aug 27, 2022 @ 4:24am 
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 Aug 30, 2022 @ 7:24pm 
Sadly, definitely still having the problem. Have to unsubscribe for now, hope it gets fixed!
Blunty Jan 23, 2023 @ 3:13pm 
still a problem to the day
Akasaya Jul 7, 2023 @ 11:16pm 
the fix is
replace line
`
Events.OnWeaponSwingHitPoint.Remove(ISReloadWeaponAction.OnPressRackButton);
`
with
`
Events.OnPressRackButton.Remove(ISReloadWeaponAction.OnPressRackButton);
`
General Kenobi Jul 23, 2023 @ 5:11am 
Originally posted by 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 Aug 1, 2023 @ 3:25am 
I fixed it here
< >
Showing 1-10 of 10 comments
Per page: 1530 50