今天小编要为大家带来的是饥荒地图全开方法,饥荒是一款动作冒险类求生游戏,游戏的故事讲述的是关于一名科学家被恶魔传送到了异世界荒野的求生故事。下面一起来看怎么才能解锁所有地图吧!
看到不少人求地图全开MOD,分享个方法,理论全版本通用,至少从4.10开始之后的中英文版本适用
找到游戏中main.lua,文件,地址在dont_starve\data\scripts,用记事本打开,拖到最后,在最后一行(即ModManager:LoadMods()——这一行前面)添加以下代码,保存,进游戏后ctrl+1地图全开,ctrl+2瞬移到鼠标所在位置。建议修改前保存原文件!!!
--地图全开
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 = MainCharacter.Transform:GetWorldPosition()
map.MiniMap:ShowArea(x, y, z, 10000)
end
end
end
);
--传送
TheInput:AddKeyUpHandler(KEY_2, function()
if TheInput:IsKeyDown(KEY_CTRL) then
local player = TheSim:FindFirstEntityWithTag("player");
player.Transform:SetPosition(TheInput:GetMouseWorldPos():Get())
end
end
)
以上就是饥荒地图全开方法,更多关于饥荒的精彩攻略视频请关注小皮单机游戏!
- 07-08饥荒海难海盗船长解锁方法详解 海盗船长怎么解锁
- 04-05饥荒活木获取攻略 饥荒活木怎么刷
- 04-05饥荒刷小肉技巧 饥荒如何用鼹鼠与兔人刷肉
- 04-01饥荒联机版生存模式玩法攻略 生存技巧攻略
- 03-30饥荒联机版全地图详解 地图介绍