1.饥荒控制台使用方法:
relic饥荒的控制台调出很简单,只要在游戏中按下“~”键(1左边的那个键)就可以调出游戏的控制台,这个界面下就可以输入相应的指令了。
再按下回车就可以执行输入的指令。
2.饥荒作弊代码使用:
下面小编就来介绍下游戏中控制台的那些作弊代码。
GetPlayer()ponents.builder:GiveAllRecipes()?----------?全物品直接制造
  GetPlayer()ponents.hungerause(true) ----------?饥饿值不降低
  GetPlayer()ponents.sanity:SetMax(500) ---------- 精神值不降低(慎用不可取消 )
  GetPlayer()ponents.health:SetMaxHealth(300) ---------- 最大血格
  GetPlayer()ponents.health:SetInvincible(true) ---------- 上帝模式
  下面是开全地图,要输入2个指令才行,每次都要回车执行:
  minimap = TheSim:FindFirstEntityWithTag("minimap")
  minimap.MiniMap:ShowArea(0,0,0, 10000)
3. 注意事项:
游戏中可能有玩家存在作弊码不可用的情况,这是因为游戏的作弊模式被关闭了。
这时候在电脑的(X):\Documents and Settings\(用户名)\My Documents\Klei\DoNotStarve\ settings.ini中到游戏的settings.ini(游戏设置)文件,用记事本的方式打开,把其中的ENABLECONSOLE选项(开启作弊器)中的“ENABLECONSOLE = false”修改为“ENABLECONSOLE = true”就可以了。
4.刷物品代码整理:
①输入代码DebugSpawn(”ragonfly;物品会现在鼠标所指位置;注意:DebugSpawn的大小写!无法复制粘贴,但可以用“?“键上次的输入。
②输入c_give("物品英文名"),把要刷的东西刷到背包里面。
首先列举新手必备物品代码——
c_give("log")(木头)
c_give("twigs")(树枝)
c_give("petals")(花瓣)
c_give("flint")(燧石)
c_give("goldenpickaxe")(黄金镐)
c_give("goldenshovel")(黄金铲子)
c_give("goldenaxe")(黄金斧头)
c_give("firepit")(石头营火)
c_give("green_cap_cooked")(煮熟的绿蘑菇)
c_give("blue_cap_cooked")(煮熟的蓝蘑菇)
c_give("carrot")(胡萝卜)
c_give("pumpkin")(南瓜)
c_give("dragonfruit")(火龙果)
c_give("pomegranate")(石榴)
c_give("corn")(玉米)
下面编者将列举所有物品代码——
1.材料:
c_give("nitre")(硝石)
c_give("redgem") (红宝石)
c_give("purplegem")(紫宝石)
c_give("greengem")(绿宝石)
c_give("orangegem")(橙宝石)
c_give("yellowgem")(黄宝石)
c_give("houndstooth")(犬牙)
c_give("pigskin")(猪皮)
c_give("log")(木头)
c_give("livinglog")(活木头)
c_give("twigs")(树枝)
c_give("cutgrass")(草)
c_give("petals")(花瓣)
c_give("petals_evil")(噩梦花瓣)