(资料图)

1、饥荒代码大全:  现在的代码作弊一半又五种模式,这五种模式就能达到作弊效果啦~分别为全物品直接制造、不会饥饿、精神值不降低、最大血量、上帝模式。

2、这五种模式的代码分别对应如下  GetPlayer().components.builder:GiveAllRecipes() ---------- 全物品直接制造  GetPlayer().components.hungerause(true) ---------- 饥饿值不降低  GetPlayer().components.sanity:SetMax(500) ---------- 精神值不降低(慎用不可取消 )  GetPlayer().***.health:SetMaxHealth(300) ---------- 最大血格  GetPlayer().***.health:SetInvincible(true) ---------- 上帝模式。

本文就为大家分享到这里,希望小伙伴们会喜欢。

推荐内容