Resource locations and changing them.

Hey guys,

I'm after the location of where to change the resources ammounts/etc.

And what do I need to do change it from the current resource rate to say, Double the resource rate.

Thanks,


FrznMD.
3,890 views 2 replies
Reply #1 Top
In the GameInfo folder, open all the 'Planet#####.ENTITY' files. Scrool down about a page to where it lists the asteroids that can appear, and edit these lines:


totalMaxResourceAsteroids 3 <-- The max no. of 'roids in the gravity
metalResourceAsteroidSetup
. . . . . . .minCount 1 <-- The min no. of Metal 'roids
. . . . . . .maxCount 2 <-- The max no. of Metal 'roids
. . . . . . .extractionRate 0.400000 <-- The base extraction rate (0.4m/sec)
. . . . . . .refineryRate 0.060000 <-- The refinery rate (0.06m/sec)
. . . . . . .maxRefineryCount 3 <-- The maxium no. of Refineries the Metal 'roids can support
crystalResourceAsteroidSetup <-- Same as above, but for Crystal 'roids.
. . . . . . .minCount 1
. . . . . . .maxCount 2
. . . . . . .extractionRate 0.400000
. . . . . . .refineryRate 0.060000
. . . . . . .maxRefineryCount 3

Ingore the last 2 Asteroids in this list (Neutral), they are the capturable ones in neutral space.

Also, the refinery rate is added once onto the base value, and then added again for every refinery using it.

Good Luck
Reply #2 Top
Thanks Uzii :)