俗話說的好,沒有地圖編輯器的SLG游戲,不能叫做SLG游戲。想知道如何開啟《文明6》的地圖編輯器,跟小編來看一下吧。
想要提前體驗(yàn)地圖編輯器,只需要修改一個(gè)文件
找到\SidMeier‘sCivilizationVI\Base\Assets\UI\FrontEnd\目錄下的Mods.lua文件,搜索IsFinalRelease,找到下面這段代碼:
if(GameConfiguration.IsAnyMultiplayer or UI.IsFinalRelease) then
Controls.WorldBuilder:SetHide(true);
Controls.BrowseWorkshop:SetHide(true);
else
Controls.WorldBuilder:SetHide(false);
Controls.BrowseWorkshop:SetHide(false);
end
把它刪除(記得備份哦),或者注釋掉,注釋方法就是if前面加--[[,end后面加]]--
--[[if(GameConfiguration.IsAnyMultiplayer or UI.IsFinalRelease) then
end]]--
這樣就能看到地圖編輯器了
投稿郵箱:chuanbeiol@163.com 詳情請(qǐng)?jiān)L問川北在線:http://dstuf.com/