Don't Starve

Don't Starve

Base Plan [new]
169 Comments
quinintheclouds! 15 Sep @ 1:13pm 
+ Whole plans can be remembered as patterns for future use and shared between save files
Is there a way to undo this? I don't want other save files to remember plans from others, plus it interferes with several slot-specific mods, like the Save Slot Config mod I mentioned below. It totally glitches it out and freezes/crashes the game
quinintheclouds! 15 Sep @ 10:49am 
if you're seeing this, mod author -- the change given below is super easy and would let a lot more people use this excellent mod more easily, if you ever feel like a quick update <3
quinintheclouds! 15 Sep @ 10:48am 
the last comment worked, thanks @Aeolian! This mod is FANTASTIC! It lets you plan multiple possible bases/sections of a base (even if you don't have all the parts yet), show/hide/delete plans, what items you need to build them and how many you have, a quick build button, a pause function, etc -- SO hype to keep playing around with this!

for those who don't have the Save Slot Mod Configuration mod (with which you can just click the folder icon on the mod to go to the folder), the mod file number is workshop-773993727, found in dont_starve/mods
Aeolian 26 Nov, 2021 @ 11:18pm 
IN ORDER TO MAKE THIS MOD WORK:

In mod directory "scripts/planner/actions.lua" change in lines 8 and 37 from
"Action(0, true, false)"
to
"Action({}, 0, true, false)"
Then it works.
Leaf 12 Nov, 2021 @ 12:27pm 
well after about a year its still busted huh?
Raistal 7 Sep, 2021 @ 12:31pm 
Is this still unplayable?
Gvarnaritus 10 Jan, 2021 @ 3:33pm 
crash
ryuushingaku 17 Dec, 2020 @ 2:57pm 
Intriguing idea, but must concur. It's crashing. I don't know enough about the code to interpret the error message.
Kacpert25 7 Dec, 2020 @ 4:26am 
Meh
CAR6ON 2 Dec, 2020 @ 2:19am 
dont work
Mohamed Ney 14 Nov, 2020 @ 7:57am 
crash
123 11 Nov, 2020 @ 4:59am 
crash
⭕⃤ωρόθεος 4 Nov, 2020 @ 9:00am 
crash
Sugaromokeloset 3 Nov, 2020 @ 3:30am 
crash
♂♂♂Aniki♂♂♂ 26 Oct, 2020 @ 5:04pm 
Dont work
F7NANE 2 Oct, 2020 @ 4:41am 
And there is or will be this mod on DST?
TwinkleDango 22 Jun, 2020 @ 3:14pm 
I wish this was available for Vanilla. Why? Because it made my game crash after applying it from the Mods menu. :/
ex1c137 22 Apr, 2020 @ 11:38am 
I fixed this mod and added an option to enable camera movement when the game is paused. Can't figure out how to upload it to the Steam workshop though. Any help is appreciated.
round_midnight 20 Apr, 2020 @ 2:32pm 
I got a warning
TheDarkchet 10 Apr, 2020 @ 8:38am 
I tested this mod and it doesn't work on Hamlet and Hamlet-compatible worlds, but it's working on Shipwrecked and Shipwrecked-compatible worlds.
jotaerre 28 Mar, 2020 @ 5:39pm 
it doesn't work anymore :(
ErsatzLord 6 Mar, 2020 @ 9:52am 
Doesn't work anymore
Big Maj 26 Feb, 2020 @ 6:23pm 
i was looking for this mod for FIVE-FREAKING YEARS!
Красная шляпочка 9 Feb, 2020 @ 5:12am 
когда решится проблема с вылетом пожалуйста исправте это
Ignificent_51 5 Feb, 2020 @ 7:42am 
DOES NOT WORK!! :lunar2020thinkingtiger: Just a warning, don't use this until the author updates the mod...
[Feb. 5, 2020]
GuM 17 Nov, 2019 @ 1:54am 
Проблема с вылетами не решилась? Game launch issues
ulanec 12 Nov, 2019 @ 5:43am 
мод перестал работать,жаль,хороший мод был ((
rust1kzy 2 Nov, 2019 @ 9:44am 
crash my game!!!
Dracula's Mina ♡ 23 Oct, 2019 @ 9:23pm 
It doesn't work.
Ganter 28 Sep, 2019 @ 11:46pm 
Crash
Semi2Auto 23 Sep, 2019 @ 7:10am 
Crash my game!!
:steamsad:
Notlimor 15 Sep, 2019 @ 12:35pm 
Crash..
Aioros41 4 Sep, 2019 @ 7:34pm 
the mod is not working, crashes the game
сын дурдома 21 Aug, 2019 @ 1:37pm 
It's a really amazing and useful mod but I can't be sure it's complitable with Hamlet so i can't use it T_T
XebyRever 25 Jun, 2019 @ 12:49am 
Admin help. Your mod is not working. He crashes the game.
zZVoAnhVoHinhZz 23 Jun, 2019 @ 10:04pm 
crash, can not install
lost 19 Jun, 2019 @ 12:19pm 
hamlet support?
VolniceV 10 Jun, 2019 @ 7:16am 
crash:steamfacepalm:
Nopinopa 10 Jun, 2019 @ 6:56am 
Lime Green, no, it crushes. Author, will you make it for Hamlet?
Беларус 10 Jun, 2019 @ 4:58am 
Help me please. I did everything Trillion wrote about correcting this error, but it still remained!
desync 9 Jun, 2019 @ 3:04am 
Not work.
krystyl.rose 6 Jun, 2019 @ 1:36pm 
Doesn't work, instant crash.
Mechsploitation Enthusiast 5 Jun, 2019 @ 7:25am 
anyone knows if this works with hamlet?
bnl 16 May, 2019 @ 1:40am 
不能用了
Ignificent_51 9 May, 2019 @ 7:30am 
Will this mod be updated in the future? I would like to try it out but it instantly crashes my game.. Thanks!
29 Apr, 2019 @ 6:04am 
thanks,man
Dio 16 Apr, 2019 @ 1:07pm 
it does not work crashes
i eat uranium 8 Apr, 2019 @ 11:21am 
To fix the possible crash, you should modify the actions.lua manually (use WordPad like me for more accurate searching):
1) line 8: change ACTIONS.PLANNED_BUILD = Action(0, true, false) to ACTIONS.PLANNED_BUILD = Action({}, 0, true, false)
2) line 40: change ACTIONS.PLANNED_REMOVE = Action(0, true, true) to ACTIONS.PLANNED_REMOVE = Action({}, 0, true, true)

REMEMBER: This mod may be uncompatible with Hamlet, so this won't work if you play with this DLC
123 3 Apr, 2019 @ 9:09am 
thank you very much helped)