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
If you receive the error:
Mod: plushie (Cute Survival Plushies) Error loading mod!
...Games/GOG Games/Dont Starve/data/scripts/actions.lua:15: attempt to index local 'data' (a number value)
Open up your mods directory in the game folder.
Go into the 'plushie' folder and open up the file modmain.lua
In there find the following line (line number 218)
Change:
ACTIONS.CUDDLE = G.Action(1,false,true)
Into
ACTIONS.CUDDLE = G.Action({},1, false, true)
The mod should be working as normal after that.
I spawned the dolls via the console and squeezed them and what not that works.