It should be working, you will need to change ModularLoading to = 1 in the mods ini file now, though (civ automatically adds that line with = 0, thereby disabling the mod).
I did that. My problem is not modular loading. If I use MOD's CvGameCoreDLL.dll, the problem won't start. It seems MOD's CvGameCoreDLL.dll is no compitable with v3.13. I wonder if anyone else has the same problem, or it is my own.
The old dll is no longer useable. If you have one in a MOD prior to 3.13 its useless if you updated.![]()
I should have resisted the temptation to update. So myy only hope is a new release from Gedemon, or I have to uninstall the BtS and install again.
I'm pretty sure all of the code will integrate flawlessly. I know, I've included most of it in my Merged Mod.
It was never updated to 3.17, or even 3.13 I think, so that would be a no. I tried updating it, but changes made to the interception code in the patches caused a bug when I implemented the Air Force interception code; interceptions would happen in the game code, but you would never actually the interceptions occur in the game world.Does somebody have this for bts 3.19? I would prefer if its on its own so i can add it into my own mod.
The current download doesn't work.
I have found that I have needed to change some of the code to get it to work with BTS 3.17. The max() references are an example.
IIRC, the promotions are all simple XML changes, the DLL changes were to the basic air combat mechanics. The promotions should be able to be done without any changes to the DLL at all. I included them in TLOTags, though there were promotion specific DLL changes there....
...And I assume the same is true for the Spy promotions that are part of the Super Spies mod?...
No, the SuperSpies promotions are all built off of "regular" promotions (i.e. if this unit is a spy and has bAlwaysHeal it has [fill in the blank because I forget what promotion march is tied to] instead of march), without the DLL your spies will be getting the basic promotions which the spy promotions have been piggybacked on.