Boy, you've been busy moving threads Ainwood.
On topic: This would require a custom dll built through C++/SDK to unlock the 18 Civ limit. I'll leave it to wiser heads to tell you how this is done.
Since you want to use the unoficial patch, copy in the Source Code for the unoficial patch into the CvGameCoreDll folder you're going to create when you follow the above tutorial.
Now open up the CvDefines.h file with notepad++ or whatever you use to edit code with (notepad++ is free if you don't have anything, and works good )
change this:
Code:
#define MAX_CIV_PLAYERS (18)
To this:
Code:
#define MAX_CIV_PLAYERS (34)
Then compile the new gamecore useing the instructions in the tutorial I linked above.
The only difficult part of this is actually sitting down and following the instructions in the tutorial, but really it's simple. You don't need to know how to program to do this, you just need to be able to follow directions.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.