Don't Starve Together

Don't Starve Together

336 ratings
Archery Mod [DST Version] [Interim Fix][OUTDATA]
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
5.887 MB
9 Apr, 2020 @ 6:31pm
10 Apr, 2020 @ 7:16am
11 Change Notes ( view )

Subscribe to download
Archery Mod [DST Version] [Interim Fix][OUTDATA]

Description
An Interim Fix Version of Archery Mod [DST Version] [OUTDATA]
Thanks to keldziu for the repair.
Originally posted by keldziu:
To creators: that is one hell of impressive mod - well done everyone involved :)

For people who got "bow_clear_fn" error I found a very temporary solution, until the update comes at least:

In mod directory, open file modmain.lua in notepad/notepad++ at line 145 (Under MOD SKIN UTILS). You should find this code fragment:

GLOBAL.ARCHERYSKINS = {
bow = {
{ skin = "z_bow_skin_leaf", displayname = "Leaf Bow" },
{ skin = "z_bow_skin_spike", displayname = "Spiky Bow" },
{ skin = "z_bow_skin_jungle", displayname = "Jungle Bow" },
}
}

change it to:

GLOBAL.ARCHERYSKINS = {
bow = {
}
}

and save file, start the game

In short - remove the lines that are partially responsible for additional bow skins. It seems that there was some change in the way skins work. Game stopped crashing on load when I made this change. I did not have much time to dwell more upon the code, so there is a better way for sure - better to leave this to proffesionals such as creators of this mod :)

This method was only briefly tested, and weapon skins won't work for sure, but all basic features should be ok.

Let me know if it works for anybody,

Cheers
https://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/488009136/535152511368531662/?ctp=16 #239

I didn't change anything else.
This mod will exist until someone really fixes it, or the author contacts me and needs me to delete it.
Popular Discussions View All (2)
2
17 Jul, 2021 @ 1:58am
Version simple craft
Hunlight
0
31 Dec, 2022 @ 11:12pm
中文翻译
土圭垚56
44 Comments
Ben👾 14 Nov, 2022 @ 4:12am 
please update for the new interface:steamhappy:
omidmova 7 Dec, 2021 @ 7:28am 
do a bug fix please
Operator 1 Dec, 2021 @ 11:36am 
Parts of it work, the musket and the cross bow at least work, the orginal creator has not been active for years, I doubt he is coming back.
Xie_Long_Wu  [author] 1 Dec, 2021 @ 11:18am 
@Operator
This mod is broken, I am not the original author, and I don't have ability to fix this mod. You may need to wait someone fix this mod.
Operator 1 Dec, 2021 @ 11:08am 
any idea why the bow is invisible now?
Vlask 7 Sep, 2021 @ 9:50am 
needs an update
Nico 10 Aug, 2021 @ 2:19am 
Was wondering why the already used arrows not stack with the one that yet haven't used arrows?
Krarus 18 Mar, 2021 @ 8:32pm 
@damn ur a legend for spreading the word thanks
damn 15 Mar, 2021 @ 5:13am 
For anyone who wants fix for latest update:
in \mods\workshop-2054928342\scripts\prefabs\z_quiver.lua replase "function quiverfn()" with code below

FIX [pastebin.com]

P.S.: I want to say many thanks to that awesome guy TheSkylarr from Post [forums.kleientertainment.com] who replied in dead thread after so many years and gave me a hint. If you read this you should know - you are gorgeous!
@Nmae, thank u too!
nmae 14 Mar, 2021 @ 1:36am 
Found that the mod runs smoothly on a server without caves, but throws an error when I'm starting a world with caves. I hope this will bump someone to a solution.