Project Zomboid

Project Zomboid

Bow and Arrow
Showing 1-10 of 88 entries
< 1  2  3 ... 9 >
Update: Sep 27 @ 11:52am

Added nil checks for an arrow's square and cell (Thanks to Reifel). Bugs like that can give you the red box with numbers and massive log file. Added Polish translations (Thanks anon).

Update: Dec 29, 2024 @ 6:36am

Patched a bug so that instead of the mod breaking the archer says "Oof". Thanks, person who found the cause of this bug.
Added Ukranian, Russian, and Chinese translations.
Refactored the aiming system slightly to make it clearer how to add gamepad support.

Update: Mar 26, 2024 @ 12:01pm

Commented out some code. It should show a red error message if a mod for this mod tries to access item data moved from Client to Shared. This may be better than the mod seeming to load correctly, but not working.

Update: Mar 26, 2024 @ 11:56am

Fixed a patch for a weapon modifiers mod. Moved item information from Client to Shared.

Update: Feb 11, 2024 @ 8:36am

Added nil checks to a line to avoid an error with a mod. Got the feeling like something was forgotten but submitted updated mod anyway.

Update: Feb 3, 2024 @ 5:36pm

Fixed glitched attempt at compabilility with Nihilist Silencers. Added items from this mod to Weapon Modifiers' list of excempt items. Fixed not being able to put feather fletchings on arrows. Addded a nil check to something. Didn't add controller support.

Update: Jan 1, 2024 @ 2:01pm

Undisabled a function. Added Ukranian and Spanish translations.

Update: Jan 1, 2024 @ 1:36pm

It was broken for someone, better investigate

Update: Jan 1, 2024 @ 12:19pm

Made arrow shaft of wood translatable like other names. Added a patch for a silence mod. Started adding alternative drawing before stopping. Crudely added feather fletchings that appear automatically on cutting a bird into smaller pieces. Made it easier to add items to this mod. Added French translation.

Update: Apr 11, 2023 @ 1:16pm

Added comments to code. Changed // to /* and */ in recipes. Added a tooltip to tell you how to assemble arrows. I might have forgotten at least one easily implemented idea.