fdgsgds
Apr 19, 2009, 04:24 PM
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. :)
Thanks. :)
|
View Full Version : 50 Civs!!! fdgsgds Apr 19, 2009, 04:24 PM 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. :) ainwood Apr 20, 2009, 02:06 AM Moved to Main C&C forum Flintlock1415 Apr 20, 2009, 06:33 PM 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. ;) phungus420 Apr 22, 2009, 09:07 AM 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: #define MAX_CIV_PLAYERS (18) To this: #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. :) |
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.