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
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
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
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.
[Feb. 5, 2020]
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