饥荒巨人国度怎么闹全地图

饥荒巨人国度怎么闹全地图

单机的话可以用记事本打开游戏目录\data\DLC0001\scripts\prefabs\player_common.lua文件,在inst:AddComponent("resurrectable")下一行插入以下内容:

TheInput:AddKeyUpHandler(KEY_1, function()
if TheInput:IsKeyDown(KEY_CTRL) then
local map = TheSim:FindFirstEntityWithTag("minimap")
local x,y,z = GetPlayer().Transform:GetWorldPosition()
map.MiniMap:ShowArea(x, y, z, 10000)
end
end)

即可在游戏中按Ctrl + 1使地图全开
如果是联机的话就去找MOD吧。
温馨提示:答案为网友推荐,仅供参考
相似回答