Is this right?

I'm making a cheat mod and I tried to make a wonder and it says its there when you finish researching the proper requirements for it but I cant build it. I think the two things that might be affecting it is id field and ai field.

Here it is, if anyone can help or tell me what those fields do and what values they have is greatly appreciated.
What I basically did was copied the stock market and changed teh fields that I wanted. I also messed with ai and id to see if I can get it to work.


//------------------------------------------------------------------------
IMPROVEMENT AllianceCenter
//------------------------------------------------------------------------
Name "The Alliance Center"
Model "GalStockExchange"
Manufacturing_Bonus 0
Morale_Bonus 50
Economic_Bonus 25000
Prestige_Bonus 25
Planetary_Quality_Bonus 25
Starship_Quality_Bonus 0
Research_Improvement_Bonus 0
Type "Wonder"
Tech_Requirement "CommunicationTheory"
AbilityType 0 //economics
AbilityAmount 500
ID 1
AI 1
Cost 0
Description "Establish a single Alliance Center to improve your civilization's

economy by 25000%."
Maintenance 0
ENDIMPROVEMENT
305 views 7 replies
Reply #1 Top
You should post in the modding forum. Despite the low activity, some people read it and may be able to answer.
Reply #2 Top
Yuo can check the mod forum under the Galciv writer tread and you will find the answers there, or visit our website at www.cdgroup.org and you will find some good information there about mods and help with those topics. Direct link to our website http://www.cdgroup.org/forums/tbs/gc/
Reply #3 Top
sorry about posting in the wrong forum. I'm new to this type of forum and yeah but I understand it now. I'm used to the old classics liek ezboards and stuff.

I fixed it, it works.
Reply #4 Top
Well here is an answer for you.First off dont send your final score to metaverse as this one will get flagged because of the economic bonus is waaaay out there.
First off "ai" means how agressively will ai research or pursue this research.0-never,20 fast so anything in between is up to you.
Next look at your mod file.Remove id altogether and replace it with this line in same location. Tech_Requirement "CommunicationTheory"
This should solve your problem .Let me know.
For help look in your galciv/data directory at universal translator and copy line from there.

[Message Edited]
Reply #5 Top
You don't wanna raise your planet quality by 25%. That might result an anomalous score. Same thing with your economic benifits. Also I don't think it goes up to 2500% benifits. It only goes up to 100%, so if you want 2500% benifits, you should make 25 different wonders.
Reply #6 Top
Next look at your mod file.Remove id altogether and replace it with this line in same location. Tech_Requirement "CommunicationTheory
End of quote


Wonders need an ID line. And the ID line does happen to be what's messing this up: The ID also has to be unique.

Also I don't think it goes up to 2500% benifits. It only goes up to 100%, so if you want 2500% benifits, you should make 25 different wonders.
End of quote


It does go up to 2500%, it just doesn't display right after +999%. AFAIK, the absolute maximum for a bonus is +/- ((2^8)/2)-1 (IOW, +/- 32737)

~SDC~
Reply #7 Top
Yes I know wonders need a unique id, didnt see that part.Why make a wonder after comm theory anyway .kinda really early for one.