Don't Starve

Don't Starve

Link, The Hero
1,818 Comments
chescofresco Jun 10 @ 12:12pm 
Game crashes when trying to pick grass with a weapon equiped
HostileEnvironment Oct 14, 2024 @ 5:11pm 
Please update & fix :'c

Doesn't work anymore. Crashes randomly in ROG.
Such a great character to implement into the game. :er_sad:
Wastelander May 17, 2024 @ 3:42pm 
2024 trying the mod on rog, constant random crashes. happens really without cause i was just standing at campfire waiting for day boom crashes
great mod i love the concept but at this point its unplayable
jsxy Dec 24, 2023 @ 9:23pm 
林克是一个经验丰富的冒险家,并且他全副武装地面对任何可能发生的意外。他的经历使他厌烦了理智【大概为移除了理智值】。他会在早餐前和一个恶梦之王(a king of nightmare-beasts)【影怪?】搏斗,甚至都不带眨眼的。

他习惯于靠可获得的东西过活,而且已经进化出一个强壮的胃。

与普通角色相比,Link更快、更强、更强硬。然而,他有一个更小的胃,更快的饥饿率-到处跑,像这样的战斗燃烧卡路里更快!林克也许是最好的猎人-狩猎,杀死,并吃怪物生存。或者,失败的怪物-可爱,无害的小兔子。你这个怪物。

林克带了很多英雄物品去冒险。

所有英雄物品都是牢不可破的。所以不要失去他们!

你更喜欢“英雄”的物品(Hero's Items)而不是用在时间陶笛里用的名字(THE NAMES USED IN OCARINA OF TIME)吗?
只需下载并使用这个小调整!!
cyber.exe Sep 28, 2023 @ 10:40am 
Why every time I am starting a new save it a Wilson instaed of Link?
fred mcfoodle Jul 6, 2023 @ 9:48am 
what does fairy do?
404_coffee.exe Oct 12, 2022 @ 5:14am 
I like how pissed link looks
DrArtico Feb 7, 2022 @ 2:04pm 
Will you someday make the mod like this for DST? potions, ocarinna and shield?
米米 Nov 4, 2021 @ 12:43am 
can we use in SW?
jobi Sep 8, 2021 @ 2:14pm 
In case grimStone's comment gets deleted:

I found the bug where the Fairy won't follow through the wormhole nor Forora's Wind.

The Fairy is never properly assigned as a follower to the player, so the code that handles transporting followers wasn't triggering.

How to fix:
C:\Program Files (x86)\Steam\steamapps\common\dont_starve\mods\workshop-179124884\scripts\prefabs\fairy.lua

Open the file with a text editor.
Add the following underneath the inst:AddComponent("follower") line.

local player = GetPlayer()
if player and player.components.leader then
player.components.leader:AddFollower(inst)
end


Then save.
Hope this helps!
jobi Sep 8, 2021 @ 2:12pm 
In case grimStone's comment gets deleted:

I found the bug that causes the crash when cutting grass.

When you cut the grass with the sword originally there was a chance to have a rupee, a magic jar, and/or a heart drop. At some point the magic jar and heart were removed but the chance for those items to drop was left in the code.

If the code tries to drop the jar or heart then the failure occurs because it then passes a "nil" value into the code that gives the player the items.

How to fix:
C:\Program Files (x86)\Steam\steamapps\common\dont_starve\mods\workshop-179124884\sword_cut_grass.lua

Open the file with a text editor. Comment out lines 65-80 inside the cutWithSwordFn function then save. (add -- in front of each line)

Rupees will also not drop anymore to keep the fix simple for most folks.
This disables the function, but it doesn't have a benefit to the player at this time.

Hope this helps!
Pet Aug 7, 2021 @ 2:48pm 
Still just one of my absolutely favorite mods. I just love this mod so much, have the biggest Award I can give you. (Take My Points or something like that.)
Somerandomwizard Dec 6, 2020 @ 6:14pm 
Me, when I first start with this mod: this is WAYYYY too overpowered!

Me, 10 minutes in unable to do anything without starving: this is WAYYYY too underpowered!
Dugonian Nov 28, 2020 @ 1:12am 
So I'm guessing adventure mode is pretty much impossible as Link since going insane is a requirement on some levels. Hmm... I wonder if there would be a way to change the sanity portion so that he gets some drop in sanity.
WarRathalos Oct 27, 2020 @ 7:31am 
doesnt work.
Jetlagnugget Oct 8, 2020 @ 5:39pm 
I really like this OP mod. If only it didn't crash when you cut grass. :lunar2019deadpanpig:
grimStone Sep 5, 2020 @ 2:51pm 
I found the other bug where the Fairy won't follow through the worrmhole nor Forora's Wind.

Basically the Fairy is never properly assigned as a follower to the player, so the code that handles transporting followers wasn't triggering.

If you want to fix it now, there are a few simple line updates to C:\Program Files (x86)\Steam\steamapps\common\dont_starve\mods\workshop-179124884\scripts\prefabs\fairy.lua file.

Add the following underneath the inst:AddComponent("follower") line.

local player = GetPlayer()
if player and player.components.leader then
player.components.leader:AddFollower(inst)
end

Hope this helps as well!
grimStone Sep 4, 2020 @ 9:42am 
I found the bug that causes the crash when cutting grass.

When you cut the grass with the sword originally there was a chance to have a rupee, a magic jar, and/or a heart drop. At some point the magic jar and heart were removed but the chance for those items to drop was left in the code..

If the code tries to drop the jar or heart then the failure occurs because it then passes a "nil" value into the code that gives the player the items.

If you want to fix it now, there are a few simple line updates to C:\Program Files (x86)\Steam\steamapps\common\dont_starve\mods\workshop-179124884\sword_cut_grass.lua file.

Open the file in your preferred text editor and comment out lines 65-80 inside the cutWithSwordFn function then save. (add two dashes -- in front of each line)

Rupees will also not drop anymore to keep the fix simple for most folks.

We're basically gutting this function, but it doesn't have a benefit to the player at this time.

Hope this helps!
lyrina25 Aug 24, 2020 @ 12:21am 
Have you ever thought of getting other modders to help you? I would LOVE to see whatever dreams you have for this mod to come true, but you seem like you're pretty ill. I'm pretty sure if you looked to say, Reddit, or the KLEI forums you;d find what you need.

Anyway, I hope you feel well soon, and once again thank you for this mod!
Ale Aug 20, 2020 @ 5:20am 
The game with this mod is seriously more enjoyable than without. Thank you so much!

Anyway. It's crashing when cutting grasses omggg =~
VSVPROC Aug 13, 2020 @ 12:46pm 
Please fix this mod, it keeps crashing my whole game. But i love the mod so much!!!
玩花招的丁真 Jul 24, 2020 @ 7:19am 
太棒了,有空记得更新兼容问题
Tesiphon Jul 17, 2020 @ 1:37pm 
Very excited to see this somewhat working again as I honestly don't enjoy playing the game without the mod, however I'm also crashing when cutting grass with the sword. Hoping someone can make a fix for this!
free Jun 24, 2020 @ 12:01pm 
AHHHHHHHHHHHHHHHHHHHHHHHHHH
SailedKestrel25 May 15, 2020 @ 11:08am 
In RoG it crashes when I cut grass with master sword. Sometimes it crashes first time when I cut grass. But when I have disabled all other mods, it crashed after third cut. Not sure what's the reason.
威纸S Apr 28, 2020 @ 8:04pm 
期待作者更新修复崩溃问题,真的是一进去直接崩溃,大大加油
vigi Apr 28, 2020 @ 4:07pm 
翻译:等作者有空的时候就可以解决海滩和哈姆雷特的兼容问题了!
Dana The Elf  [author] Apr 28, 2020 @ 10:11am 
Just an update - a user has sent me some edits which apparently fix the known bugs.
I'll need to vet things when I can before I make it live. But I've been very ill, and busy besides.
Stay tuned, kids! I'll get to it when I can.

@t.mac_13 Disable Shipwrecked expansion, and possibly Hamlet. That should stop it.
tmfm13 Apr 21, 2020 @ 4:15am 
I'm not sure if it's just me, but the bombs are causing a crash every time it tries to drop one, it can't set the fuse length
Dead_Moose_2HQ Apr 12, 2020 @ 11:21am 
I'M SO HAPPPYYYYYYYY!!!!!
vigi Apr 8, 2020 @ 2:10am 
我想翻译一下上面的简介, 但好像没法?
vigi Apr 8, 2020 @ 2:08am 
THANK YOU!!!!
Dana The Elf  [author] Apr 4, 2020 @ 4:05pm 
Alright, kids - your dreams have come true! It works again!
Doesn't play nice with Shipwrecked, but that came out well after I made this, so... I just have to call it not compatible with that expansion.
Should work fine with RoG and vanilla, though.

Sorry it took me so long to get this working again.
Dead_Moose_2HQ Mar 21, 2020 @ 10:02am 
Does anyone know of a way to run the game on older versions of DS? Without this mod, I'm not playing the game, but I WOULD like to play it again. Ideas?
Legion Feb 5, 2020 @ 7:44pm 
Since this mod was abandoned, let's hope that someone who can fix it comes along and gives this mod the proper attention it deserves.
EightChickens Jan 4, 2020 @ 10:02pm 
Darn my favorite DS character mod crashes now. Hope you have time to fix :).
J.A.A. Dec 27, 2019 @ 10:56am 
crash :steamfacepalm:
GlowDonk Dec 22, 2019 @ 8:01pm 
despite the mod not being updated since 2016, it's a pretty good concept
InvisableGleek Dec 17, 2019 @ 12:14am 
Crashes everytime
BlackWolfang Dec 8, 2019 @ 6:48am 
doesnt work in hamlet . its crash the game u.u
🎈reconciled Nov 29, 2019 @ 5:14pm 
you zhong wen fan yi ma?
Fletch Nov 2, 2019 @ 2:36am 
Oh, and please update it for hamlet aswell!
Fletch Nov 2, 2019 @ 2:36am 
The mod doesn't work. It always crashes when I load it. Being a Zelda fan, I'd really love for this to be fixed. :)
Wo|fsOdyssey Oct 24, 2019 @ 5:11pm 
doesnt work please for god sakes please fix!! D; update!!
BobbyBingle Oct 20, 2019 @ 6:10pm 
crash
Gwynbleidd Oct 15, 2019 @ 7:33pm 
crash :(
uhhpeachcobbler Oct 8, 2019 @ 2:02pm 
I love this mod so freaking much. I've been playing don't starve for over three years and this was the first mod I ever got. It made me so happy and I played with it constantly. When it broke, and I couldnt play it anymore, I stopped playing DS for a few months. It just made me sad because it reminded me that my favorite mod didn't work anymore. While I really do love this mod and hope to see it fixed in the future, I also know you're a chronically ill person with an entire life and priorities outside of this small thing. Take the time you need, and if you never return to this mod then so be it! Nothing will ever ruin the hours of joy this mod gave me. Take care of yourself first and foremost, I cant wait to see what else you accomplish and come up with! <3
Wooby6 Sep 20, 2019 @ 8:50pm 
you could you rename the file to "[Broken] Link, The Hero" that would prevent people for still trying to use it,
another thing you could do is open it up the the public by changing the licence,
which would allow another modder to adopt it / fix it.
Dana The Elf  [author] Sep 20, 2019 @ 6:06pm 
I'm really sorry everyone; I just haven't had the time to get back to this and try to get it working again. Life can be pretty hectic. I can't promise when I'll get to this - or if it will be soon - but it's absolutely on my radar!
Doudou Mercuriales Sep 18, 2019 @ 6:01pm 
I'm trying to get back to the game. However, my favorite Mod has crashed my game. Are there any solutions? Thank you in advance for your answer
J'essaye de me remettre au jeu. Cependant, mon Mod préféré fait planté mon jeu. Y a t-il des solutions ? Merci d'avance pour votre réponse