Roamty
BTS
I've updated the mod with all the fixes you made and made routes bombable. I still got the btsbetterai.cpp compiling error, so I took that out of CvUnit.cpp. I ran autoplay and it CTD at turn 450. Check out the mod for me please. It probably just is that ommission, but why am I getting a compiling error? How to fix that?
I use CodeBlocks 10.05 to make my dlls so you see I added to CvPlayerAI #include "BetterBTSAI.cpp" so I can make my dll
#include "CvEventReporter.h"
#include "BetterBTSAI.cpp"
/************************************************************************************************/
/* BETTER_BTS_AI_MOD 10/02/09 jdog5000 */
/* */
/* AI logging */
/************************************************************************************************/
#include "BetterBTSAI.h"
/************************************************************************************************/
/* BETTER_BTS_AI_MOD END */
/************************************************************************************************/
That is where I added in BetterBTSAI.cpp here are my changes to the sdk and the full mod. I upload a save game see if I go past your 450 mark. If you got a save I try with the dll I made. I did get a CTD here is my last save before the CTD. IF you can make a debug dll madebe you can see what is causing it. I think it made be with the route bombable thats the last thing added change into the mod. I wish I can help you but I don't know what might be needed in the sdk more for the route bombable. Sorry I was not able to get it to work without the ctd.