当前位置:经典游戏馆>单机游戏攻略>

饥荒 地图全亮MOD 支持6.12最新版本

单机游戏攻略 阅读(2.8W)

饥荒 地图全亮MOD 支持6.12最新版本

饥荒 地图全亮MOD 支持6.12最新版本

打开dont_starvedatascripts

最下面粘贴如下代码 进游戏ctrl+1

--地图全开

TheInput:AddKeyUpHandler(KEY_1, function()

  if TheInput:IsKeyDown(KEY_CTRL) then

    local MainCharacter = TheSim:FindFirstEntityWithTag("player")

    local map = TheSim:FindFirstEntityWithTag("minimap")

    if MainCharacter and map then

      local x, y, z = sform:GetWorldPosition()

      Map:ShowArea(x, y, z, 10000)

    end

  end

end

);


点击进入本站《饥荒》游戏论坛专区