MOD request - AI don't build wonders

372880552

Chieftain
Joined
Oct 25, 2010
Messages
4
Just as the titles says, somebody please?

I've had enough of constantly race with AI for wonders...
Being a fan of collecting wonders, I feel like all I do in the game is:

1. Oh , a new tech is finished, leading to new wonders, god I have to hurry up and build the wonder before any AI get their hand on it.

2. Oh, this is too slow, this is too slow, I must do something...like...chop down forest! yes, yes, and , buy a tile to build a mine, yes, yes...

3. Oh, thank god I got that one, finally some time to rest......what! there's a new tech ready!

Back to 1. and loop.......

So someone please make a mod that prevent AI from building wonders...
 
Lol, you made me laugh so here is some help.

Every leader has a <WonderCompetitiveness>#</WonderCompetitiveness> the # varies. If you set that number to say -10 I don't think you will have to worry about them building any wonders. Do something along these lines:

Spoiler :
Code:
<GameData>
<Leaders>
<Update>
<Where Type="LEADER_ALEXANDER,LEADER_ASKIA"/>
<Set WonderCompetitiveness="-10"/>
</Update>
</Leaders>
</GameData>

That's only 2 leaders, you can add the others.

Kael's modders guide in the tutorial section will help you do this or download some mods and go to the directory, open them up and see how they do what they do.
 
Drop the difficulty down a level or two. You'll get tired of building wonders, and you'll feel so bad for the AI that you'll let them build a few out of guilt.
 
Back
Top Bottom