饥荒mod吧 关注:57,849贴子:235,538
  • 3回复贴,共1

『02-19』【MOD发布】给个物品全开的mod

只看楼主收藏回复

rt


1楼2015-02-19 21:40回复
    外挂到是有,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)


    来自手机贴吧3楼2015-02-20 08:45
    收起回复