安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








However, the in-game map editor is only good for modding connections and terrain types. You cannot add units or magic sites in-game. Plus, saving any changes in-game will re-write the file and eliminate all customization in the map files - tens of thousands of lines of code that sets indie defenders, starting locations, custom magic and throne sites, and pretty much everything that makes the mod and map what it is. So unless you have a plan and know what you're doing there, don't use the in-game editor.
I think what you are looking to do will require going into the map file with a text editor (Notepad++ is the best). If you are reasonbly savvy, you should be able to figure it out what you want to do from the context of what is there already. The map modding manual is a great resource, located on the Illwinter website. And the dom 6 mod inspector (google it) is your friend.
Or share what you're looking to do, and if it makes sense, I'll be happy to work it into the next update.
What file should I be editing? I'm pretty sure I need to add a mapview = off or something like that (I forget but will look it up once I know where the right file is)
You'll need to head to your \AppData\Roaming\Dominions6\maps folder and find the ForgottenRealmsUnderdarkExpanded subfolder. In that, you will find the .map file.
I believe you would add "--" *(as in two dashes, not the quotes, on line 18. #mapnohide. So it should look like:
--#mapnohide
That should add the fog back in.