安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






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!