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 … Read morehow to survive(by using the code)