Off Topic > Games
Don't Starve Thread - Strange New Powers
Cargøn:
I have about 35 berry bushes thanks to some beefalo
Come at me winter
Freeze:
Cave Preview goes like in one hour (6pm GMT/10am Pacific/1pm Eastern)
Countdown: http://www.timeanddate.com/countdown/generic?iso=20130510T10&p0=137&msg=LIVE+STREAM+EVENT+-+CAVES%21
Stream Link (there's currently a pre-stream going on): http://www.twitch.tv/riptidepow/new
Freeze:
About to go up!
Sentry:
I saw the livestream of the caves and it looks so cool.
Also plenty of people have just discovered a way to go into creative mode on Don't Starve.
>First you have to enable the debug console by going into
>Documents>Klei>Donotstarve>Settings
>Open settings with notepad/wordpad
>Set console to true instead of false and save
>Go into don't starve and start up your game
>Hit the ~ key and then type in this command line
--- Code: ---GetPlayer().components.builder:GiveAllRecipes
--- End code ---
If you want a couple other commands then use these
Reveal the whole map
First type in this line
--- Code: ---minimap = TheSim:FindFirstEntityWithTag("minimap")
--- End code ---
Then this one
--- Code: ---minimap.MiniMap:ShowArea(0,0,0, 10000)
--- End code ---
Godmode
--- Code: ---GetPlayer().components.health:SetInvincible(true)
--- End code ---
Skip days
--- Code: ---GetClock():MakeNextDay()
--- End code ---
Max health
--- Code: ---GetPlayer().components.health:SetMaxHealth(300)
--- End code ---
Max sanity
--- Code: ---GetPlayer().components.sanity:SetMax(500)
--- End code ---
Pause hunger
--- Code: ---GetPlayer().components.hunger:Pause(true)
--- End code ---
Cargøn:
I just got an alchemy machine, ice box, and lightningrod
and it isn't even day 6.
GET
ON
MY
LEVEL