How to add more than 18 civ to a map?

You just need to change the MAX_CIVS define in the Warlords SDK (Can't do it in vanilla, iirc). I forget which .h file it's in, but it's not hard to find. It looks something like this:

#define MAX_CIVS (18)
 
Be careful how you do it, cause in Ket's Mod's you cant have any plain maps to play on, you have to have a minimum of 23 listed on each and every map. That way you HAVE to have special maps just for your MOD or hence Kets, etc. I personally like it better if i can play on any ole map, without having to change it special for THAT mod.
 
how does the normal game do it? Do they create dummy civs if you have fewer than 18?
 
Back
Top Bottom