Trying to create test map

Dominic Hill

Chieftain
Joined
Feb 24, 2017
Messages
1
I am trying to create a map mod for civ6 with the new tools released but probably due to my lack of previous experience ive hit a snag im not sure how to fix.

I created the map by using the tuner and entering the worldgenerator, I saved the file and it saved as a CIV6MAP File.

I then put it through modbuddy to try to make it part of a mod.

<?xml version="1.0" encoding="utf-8"?>
<Mod id="eb055779-405f-4b44-a104-8f310c50b6df" version="1">
<Properties>
<Name>Maptesting</Name>
<Description>This is a brief description of the mod.</Description>
<Teaser>This is a brief description of the mod.</Teaser>
<Authors>DominicHill</Authors>
</Properties>
<FrontEndActions>
<AddMap id="map1">
<File priority="1">map1.Civ6Map</File>
</AddMap>
<AddWorldBuilderMap id="map1">
<File priority="2">map1.Civ6Map</File>
</AddWorldBuilderMap>
</FrontEndActions>
<InGameActions>
<UpdateDatabase id="NewAction">
<File priority="1">map1.Civ6Map</File>
</UpdateDatabase>
</InGameActions>
<Files>
<File>map1.Civ6Map</File>
</Files>
</Mod>

It does not show up as a map on the in-game selector (Pangaea, Continents, etc.) if anyone has any advice id appreciate it, ask if you need more to go more in-detail about something I did.
 
Back
Top Bottom