Disabling the Settler Option?

VinceV

Chieftain
Joined
Sep 28, 2006
Messages
82
Hi, all. I'm making a a map and I want to place all the cities to begin with, and then not allow any more building of them. Is there a line that can be put in the map code to not allow the building of a particular unit...ie, settlers or is this more of a modding thing?

Thanks,

Vince
 
Settler :: iCost : 100 => -1
 
CIV4unitinfos.xml

find where it defines the "settler" then find the iCost feature, just change 100 to -1, and its unbuildable.

remember to never edit your original game. Make a mod, and place it in the same folder structure as the original game. Or put it in custom assets the same.
 
Back
Top Bottom