YnAMP - Yet (not) Another Maps Pack

YnAMP - Development thread Civ6

I tried starting the game with YnAMP Giant Earth, all leaders and 30 city-states plus a few other mods (bau, time x10, truly abundant resources, UD icons) and the game crashes (entirely, not just back to main menu) after the game is loaded (i can already see the starting settler/warrior). Any idea why this happens and any way to fix?

There is a new lower limit for max number of players due to Free Civs taking one slot. Try 30 leaders and then increase by 1. I think 62 is the magic number.
 
ho, yes, that... I'll need to override the setup screen to fix it.
 
Will there be an update for R and F? Excuse me! I've tried all the procedures and it did not work. Your mod is the best of this site.
 
Also is it possible to make it so TSL maps will prioritize choosing TSL city-states first? A run on Play Europe Again and there are 2-3 CSes in the Russian snow while Ireland and Portugal are empty.
 
When I use YnAMP and load Giant maps my game auto cycles and I cannot seem to play the game. Has this been reported elsewhere?
no, not since some time, could you post your logs after starting a game with this issue in the bug reports section please ?

could be an incompatibility with another mod changing the map's generation.
 
Will there be an update for R and F? Excuse me! I've tried all the procedures and it did not work. Your mod is the best of this site.
Now it worked perfectly your mod that I downloaded in this site: https://github.com/Gedemon/Civ6-YnAMP
Together as two other mods I really like:
1: https://forums.civfanatics.com/resources/moar-units-mod.25391/
2º: https://forums.civfanatics.com/resources/warfare-expanded-for-moar.26363/
Congratulations to the developers.
Everything worked, even the new luxury features of Rise and Fall.
I'm playing with Scotland (lannisters) kkk
Grateful.
 
Question :
Where do I find the ressources for Fuji and Tonle Sap? (Which Mod?) When I play on Giant Earth Map there are no special features at the mentioned coordinates.

Code:
<Replace MapName="GiantEarth" X="98" Y="58" FeatureType="FEATURE_SUK_FUJI" TerrainType="TERRAIN_GRASS" />
<Replace MapName="GiantEarth" X="76" Y="41" FeatureType="FEATURE_SUK_TONLESAP" TerrainType="TERRAIN_COAST" />
<Replace MapName="GiantEarth" X="77" Y="40" FeatureType="FEATURE_SUK_TONLESAP" TerrainType="TERRAIN_COAST" />

Regarding Uluru :
Uluru is at 93,16 just next to a mountain (placeholder ?) at 92,16
 
YnAMP works on scripts, not map files, so you can't do that (add only a few things using the WB), if you want to create your own map in civ6 map format, you'll have to put every start position (and NW) on it.

To add or edit something simple to a ynamp map, see the corresponding threads in this subforum.

I've not written the tutorial to import/export a complete map in ynamp script format, but it's complex.


But I can do everything with the map and it works and saves without any problems. Only if it doesn't concern DLC civs.(
 
But I can do everything with the map and it works and saves without any problems. Only if it doesn't concern DLC civs.(
Well, I still won't be the one able to help as I've never tried to save a map using the WB then launch a game with the saved map file, that's not how YnAMP works.
 
Question :
Where do I find the ressources for Fuji and Tonle Sap? (Which Mod?) When I play on Giant Earth Map there are no special features at the mentioned coordinates.

Code:
<Replace MapName="GiantEarth" X="98" Y="58" FeatureType="FEATURE_SUK_FUJI" TerrainType="TERRAIN_GRASS" />
<Replace MapName="GiantEarth" X="76" Y="41" FeatureType="FEATURE_SUK_TONLESAP" TerrainType="TERRAIN_COAST" />
<Replace MapName="GiantEarth" X="77" Y="40" FeatureType="FEATURE_SUK_TONLESAP" TerrainType="TERRAIN_COAST" />

Regarding Uluru :
Uluru is at 93,16 just next to a mountain (placeholder ?) at 92,16
Look on steam for Sukritact's mods.

I figured I would have to give you the Lua.log file, but atm it has over 6000 lines.
So, can I delete it or empty it without any problems and then retry everything again?
Or can I / must I send the file that I have right now?

Edit: Also, based on that the other maps in the base mod work and it's just maps and nothing else, I think the fix should be really easy. Something to enable the expansion pack or that notes the version of the game.
When the base map mod is updated for Civ VI version 1.5 (example) and the Cordiform map for Civ VI version 1.4 of course it can make problems or even make the map disappear. Or a meta problem of that kind.
The 'enalbe all maps' mod, atleast for my problem, is merely a workaround for the initial problem: That I can't select the map.
Because you must have updated something in the base mod so the maps show up, because they didn't before I downloaded the newest version from gibhub. So the same or a similiar change has to be made with the cordiform Earth map when it has to work.
just zip it then post it, or use pastebin.com

edit: and I've made the enabler so that I don't have to edit all my maps manually.
 
Now it worked perfectly your mod that I downloaded in this site: https://github.com/Gedemon/Civ6-YnAMP
Together as two other mods I really like:
1: https://forums.civfanatics.com/resources/moar-units-mod.25391/
2º: https://forums.civfanatics.com/resources/warfare-expanded-for-moar.26363/
Congratulations to the developers.
Everything worked, even the new luxury features of Rise and Fall.
I'm playing with Scotland (lannisters) kkk
Grateful.

But do you play at Ludicrous or with another map?
 
I know this has been asked before, but not for a few pages. I was wondering if there's been any progress toward adding the new natural wonders from R&F into the Giant Earth and Play Europe Again maps. They're pretty much the only way I play the game, so I'm hoping to see an update soon!
 
Me at the Giant Earth map I can play with 36 civilizations and a maximum of 26 city states .... is there a way to increase the status of cities without crashing?
 
I know this has been asked before, but not for a few pages. I was wondering if there's been any progress toward adding the new natural wonders from R&F into the Giant Earth and Play Europe Again maps. They're pretty much the only way I play the game, so I'm hoping to see an update soon!

You can add/adjust the following lines in Maps/GiantEarth/Maps.xml :

Spoiler :

Code:
    <NaturalWonderPosition>

       <Replace MapName="GiantEarth" X="98" Y="58" FeatureType="FEATURE_SUK_FUJI" TerrainType="TERRAIN_GRASS" />
     
       <Replace MapName="GiantEarth" X="76" Y="41" FeatureType="FEATURE_SUK_TONLESAP" TerrainType="TERRAIN_COAST" />
       <Replace MapName="GiantEarth" X="77" Y="40" FeatureType="FEATURE_SUK_TONLESAP" TerrainType="TERRAIN_COAST" />
     

       <Replace MapName="GiantEarth" X="78" Y="45" FeatureType="FEATURE_HA_LONG_BAY" TerrainType="TERRAIN_COAST" />
       <Replace MapName="GiantEarth" X="79" Y="46" FeatureType="FEATURE_HA_LONG_BAY" TerrainType="TERRAIN_COAST" />
     
       <Replace MapName="GiantEarth" X="161" Y="35" FeatureType="FEATURE_RORAIMA" TerrainType="TERRAIN_GRASS_HILLS" />
       <Replace MapName="GiantEarth" X="162" Y="36" FeatureType="FEATURE_RORAIMA" TerrainType="TERRAIN_GRASS_HILLS" />
       <Replace MapName="GiantEarth" X="161" Y="36" FeatureType="FEATURE_RORAIMA" TerrainType="TERRAIN_GRASS_HILLS" />
       <Replace MapName="GiantEarth" X="162" Y="37" FeatureType="FEATURE_RORAIMA" TerrainType="TERRAIN_GRASS_HILLS" />
     
       <Replace MapName="GiantEarth" X="71" Y="58" FeatureType="FEATURE_ZHANGYE_DANXIA" TerrainType="TERRAIN_TUNDRA_MOUNTAIN" />
       <Replace MapName="GiantEarth" X="72" Y="58" FeatureType="FEATURE_ZHANGYE_DANXIA" TerrainType="TERRAIN_TUNDRA_MOUNTAIN" />
       <Replace MapName="GiantEarth" X="73" Y="58" FeatureType="FEATURE_ZHANGYE_DANXIA" TerrainType="TERRAIN_TUNDRA_MOUNTAIN" />
     
       <Replace MapName="GiantEarth" X="70" Y="72" FeatureType="FEATURE_UBSUNUR_HOLLOW" TerrainType="FEATURE_MARSH" />
       <Replace MapName="GiantEarth" X="71" Y="72" FeatureType="FEATURE_UBSUNUR_HOLLOW" TerrainType="FEATURE_MARSH" />
       <Replace MapName="GiantEarth" X="70" Y="73" FeatureType="FEATURE_UBSUNUR_HOLLOW" TerrainType="FEATURE_MARSH" />
       <Replace MapName="GiantEarth" X="71" Y="73" FeatureType="FEATURE_UBSUNUR_HOLLOW" TerrainType="FEATURE_MARSH" />
     
       <Replace MapName="GiantEarth" X="4" Y="39" FeatureType="FEATURE_LAKE_RETBA" TerrainType="TERRAIN_GRASS" />
       <Replace MapName="GiantEarth" X="5" Y="39" FeatureType="FEATURE_LAKE_RETBA" TerrainType="TERRAIN_GRASS" />
     
       <Replace MapName="GiantEarth" X="17" Y="64" FeatureType="FEATURE_MATTERHORN" /> 
       <Replace MapName="GiantEarth" X="136" Y="61" FeatureType="FEATURE_DELICATE_ARCH" />
       <Replace MapName="GiantEarth" X="8" Y="43" FeatureType="FEATURE_EYE_OF_THE_SAHARA" />
     
   </NaturalWonderPosition>


Me at the Giant Earth map I can play with 36 civilizations and a maximum of 26 city states .... is there a way to increase the status of cities without crashing?

36 + 26 = 62
Probably no.
 
You can add/adjust the following lines in Maps/GiantEarth/Maps.xml :

Spoiler :

Code:
    <NaturalWonderPosition>

       <Replace MapName="GiantEarth" X="98" Y="58" FeatureType="FEATURE_SUK_FUJI" TerrainType="TERRAIN_GRASS" />
   
       <Replace MapName="GiantEarth" X="76" Y="41" FeatureType="FEATURE_SUK_TONLESAP" TerrainType="TERRAIN_COAST" />
       <Replace MapName="GiantEarth" X="77" Y="40" FeatureType="FEATURE_SUK_TONLESAP" TerrainType="TERRAIN_COAST" />
   

       <Replace MapName="GiantEarth" X="78" Y="45" FeatureType="FEATURE_HA_LONG_BAY" TerrainType="TERRAIN_COAST" />
       <Replace MapName="GiantEarth" X="79" Y="46" FeatureType="FEATURE_HA_LONG_BAY" TerrainType="TERRAIN_COAST" />
   
       <Replace MapName="GiantEarth" X="161" Y="35" FeatureType="FEATURE_RORAIMA" TerrainType="TERRAIN_GRASS_HILLS" />
       <Replace MapName="GiantEarth" X="162" Y="36" FeatureType="FEATURE_RORAIMA" TerrainType="TERRAIN_GRASS_HILLS" />
       <Replace MapName="GiantEarth" X="161" Y="36" FeatureType="FEATURE_RORAIMA" TerrainType="TERRAIN_GRASS_HILLS" />
       <Replace MapName="GiantEarth" X="162" Y="37" FeatureType="FEATURE_RORAIMA" TerrainType="TERRAIN_GRASS_HILLS" />
   
       <Replace MapName="GiantEarth" X="71" Y="58" FeatureType="FEATURE_ZHANGYE_DANXIA" TerrainType="TERRAIN_TUNDRA_MOUNTAIN" />
       <Replace MapName="GiantEarth" X="72" Y="58" FeatureType="FEATURE_ZHANGYE_DANXIA" TerrainType="TERRAIN_TUNDRA_MOUNTAIN" />
       <Replace MapName="GiantEarth" X="73" Y="58" FeatureType="FEATURE_ZHANGYE_DANXIA" TerrainType="TERRAIN_TUNDRA_MOUNTAIN" />
   
       <Replace MapName="GiantEarth" X="70" Y="72" FeatureType="FEATURE_UBSUNUR_HOLLOW" TerrainType="FEATURE_MARSH" />
       <Replace MapName="GiantEarth" X="71" Y="72" FeatureType="FEATURE_UBSUNUR_HOLLOW" TerrainType="FEATURE_MARSH" />
       <Replace MapName="GiantEarth" X="70" Y="73" FeatureType="FEATURE_UBSUNUR_HOLLOW" TerrainType="FEATURE_MARSH" />
       <Replace MapName="GiantEarth" X="71" Y="73" FeatureType="FEATURE_UBSUNUR_HOLLOW" TerrainType="FEATURE_MARSH" />
   
       <Replace MapName="GiantEarth" X="4" Y="39" FeatureType="FEATURE_LAKE_RETBA" TerrainType="TERRAIN_GRASS" />
       <Replace MapName="GiantEarth" X="5" Y="39" FeatureType="FEATURE_LAKE_RETBA" TerrainType="TERRAIN_GRASS" />
   
       <Replace MapName="GiantEarth" X="17" Y="64" FeatureType="FEATURE_MATTERHORN" />
       <Replace MapName="GiantEarth" X="136" Y="61" FeatureType="FEATURE_DELICATE_ARCH" />
       <Replace MapName="GiantEarth" X="8" Y="43" FeatureType="FEATURE_EYE_OF_THE_SAHARA" />
   
   </NaturalWonderPosition>

Thanks so much! Anybody have any suggestions for where to add the Matterhorn and the Eye of the Sahara on Play Europe Again?

Edit: Actually, looking at the map again, it seems like the Eye will be too far south. So just the Matterhorn, I guess.
 
I've followed the instructions on https://github.com/Gedemon/Civ6-YnAMP for installing Yet (not) Another Maps Pack for the non-Steam Mac version. I've checked 'enable' next to it under the 'Additional Content' menu option, but after doing so (and restarting the game) I can't see any option to use it. When I choose advanced setup under single player as instructed all I see is http://prntscr.com/im8e6q - as you'll see there, the 'map' dropdown gives me only the regular options (Continents, Pangaea, etc).

What do I do? Help!
 
I've followed the instructions on https://github.com/Gedemon/Civ6-YnAMP for installing Yet (not) Another Maps Pack for the non-Steam Mac version. I've checked 'enable' next to it under the 'Additional Content' menu option, but after doing so (and restarting the game) I can't see any option to use it. When I choose advanced setup under single player as instructed all I see is http://prntscr.com/im8e6q - as you'll see there, the 'map' dropdown gives me only the regular options (Continents, Pangaea, etc).

What do I do? Help!
First update the game to the latest version (you're using a very old one), then use beta 6.2 if you're using a mac:
https://forums.civfanatics.com/resources/ynamp-yet-not-another-maps-pack-for-civ6.25395/history
 
Back
Top Bottom