Good luck on your mod! Remember to credit me for all the stuff from Civ 4.5!
![]()
Of course they all "work" - I tested each one in order. But I never played an actual game, so there are bound to be issues and bugs. This is what playtesting is for, after all. And the more you test, the more bugs will surface. The main thing is that you find the issues so that we can address the - before you release.
iAztecBaseGold = 0
iAztecGoldDenominator = 1
...
iJapaneseBaseCulture = 0
iJapaneseCultureDenominator = 1
Yeah, that is the way to do it. I probably should have done that from the beginning and I just recently did something more or less exactly like this for Jamie's mod.Instead of adding and removing debug code all the time, you could just add a global debug boolean variable and put all debug prints inside an 'if' clause.