Don't Starve

Don't Starve

Not enough ratings
how to survive(by using the code)
By 亮煞
内容
content
中文
饥荒的控制台调出很简单,只要在游戏中按下“~”键(1左边的那个键)就可以调出游戏的控制台,如上图所示,这个界面下就可以输入相应的指令了,再按下回车就可以执行输入的指令,按下Ctrl+L就可以去除那些残留的字幕了。
GetPlayer().components.builder:GiveAllRecipes() ---------- 全物品直接制造
GetPlayer().components.hungerause(true) ---------- 饥饿值不降低
GetPlayer().components.sanity:SetMax(500) ---------- 精神值不降低(慎用不可取消 )
GetPlayer().components.health:SetMaxHealth(300) ---------- 最大血格
GetPlayer().components.health:SetInvincible(true) ---------- 上帝模式 下面是开全地图,要输入2个指令才行,每次都要回车执行:
minimap = TheSim:FindFirstEntityWithTag("minimap")
minimap.MiniMap:ShowArea(0,0,0, 10000)
当你学会使用代码,你就能更好的生存
还是那句话no do no die,所以你们懂得



English
Famine console is very simple, as long as in the game press the "~" key (the key to the left of 1) to bring up the game console, as shown in the figure above, this interface can enter the corresponding command, and then press enter to execute the input command, press Ctrl+L to remove those remaining subtitles.
GetPlayer (). The components. Builder: GiveAllRecipes () -- -- -- -- -- -- -- -- -- -- all items directly to manufacturing
GetPlayer (). The components. Hungerause (true) -- -- -- -- -- -- -- -- -- -- hunger values are not reduced
GetPlayer (). The components. Sanity: SetMax (500) -- -- -- -- -- -- -- -- -- -- spiritual values are not reduce (carefully) cannot be cancelled
GetPlayer (). The components. The health: SetMaxHealth (300) -- -- -- -- -- -- -- -- -- -- the biggest blood
GetPlayer (). The components. The health: SetInvincible (true) -- -- -- -- -- -- -- -- -- -- god mode
The following is the full map, to enter 2 instructions, each time to return the execution:
Minimap = TheSim: FindFirstEntityWithTag (" minimap ")
Minimap. Minimap: ShowArea (0, 0, 10000)
When you learn to use code, you will survive better.
Again, no do no die, so you get the idea.
   
Award
Favorite
Favorited
Unfavorite
how to use the code