《饥荒》地图全开MOD方法 您所在的位置:网站首页 饥荒联机全地图mod叫什么 《饥荒》地图全开MOD方法

《饥荒》地图全开MOD方法

2024-03-22 17:50| 来源: 网络整理| 查看: 265

《饥荒》地图全开MOD方法 2022-10-28 15:22:45 神评论 17173 新闻导语

看到不少人求地图全开MOD,分享个方法,理论全版本通用,至少从4.10开始之后的中英文版本适用 找到游戏中main.lua,文件,地址在dont_starve\data\scripts,用记事本打开,拖到最后,在最后一行(即ModManager:LoadMods()——这一行前面

看到不少人求地图全开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 endend);

--传送TheInput:AddKeyUpHandler(KEY_2, function() if TheInput:IsKeyDown(KEY_CTRL) then local player = TheSim:FindFirstEntityWithTag("player"); player.Transform:SetPosition(TheInput:GetMouseWorldPos():Get()) endend

【来源:外网】 关于《饥荒》地图全开MOD方法的新闻


【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有