How to give the AI extra settlers

The Economy

Chieftain
Joined
Oct 27, 2012
Messages
76
I would like to give the AI an extra settler to make my games more competitive. I know they already receive one on higher difficulties but I want it to be the case on lower difficulties as wel, primarily on Emperor.

Is there a mod for this or a file that I can edit myself? Thanks!
 
Really advanced Setup would work - just give everyone except the player a settler.

You could also make a mod that does this:

Code:
UPDATE HandicapInfos
SET AIStartingUnitMultiplier = 1
WHERE Type = HANDICAP_EMPEROR;
 
Top Bottom