[R&F] Getting the GameOfThrones Map (map and mod?) to work

yanraabe

Chieftain
Joined
Feb 7, 2005
Messages
44
Or Help understanding why I can't get it to work...
Hi! Sorry, I'm afraid my PC skills are rather low, so I'd really appreciate any help from you guys understanding what's wrong:

I downloaded the file, and added it to the mods folder. Now, when I start Civ6, I can select it in the additional content, but then I don't see any Westeros map when I setup a new game.

Here's the link:
https://forums.civfanatics.com/threads/got-map-of-the-sunset-kingdoms-westeros.618029/

I'd really appreciate any help!
 
Or Help understanding why I can't get it to work...
Hi! Sorry, I'm afraid my PC skills are rather low, so I'd really appreciate any help from you guys understanding what's wrong:

I downloaded the file, and added it to the mods folder. Now, when I start Civ6, I can select it in the additional content, but then I don't see any Westeros map when I setup a new game.

Here's the link:
https://forums.civfanatics.com/threads/got-map-of-the-sunset-kingdoms-westeros.618029/

I'd really appreciate any help!
You may get more help by asking in the Creation & Customization sub forum, or by asking the creator of the mod by PM.
 
Thanks, I'll try the DM.
I didn't find any suitable thread in the Creation & Customization sub forum where I could post my question... Where should I do so?
Thanks!
 
Are you using "Choose Map Type" in the set-up menu? And are you running R&F ?
With Vanilla only running and the mod enabled the Westeros map shows as an option for "Choose Map Type" in the standard game set-up and in the Advanced game set-up menus under the "Map" selection for me.
 
Thanks for your help! Indeed, it works when I don't use Rise and Fall.
I didn't even consider this, since the creator said on his steam site he links to that it works WITH R&F.
So I guess the version that he's offering to download here is an older version, and he just never updated his download link on civfanatics?

https://steamcommunity.com/sharedfiles/filedetails/?id=945834440
"Update
[/i] 1.HUGE UPDATE:Support Rise and Fall NOW!!!"
 
Interesting. I've always just directly used the a modinfo file without need to resort to any SQL or XML files
Code:
  <FrontEndActions>
    <AddMap id="AddArchipegMap">
	<Properties>
		<Name>ArchiPeg_Rome</Name>
		<Description>An Islands Map for Rome and Testing</Description>
	</Properties>
      <File>Archipeg_Rome.Civ6Map</File>
    </AddMap>
     ..........
Which allows me to dump any custom maps I make into one mod, with an action for each. The maps show up fine in both setup menus when the mod is activated. But I haven't really tried it for R&F.

I don't tend to use Localized Text in my modinfo files because when the mod is not enabled you get LOC_CLICK_CLACK_GLUCK in the Additional Content menu for the mod-name instead of the Text the Localization Key is pointing toward [edit ->] if you don't define the Localization reference directly in the modinfo file.
 
Last edited:
Back
Top Bottom