Trying to set up SDK modding - Help!

gruther4

Chieftain
Joined
Oct 7, 2005
Messages
68
Hello there,

I have followed the instructions on this guide to set up the SDK:

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

I then loaded some Civ Col files from:

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

(I kept the original makefile because it seemed better)

I try to compile the project and I get the following error:
CyCityInterface1.cpp(25) : error C2039: 'createGreatGeneral' : is not a member of 'CyCity'

Sure enough, there is no createGreatGeneral in my CyCity.h file...

I suspect that the problem is with the source files included here:
http://forums.civfanatics.com/downloads.php?do=file&id=16274

I don't have the source files with my game (steam version - doesn't contain a CvGameCoreDLL folder at all), so I was relying on the download. Perhaps the files in that folder are for the vanilla version of Civ4, not BTS? That could explain why the function for great generals is missing. I also had to download the boost and python subfolders separately as they were missing from the download.

Does anyone have a copy of the bts source files, so I can see if that solves the problem? Or another suggestion of how to approach this?

Thanks,
Grant
 
Seems you are in the wrong section.
This is for Civ4-Colonization while you are referring to Civ4-BtS.
 
Seems you are in the wrong section.
This is for Civ4-Colonization while you are referring to Civ4-BtS.

I'm not sure if what I'm missing is the BTS source code, or the CivCol source code. I notice that the RAR mod has the required entries, so it could be that my CivCol source is simply not complete...?
 
Top Bottom