I've created a simple mod which adds some logging statements into CvCityStrategyAI.cpp. I followed the log strategy here: http://forums.civfanatics.com/showpost.php?p=12067080&postcount=53
I edited the code around line 870 in CvCityStrategyAI.cpp, the code to select buildings that puppets build.
I created a new Mod in ModBuddy, right clicked on the main project and did "Add Existing Item", selected CvGameCore_Expansion1.dll, then in its properties set "Import into VFS" to True.
I load up the game, load my mod...and see no log file created at all. Can anyone help me gain some sanity to see if my DLL is even being loaded?
I edited the code around line 870 in CvCityStrategyAI.cpp, the code to select buildings that puppets build.
I created a new Mod in ModBuddy, right clicked on the main project and did "Add Existing Item", selected CvGameCore_Expansion1.dll, then in its properties set "Import into VFS" to True.
I load up the game, load my mod...and see no log file created at all. Can anyone help me gain some sanity to see if my DLL is even being loaded?