安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
There was no folder for the maps in Civ VI/mods, so I created a custom.xml and custom.sql in the steam/.../871861883 folder. Yes they are the actual extensions and not .xml.txt or whatever.
The sql file reads as such:
CREATE TABLE IF NOT EXISTS StartPosition
( MapName Giant Earth,
Civilization CIVILIZATION_EGYPT,
Leader LEADER_CLEOPATRA,
DisabledByCivilization TEXT,
DisabledByLeader TEXT,
AlternateStart INT default 0,
X INT default 58,
Y INT default 35);
The xml file reads as such:
<GameInfo>
<StartPosition>
<Replace MapName="GiantEarth" Civilization="CIVILIZATION_EGYPT” X="58” Y=“35" />
</StartPosition>
</GameInfo>
I tried a couple of different things but couldn't get them to work, so I tried creating a folder called "Yet (not) Another Maps Pack" under mods and copying the files there but no luck. Civ still starts in the same position."
I am playing with all Civs, Arabia and Nubia included + 60 city states if that helps explain the need for a workaround. My apologies for the follow up ? but I have literally no idea what I am doing here and its probably a super simple thing that you will observe right away for me. :)
I tried Gedemon's link above but my edits didn't seem to make a difference so wanted to try your suggestion to edit the map.xml file directly but I never could find it. Thank you both for all you do!