《饥荒》的秘籍是什么?
秘籍如下:
1、DebugSpawn"XX":放一个XX在鼠标指针指示的地上
2、c give(“XX”,数量):直接放包里
3、c spawn(“XX”,数量):放鼠标指针指示的地上
注意:XX填饥荒中的生物/物品等的英文名称(下面有会有详细的物品表单,替换即可)
例如:c give(“meat”,2),回车键后,包里就出来2块大肉了。
扩展资料:
一、材料秘籍
cutgrass草、twigs树枝、log木头、charcoal木炭、ash灰、cutreeds采下的芦苇、lightbulb荧光果、petals花瓣、petals_evil噩梦花瓣
pinecone松果、foliage叶子、cutlichen摘下的苔藓、wormlight虫子果、ureplantbulb食人花种子、manrabbit_tail兔人尾巴、silk蜘蛛丝
spidergland蜘蛛腺体、spidereggsack蜘蛛卵 、beardhair胡子、beefalowool牛毛、honeycomb蜂巢、stinger蜂刺、horn牛角、tentaclespots 触手皮
二、工具武器
minotaurhorn远古守护者角、deerclops_eyeball巨鹿眼球、lightninggoathorn闪电羊角 、glommerwings格罗门翅膀
glommerflower格罗门花、glommerfuel格罗门燃料、livinglog活木头、nightmarefuel噩梦燃料、gears齿轮、transistor晶体管、marble大理石、boneshard硬骨头、ice冰
GetPlayer.components.builder:GiveAllRecipes ---------- 全物品直接制造
GetPlayer.components.hungerause(true) ---------- 饥饿值不降低
GetPlayer.components.sanity:SetMax(500) ---------- 精神值不降低(慎用不可取消 )
GetPlayer.components.health:SetMaxHealth(300) ---------- 最大血格
GetPlayer.components.health:SetInvincible(true) ---------- 上帝模式
minimap = TheSim:FindFirstEntityWithTag("minimap")
minimap.MiniMap:ShowArea(0,0,0, 10000)
游戏中可能有玩家存在作弊码不可用的情况,这是因为游戏的作弊模式被关闭了。
这时候在电脑的(X):\Documents and Settings\(用户名)\My Documents\Klei\DoNotStarve\ settings.ini中找到游戏的settings.ini(游戏设置)文件,用记事本的方式打开,把其中的ENABLECONSOLE选项(开启作弊器)中的“ENABLECONSOLE = false”修改为“ENABLECONSOLE = true”就可以了。
参考资料
《饥荒》的秘籍.快吧游戏[引用时间2018-1-20]
控制台使用方法:
在游戏中按下“~”键就可以调出游戏的控制台
【 全物品直接制造】GetPlayer().components.builder:GiveAllRecipes()
【饥饿值不降低】GetPlayer().components.hungerause(true)
【精神值不降低】GetPlayer().components.sanity:SetMax(500)
【最大血格】GetPlayer().components.health:SetMaxHealth(300)
【上帝模式】GetPlayer().components.health:SetInvincible(true)
开全地图
1.minimap = TheSim:FindFirstEntityWithTag("minimap")
2.minimap.MiniMap:ShowArea(0,0,0, 10000)