饥荒巨人的统治怎么开全图啊

我试了网上各种方法,包括修改main.lua里的东西,添加完以后不是打不开就是没反映啊

改main.lua对后期版本貌似无效了,我用的是这个,应该对后期版本有用。
用记事本打开游戏目录\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使地图全开。
温馨提示:答案为网友推荐,仅供参考
相似回答