50 Civs!!!

fdgsgds

Mustard Enthusiast
Joined
Feb 16, 2009
Messages
558
Location
The Empire State
How can I mod the Civ4 World Map(18 Civs) using the Unofficial Patch to have more like 32 Civs? It's been done before so don't be shy.

Thanks. :)
 
It's really simple actually:

Follow this tutorial:

http://forums.civfanatics.com/showthread.php?t=196283

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 :cool:)
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. :)
 
Back
Top Bottom