Any easy way to increase max planet class?

Like, instead of 15 for normal, bring it to 25

And for uh, extreme or whatever, precursor... What's the maximum tiles? That minus the number of terraforming techs we get.

Or maybe a mod that allows different terraforming parameters?

I dunno, I get bored with class 8 planets ... :(

25,674 views 6 replies
Reply #1 Top

There are mods available that allow multiple terraforming of tiles.

Search nexus

Reply #2 Top

Quoting treborblue, reply 1

There are mods available that allow multiple terraforming of tiles.

Search nexus

Yes, but I have been reading here and there is a lot of talk about most or all mods pre-Crusade being broken...

Reply #3 Top

There's an enhanced terraforming mod by BuckGodot that gives you repeatable terraforming projects that require resources to build.  The original mod won't work on Crusade, but if you look at the May 4th post by me you'll find a link to a version that does work on Crusade.

Edit: I've been having trouble getting the link above to work.  If it doesn't work, try this: https://forums.galciv3.com/469459/page/1/

Reply #4 Top

There are several files that impact planet number and class

A quick and simple way to increase planet class is to mod (must be a mod not a change to core came file) GalCiv3MapDefs.xml

e.g.
    <DefaultPlanetClassSelect>
      <MinPlanetClass>6</MinPlanetClass>   increase
      <MaxPlanetClass>10</MaxPlanetClass>  increase
      <Weight>15</Weight>      % distribution

There are several sections ans the total <Weight> must - 100.  So another way is to decrease the weight of the smaller class entries and increase the larger ones

hope that helps

Reply #5 Top

Yeah! Thank you guys! That's the info I was looking for! :)

Reply #6 Top

PlanetTraitDefs.xml

change the min and max for planets like so

  <PlanetTrait>

    <InternalName>DesertWorld</InternalName>

    <DisplayName>DesertWorld_Name</DisplayName>

    <Description>DesertWorld_Dec</Description>

    <RelativeWeight>10</RelativeWeight>

    <PlanetClassSelect>

      <MinPlanetClass>50</MinPlanetClass>

      <MaxPlanetClass>60</MaxPlanetClass>

      <Weight>100</Weight>

    </PlanetClassSelect>