Sid Meier's Civilization VI

Sid Meier's Civilization VI

Yet (not) Another Maps Pack
Jamesbread 22 May, 2024 @ 4:07am
How to add turtle luxury resources around me in GiantEarth
hello!

I spent a lot of time looking for ways to add turtles.
And I found a way. It's properly compatible with luxury resources or corporate DLC.

need change some xml file

https://pastebin.com/YahshhjW

if japan in giant earth

1.
Turtles need coral reefs. You should create coral reefs near the civilization you want.

\SteamLibrary\steamapps\workshop\content\289070\871861883\Maps\GiantEarth\Map.xml

<!-- Japan Start Position Reef --->
<Replace MapName="GiantEarth" X="95" Y="55" FeatureType="FEATURE_REEF" />
<Replace MapName="GiantEarth" X="96" Y="54" FeatureType="FEATURE_REEF" />
<Replace MapName="GiantEarth" X="96" Y="56" FeatureType="FEATURE_REEF" />

2.
Add turtles to resources that are calibrated at the start of civilization.

\SteamLibrary\steamapps\workshop\content\289070\871861883\Gameplay\Resource.xml

<Row>
<Civilization>CIVILIZATION_JAPAN</Civilization>
<Resource>RESOURCE_TURTLES</Resource>
</Row>
<Row>
<Civilization>CIVILIZATION_JAPAN</Civilization>
<Resource>RESOURCE_TURTLES</Resource>
</Row>
<Row>
<Civilization>CIVILIZATION_JAPAN</Civilization>
<Resource>RESOURCE_TURTLES</Resource>
</Row>


important: if you subscribe to `play the world`, there will be an error, so please un-subscribe it.
Last edited by Jamesbread; 10 Jun, 2024 @ 1:01am