饑荒控製台代碼列表查看器是一款為遊戲饑荒打造的代碼查看器,方便新手玩家查找代碼,需要的玩家趕快來下載吧。
一、關於指令
1.生成
指令1:c_spawn("物品或生物代碼",數量)
指令2:DebugSpawn("物品或生物代碼")
可以在鼠標的位置生成物品或生物
2.給予
指令:c_give("物品代碼",數量)
可以在物品欄或背包裏生成物品,如果物品欄滿了就會掉在地上
3.設置生命
指令:c_sethealth(百分數)
可以把生命值(不是上限)設置為百分之多少,注:使用小數代替百分數,如0.8=80%
例:設置生命值為50%,則輸入:c_sethealth(0.5)
4.設置精神
指令:c_setsanity(百分數)
同上
例:設置精神值為50%,則輸入:c_setsanity(0.5)
5.設置饑餓
指令:c_sethunger(百分數)
同上
例:設置饑餓值為50%,則輸入:c_sethunger(0.5)
6.上帝模式
指令:c_godmode()
一般情況不會受傷挨餓掉精神
7.設置速度
指令:c_speed(值)
標準速度為“1”,值越大速度越快
例:設置為標準速度的10倍,則輸入:c_speed(10)
8.創造模式
指令:GetPlayer().components.builder:GiveAllRecipes()
可以製作全物品
9.設置生命上限
指令:GetPlayer().components.health:SetMaxHealth(值)
設置生命上限為值那麼大
例:設置生命上限為87,則輸入:GetPlayer().components.health:SetMaxHealth(87)
10.設置精神上限
指令:GetPlayer().components.sanity:SetMax(值)
同上
例:設置精神上限為500,則輸入:GetPlayer().components.sanity:SetMax(500)
11.設置饑餓上限
指令:GetPlayer().components.hunger:SetMax(值)
同上
例:設置饑餓上限為364,則輸入:GetPlayer().components.hunger:SetMax(364)
12.停止饑餓
指令:GetPlayer().components.hunger:Pause(true)
你的角色不再饑餓
13.變成海狸(吳迪專用)
指令:GetPlayer().components.beaverness:SetPercent(1)
14.傳送
指令:c_gonext("代碼")
把你傳送到附近的“代碼”的位置
例:傳送到附近的牛的位置,則輸入:c_gonest("beefalo")
15.刪除
指令:TheInput:GetWorldEntityUnderMouse():Remove()
刪除你鼠標所在位置的物體
16.地圖全開
指令:GetWorld().minimap.MiniMap:ShowArea(0,0,0,10000)
退出遊戲時失效
17.跳過一天
指令:GetClock():MakeNextDay()
18.跳過幾天
指令:for x = 1, 值 do GetClock():MakeNextDay() end
跳過值那麼多的天數
注意!跳過太多的天數會卡死(根據電腦配置)
例:跳過50天,則輸入:for x = 1, 50 do GetClock():MakeNextDay() end
19.跳過一段時間
指令:LongUpdate(值)
時鍾每格30個單位,一整天是480個單位
例:跳過4格時間,則輸入:LongUpdate(120)
20.設置時間段
指令:GetClock():SetSegs(白天,黃昏,夜晚)
時鍾一共有16個格,白天黃昏夜晚加在一起必須為16
例:白天7格,黃昏8格,夜晚1格,則輸入:GetClock():SetSegs(7,8,1)
21.跳過時間段
指令:GetClock():NextPhase()
跳過當前時間段,比如白天跳到黃昏
22.開始春天(DLC1)
指令:GetSeasonManager():StartSpring()
23.開始夏天
指令:GetSeasonManager():StartSummer()
24.開始秋天(DLC1)
指令:GetSeasonManager():StartAutumn()
25.開始冬天
指令:GetSeasonManager():StartWinter()
26.開始下雨
指令:GetSeasonManager():StartPrecip()
27.停止下雨
指令:GetSeasonManager():StopPrecip()
28.生成閃電
指令:GetSeasonManager():DoLightningStrike(Vector3(GetPlayer().Transform:GetWorldPosition()))
如果周圍沒有避雷針,那閃電將會擊中你
29.測量距離
指令:print(math.sqrt(GetPlayer():GetDistanceSqToInst(TheInput:GetWorldEntityUnderMouse())))
在控製台信息(Ctrl+L)中顯示角色到鼠標物品之間的距離
30.解鎖角色
指令:GetPlayer().profile:UnlockCharacter("角色名稱")
和:GetPlayer().profile:Save()
可以解鎖多個角色
例:GetPlayer().profile:UnlockCharacter("willow")
GetPlayer().profile:UnlockCharacter("wickerbottom")
GetPlayer().profile:Save()
或全部解鎖
指令:GetPlayer().profile:UnlockEverything()
(強迫症)31.清除死亡記錄
指令:ErasePersistentString("morgue")
重啟遊戲可以看到變化
剛開始玩饑荒的小夥伴還是可以用一用的!
這個軟件中複製的代碼呢,能在饑荒聯機版中直接粘貼的,當然你必須是房主!不然是不可以用滴!
單人版的饑荒貌似隻能手敲代碼哦!
76.4M / 03-25
立即下載55M / 06-05
立即下載237.9M / 04-13
立即下載140.5M / 03-06
立即下載900.9M / 03-02
立即下載96.2M / 07-06
立即下載311.2M / 07-06
立即下載335M / 07-06
立即下載200M / 07-06
立即下載413.8M / 07-06
立即下載353.9M / 06-05
立即下載131.8M / 04-13
立即下載230.8M / 03-03
立即下載195.6M / 03-03
立即下載165.4M / 03-03
立即下載45.6M / 09-08
立即下載665.2M / 07-06
立即下載2.84G / 07-06
立即下載93M / 07-06
立即下載338.3M / 07-06
立即下載1.38G / 07-26
立即下載488.3M / 07-16
立即下載109.8M / 06-03
立即下載142M / 01-08
立即下載1.2M / 11-23
立即下載548.8M / 04-13
立即下載1.6M / 04-13
立即下載1.48G / 03-18
立即下載646.6M / 03-03
立即下載133.7M / 03-03
立即下載325.8M / 06-07
立即下載60M / 04-29
立即下載254M / 04-25
立即下載659M / 04-23
立即下載1M / 12-26
立即下載253.4M / 12-08
立即下載253M / 12-08
立即下載1.19G / 11-16
立即下載110.5M / 04-23
立即下載26.7M / 03-16
立即下載488.3M / 07-16
立即下載248.9M / 12-08
立即下載248.9M / 12-08
立即下載201.2M / 04-13
立即下載100.6M / 03-06
立即下載148.9M / 03-06
立即下載1.12G / 07-06
立即下載1.25G / 07-06
立即下載9.48G / 07-06
立即下載50KB / 07-06
立即下載116.2M / 04-10
立即下載1.92G / 04-17
立即下載201.5M / 04-13
立即下載7.31G / 07-01
立即下載94.3M / 07-06
立即下載2.48G / 07-06
立即下載7.63G / 07-06
立即下載1M / 07-06
立即下載778.1M / 07-06
立即下載509.7M / 07-06
立即下載561.8M / 07-11
立即下載1.32G / 01-19
立即下載72M / 07-06
立即下載548.7M / 07-06
立即下載1.00G / 07-06
立即下載9.13G / 07-06
立即下載126.2M / 07-06
立即下載72M / 07-06
立即下載105.1M / 07-06
立即下載132M / 07-06
立即下載