Terraformer problem is back!

I don't know if it was an oversight in one of the new updates, but the Terraformer problem is back. I looked in the wonders.imp file, and The Terraformer is back to ID 11 (I had previously chagned it to 12). Is anyone else seeing this problem since the newest official update (1.02.036)?

-Dave

~SDC~
563 views 11 replies
Reply #1 Top
I saw it too - just went into the wonders.imp file with Notepad to reset the ID to the correct value.
Reply #2 Top
Is this the reason I can't build the Terraformer? I was wondering about that. I thought it was something I did.
Reply #3 Top
Why should it be 11 ?
Reply #4 Top
IMPROVEMENT TradeMonument
//------------------------------------------------------------------------
Name "Trade Monument"
Model "TradeMonument"
Manufacturing_Bonus 0
Morale_Bonus 0
Economic_Bonus 10
Prestige_Bonus 10
Planetary_Quality_Bonus 0
Starship_Quality_Bonus 0
Research_Improvement_Bonus 0
Type "Wonder"
Tech_Requirement "Hypertrade"
AbilityType 10 //trade
AbilityAmount 20
ID 10
Cost 500
AI 6
Description "The center of trade will allow our freighters to optimize what they carry increasing our trade income by 20%."
Maintenance 0
ENDIMPROVEMENT

//------------------------------------------------------------------------
IMPROVEMENT Terraformer
//------------------------------------------------------------------------
Name "The Terraformer"
Model "Terraforming"
Manufacturing_Bonus 0
Morale_Bonus 0
Economic_Bonus 10
Prestige_Bonus 10
Planetary_Quality_Bonus 0
Starship_Quality_Bonus 0
Research_Improvement_Bonus 0
Type "Wonder"
Tech_Requirement "EvolutionControl"
AbilityType 18 //plante quality
AbilityAmount 10
ID 11
Cost 800
AI 15
Description "The Terraformer will increase the quality of all our planets by at least 1 class."
Maintenance 0
ENDIMPROVEMENT

As you can see it is a text file.

As showed above the Trade Monument 10,Terraformer is ID 11

All the IDs are unique and properly ordered.
Reply #7 Top
Yes, the Tir-Quan wonder (listed at the top of the file) is also listed as number 11. Each wonder must have a unique ID number.

M
Reply #8 Top
As I posted above the only Wonder in the file with ID 11 is Teraformer.

I do not know what ID Tir-Quan is or even if it is in the file but if the Wonders file is in order it can not be ID 11.

Maybe you are not running the latest updated GC ?
Reply #9 Top
Hmmm..Malleus is right Tir-Quan is number 11 at the top of the file, same as Terra forming at the bottom. I am running the latest version.
Reply #11 Top
Ok, let me be clear:

Go to your wonder.imp file...open it with notepad.

At the top is Tir-Quan Academy (or whatever). Note that it is number 11 ID.

Continue down.

At the bottom is the Terraformer. Note that it is number 11 ID.

This is a problem.

The standard solution is to change the Terraformer to ID number 12.

All should work properly after that fix.

M