饥荒修改码都有哪些作用?
1、游戏中点击键盘上的“~”键打开控制台在控制台中输入:

2、GetPlayer().components.builder:GiveAllRecipes() 。是 全物品直接制造

3、GetPlayer().components.hungerause(true) 。是饥饿值不降低

4、GetPlayer().components.sanity:SetMax(500)。是精神值不降低

5、GetPlayer().components.health:SetMaxHealth(300)。是最大血格
6、GetPlayer().components.health:SetInvincible(true)。是上帝模式
7、minimap = TheSim:FindFirstEntityWithTag("minimap") minimap.MiniMap:ShowArea(0,0,0, 10000)。是全地图
