Don’t Starve Guide

how to survive(by using the code) for Don't Starve

how to survive(by using the code)

Overview

内容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,所以你们懂得EnglishFamine 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 manufacturingGetPlayer (). The components. Hungerause (true) — — — — — — — — — — hunger values are not reducedGetPlayer (). The components. Sanity: SetMax (500) — — — — — — — — — — spiritual values are not reduce (carefully) cannot be cancelledGetPlayer (). The components. The health: SetMaxHealth (300) — — — — — — — — — — the biggest bloodGetPlayer (). The components. The health: SetInvincible (true) — — — — — — — — — — god modeThe 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.

how to use the code

SteamSolo.com