Way too much water==how do i set the game to reduce the water tiles?

Like the title says way too much water that is taking up valuable real estate--what files do i need to change to cut down on the water tiles?

 

Any help is appreciated.

 

 

Edit: Just noticed i put this in the wrong forum--can a mod move this to the modding forum please?

12,880 views 4 replies
Reply #1 Top

Edit CoreMaps.xml.  Specifically the bit which goes

 

    <WaterPercentageMin>20</WaterPercentageMin>

    <WaterPercentageMax>40</WaterPercentageMax>

 

Need to do it for each map size.  They all have different percentages...

Good idea to back up the original file first.  Or make a changed file in ...\Documents\My Games\FallenEnchantress\Mods

Reply #3 Top

this is really bad. the maps puts way too much water its a waste of space.  i do not know where to find <WaterPercentageMin>20</WaterPercentageMin

 

Reply #4 Top

I found it thanks. the problem is i changed it for the size and type of map save it and i still get maps with large spots of water.

 

<!-- Large Maps (8x6 sectors) -->
  <MapType InternalName="LargeMaps">
    <DisplayName>Large</DisplayName>
    <MapSectorWidth>8</MapSectorWidth>
    <MapSectorHeight>6</MapSectorHeight>
    <MapSectorMarginWidth>0</MapSectorMarginWidth>
    <MapSectorMarginHeight>0</MapSectorMarginHeight>
    <BaseNumNeutralCities>14</BaseNumNeutralCities>
    <DefaultSupportedPlayers>8</DefaultSupportedPlayers>
    <TinySeedSpawns>12</TinySeedSpawns>
    <SmallSeedSpawns>8</SmallSeedSpawns>
    <MediumSeedSpawns>8</MediumSeedSpawns>
    <LargeSeedSpawns>8</LargeSeedSpawns>
    <NumWildlands>3</NumWildlands>
    <WaterPercentageMin>0</WaterPercentageMin>
    <WaterPercentageMax>0</WaterPercentageMax>
    <ResearchRateMultiplier>1.5</ResearchRateMultiplier>
    <MapStyle InternalName="Balanced">
      <DisplayName>Balanced</DisplayName>

 

still lots of water.