Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
it freezes every time you swing a melee weapon
For anyone experiencing crashes, do the above and it shouldn't happen anymore
I don't have any time to work on this mod at the moment, my "pay the bills" jobs are getting real busy at the moment. I will update as soon as I have time, but unfortunately, that is not now.
when update bow shooting error? plz update
WARN : General f:2067, t:1739519197711> IsoGameCharacter.doDeferredMovement > WalkTowardState but path2 != null
When i deactivated the mod, melee works again, just a heads up :)
I might at some point. When I first started this mod, I had never touched 3D modeling before. At this point in time, I've made over 100 models while working on a couple other mods. I will probably swing back and do another take at this mod. My Ammo Swap mod will work wonders with arrows letting you have explosive arrows, poison arrows, etc.
I have added the magazine to teach the recipe to make the primitive bow.
I have also added a Ukrainian translation by Бен. Thanks @Бен
if not target:getAttachedItem(location) then
target:setAttachedItem(location, newItem)
target:reportEvent("EventAttachItem")
else
newItem:setCondition(0)
target:getSquare():AddWorldInventoryItem(newItem, ZombRand(100)/100, ZombRand(100)/100, 0.0)
end
end
end
end
Events.OnHitZombie.Add(OnHitZombieWithArchery)
-- youll see where to put it/replace, since "newItem:setCondition(0)" is all you have to add.
Do not pick up broken arrows, since they will stack with your non broken arrows and be all weird.
Open Sample_Recipes.txt
Change "needTobeLearn = true" to "needTobeLearn = false"
I would also recommend changing the weight of the Primitive bow as well:
Open Sample_Items.txt
Change "Weight = " to your prefered value, I put 2
Have fun!
However, you can install this mod, and enable the sample mod. It has bows and arrows in it, that you can use right now!
Nah, you are alllll good. I took no bad vibes from your comments :D
I'm learning your new system, and seeing how much of what I've already created I can integrate over to yours. I'm really attached to my arrows and crafting system so hopefully I can make it work, but bloody well done writing this out this is really fucking cool! Sorry if I rubbed you the wrong way earlier with my question, I am still learning how this all works from a mod creator perspective
But I will consider making the switch as it would save a lot of the leg work lol, thanks for the upload!
The Guide shows how to use this library to make your own bows and crossbows using this mod to run all the complicated parts.
I would love to use the work you have done here and *give credits* but I don't want to misinterpret how you would like to see this mod be used. I am currently working on a Crossbow mod and think this would help me round it out and expand into bows.
Thank you again for making this!