Jump to content

Search the Community

Showing results for tags 'bow'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • News
  • Project Zomboid
    • PZ Updates
    • General Discussions
    • Bug Reports
    • PZ Support
    • PZ Multiplayer
    • PZ Community & Creativity
    • PZ Suggestions
  • PZ Modding
    • Tutorials & Resources
    • Mods
    • Items
    • Mapping
    • Mod Ideas and Requests
  • General Games Development
    • Indie Scene
  • Other Discussions
    • General Discussion
    • Forum Games & Activities

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Twitter


Interests

Found 5 results

  1. ZomboidXBow Hey fellow zomboiders, This mod aims at bringing the crossbow experience to Project Zomboid. It offers a variety of craftable crossbow models and ammunition types with different properties. All of these recipes force you to continuously scavenge for resources to keep you ammunition supplies up and maintain your crossbows. As your character progresses he will get access to better recipes and crossbows will become more efficient. In the beginning you will miss often, be constantly out of ammo and probably want to go back to your Axe. But if you survive long enough to get your hands on a Repeater Crossbow with Aluminum Bolts ... Quick Features Supports Single Player and Multiplayer Mechanics Retrieve your bolts from zombie corpses. They might however break on impact Craft, carry and reload from a Bolt Quiver which adds an addtional bag slot Crossbows can break at any time. Your Carpentry and Electrician skill levels determine how likely it is to happen All crossbows support all ammo types Easily switch between ammo types by using the context menu Crossbows Crossbows behave like all existing weapons: Aiming and Reloading will increase your skill level which in turn affects your chance to hit and your reload speed. Wooden Crossbow A simple crossbow Heavy Crossbow Requires Carpentry 3 Strong crossbow that can hit up to two targets Repeater Crossbow Requires Carpentry 5 Powerful crossbow that can fire up to 10 bolts in rapid succession and hit up to two targets per shoot Bolts All bolts can be fired with any crossbow. Just have a crossbow equipped as primary, right click your desired bolt in your inventory load or set as default. Wooden Bolt Simple Bolt with high chance to break Aluminum Bolt Piercing - Allows you to hit one additional target with your crossbow. Fire Bolt Target has a 90% chance to be lit on fire. Most fun but most dangerous bolt with unpredictable outcome especially on IWBUMS branch. Don't use indoors! Requirements 3DModels 32.16 Download latest version Installation Instructions All Items, Recipes and Documentation Known issues: All crossbows use the same 3DModel and Icon Crossbow 3DModel not 100% aligned Planned Test in MP Learn recipes through Books instead of hard skill requirements LOTS of balancing and tuning Better icons/models Attachments More ammunition types Misc stuff around crossbows Feedback If you like this mod (or even if you don't) I'm happy to get your feedback, bug reports and improvement suggestions. I want this to be a balanced mod and I can only get there with the help of you guys Credit to Jab for his import/export script for 3D Models which works flawlessy and his ModelLoader Fuji for his pioneer work on how to get custom 3D Model into the game and basically giving me the chance to write the mod I wanted to write ever since I bought this game WolfClaw for his excellent 3DModel tutorial ORMtnMan and his Real Guns mod gun modding reference Livio Persemprio for testing and feedback which is so important for balancing Thanks guys! I hope you enjoy this mod, many survivors perished and half of Westpoint burned down during its creation
  2. The Last of Us 1.5 DUE TO A SERVER BUG, TO PLAY IT ON YOUR SERVER YOU HAVE TO DISABLE DoCheckSum under INI! 1.5 Features! Wiki: here is my shitty wiki http://project-zomboid-mod-the-last-of-us.wikia.com/?wiki-welcome=1 Screenshots in Workshop page!!! Workshop Version: http://steamcommunity.com/sharedfiles/filedetails/?id=869169809 New Clothes New Backpacks New Items/Weapons New Food New High-Quality icons! 3D Models! Clicker rests system that allows you to inspect them for loot! (with proper tools!) A Silent Bow, with 3D Models! New Gear-Crafting-System similar to TLOU One (and Tools LVL 1-2-3) Planned Features: NEW IN GAME TEXTURES! Music More 3D Models Full Necroforge Support (soon) New Zombie Behaviour (i need help for this) A lot of new items every week! Translations Fireflies stuff Please subscribe (on Steam Workshop), favourite and RATE UP! =D Workshop ID: 869169809 Mod ID: TLOU
  3. --Notice: I did not originally create this mod. Credit for the original mod idea and (some of) the code goes to Austin. I added sounds, images and updated and refined the code. The original thread can be found here: http://theindiestone.com/forums/index.php/topic/336-fletchery-mod/-- As said above, I have updated the Fletchery Mod to be compatible with build 27. This mod adds 3 new bows, 2 of which can be found and a third which can be made, as well as a sling. Crossbow - found as loot, most powerful, slowest. Uses bolts. Bow - found as loot, second most powerful, 2nd slowest. Uses Arrows. Homemade Bow - crafted (2 planks, 1 bandage, glue/duct tape etc, Carpentry LV2). Third most powerful, equal fastest. Uses Arrows. Arrows can be crafted (Duct tape, Kitchen knife, Arrow shafts from plank and saw, Feathers from pillows, Carpentry LV1) Sling - crafted (2 bandages). Least powerful, equal fastest. Uses stones, found in bins. If anyone has any ideas for more features, please reply to this thread! Download Here: https://dl.dropboxusercontent.com/u/18741755/PZ%20Mods/Fletchery%20Updated-1.2.zip Changelog: Version 1.2: Updated for Build 27Added skill requirements - Woodwork LV1 for arrows, LV2 for bows.Bows are now 2-handed weaponsLooted bows and crafted bows use the same arrows, and normal arrows are made through crafting.This mod now overwrites vanilla duct tape, wood glue etc. so they have many more usesMade everything rarer once more, closer to vanilla weapons (let me know if it's too harsh)Fixed a couple of bugs! Version 1.1: Reduced spawn rates of items, let me know if the new ones are too harsh!Reduced weight of ammo, increased weight of weapons.Rebalanced recipes, should work better now. Also takes more realistic amounts of time.Fixed a typo in the mod.info file. Bug Fixes: Firing sounds now actually play! Version 1.0: Updated to be compatible with build 23Bows now require reloadingAdded IconsStill no models, impossible in current state of Zomboid Known bugs: None!
  4. I am trying to update my Fletchery mod to Build 27, but I am having sudden problems with the reload system. The code for it is here: local wepBow0 = { name = getItemText("Crossbow"), moduleName = 'Fletchery', reloadClass = 'ISShotgunWeapon', ammoType = 'Bolts', shootSound = 'arrowFire', clickSound = 'click', ejectSound = 'arrowReload', insertSound = 'arrowReload', rackSound = 'arrowReload', maxCapacity = 1, reloadTime = 20, rackTime = 10};local wepBow1 = { name = getItemText("Homemade Bow"), moduleName = 'Fletchery', reloadClass = 'ISShotgunWeapon', ammoType = 'Arrows', shootSound = 'arrowFire', clickSound = 'click', ejectSound = 'arrowReload', insertSound = 'arrowReload', rackSound = 'arrowReload', maxCapacity = 1, reloadTime = 15, rackTime = 10};local wepBow2 = { name = getItemText("Bow"), moduleName = 'Fletchery', reloadClass = 'ISShotgunWeapon', ammoType = 'Arrows', shootSound = 'arrowFire', clickSound = 'click', ejectSound = 'arrowReload', insertSound = 'arrowReload', rackSound = 'arrowReload', maxCapacity = 1, reloadTime = 10, rackTime = 10};local wepSling = { name = getItemText("Sling"), moduleName = 'Fletchery', reloadClass = 'ISShotgunWeapon', ammoType = 'Stones', shootSound = 'slingFire', clickSound = 'click', ejectSound = 'arrowReload', insertSound = 'arrowReload', rackSound = 'arrowReload', maxCapacity = 1, reloadTime = 10, rackTime = 10}; ReloadUtil:addWeaponType(wepBow0)ReloadUtil:addWeaponType(wepBow1)ReloadUtil:addWeaponType(wepBow2)ReloadUtil:addWeaponType(wepSling)The crossbow, sling and bow (wepBow0, wepBow2 and wepSling) work fine, but the Homemade Bow (wepBow1) will not reload in-game. When I attempt to do so, I get the following error message in the console: I have no idea what to do here, I've tried everything I can think of. Any help would be appreciated! EDIT: My guess would be that this is because both bows are trying to use the same ammo type, so the second is overwriting the first, but I want them to use the same arrows, so what I think I need is a workaround to use the same ammo.
  5. So, I have a few ideas for diferent ideas for modifiers that make arrows more efficient: 1 - Explosive Arrow - I've seen in a thread that someone ( Don't remember if it was a mod, or dev or ad or support team ) said that we might see pipe-bombs in the game, so I thought that we could attach pipe-bombs to arrows, and make them explosive, it would basically be a long range pipe bomb, at the cost of arrow materials. 2 - Incendiary Arrow Type 1 - The weakest type, these types of arrows can me made from dousing alcohol in the tip of the arrow, setting it on fire. It can hit one zombie and set it one fire, with the fire slowly climbing to its head, and then burning it's brain, and the zombie has a rare chance of setting other zombies on fire, but no chance of setting others when first hit with the arrow. Type 2 - The stronger type, these ones can be made by putting alcohol inside a closed space atttached to the arrow (prefebely a glass bottle), that will break and splatter alcohol everywhere, and dousing alcohol a little bit away from the bottle. this type of arrow will burn the zombie faster and has a high chance of setting other zombies on fire, and a even higher chance of setting them on fire when first hit. 3 - Noise-Maker - These types of arrows are made simply for calling a zombies attention to a place where you aren't, so that you don't have to shout and attract every zombie to your location, as it has a high chance of going wrong, and you getting surrounded.... and eaten. These can be made by attaching a fire-cracker to the arrow, and use a match to set it on fire, then launch the arrow. 4 - Zombie-Blood - Now these, you will use for either two reasons: You want to be a ginormous ass to your friends, or: You want to make sure an NPC isn't coming back for you. Either way, we know that after killing millions of zombies and being splattered in blood, you only get infected if the zombies blood only infect you if it come in contact with yours. So, I'm suggesting that we can cut p a zombie and take his blood and putting it in a glass (For the love of god, make sure you have more, because you will NOT be able to drink from it again), and dousing that blood in the arrow, which we can shoot at a survivor, that will pierce his / her veins and infect them. I hope you like the ideas, and tell me what you think
×
×
  • Create New...