饑荒實用修改教程 饑荒地圖全開教程。《饑荒》是一款以生存為目的的沙盒游戲,有很高的挑戰性,很多玩家都想覺得游戲有些難,下面系統大全小編帶來饑荒地圖全開教程,對新手玩家來說有很大幫助,一起來看吧。
地圖全開(游戲中按Ctrl+1)
用記事本打開游戲目錄\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使地圖全開