Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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!