饥荒代码为什么我输入没反应
你要按“~”这个键调出控制台 在键盘左上角 数字1旁边 ,看见那个输入框了吗
在输入代码,然后回车 ok
如图所示,屏幕中的那些字,挡着游戏很难受,这里按下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)
我想用猪王
要
2015-06-22
2015-06-22
2015-06-22