[BTS] Air Forces Module

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).
 
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.
 
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.:p
 
The old dll is no longer useable. If you have one in a MOD prior to 3.13 its useless if you updated.:p


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 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.

or you could try a mod that includes AirForce mod (like mine:D). It doesn't include his SDK changes.
 
File has been added to the database again, use this link.
 
Is this now up-to-date with 3.17?
 
I'm pretty sure all of the code will integrate flawlessly. I know, I've included most of it in my Merged Mod.
 
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.
 
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.
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.
 
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.

Hello,
please may you tell me how may I find "Air Force Module" for 3.17 ? Can you give me your ??! :rolleyes:
Thanks !
 
I know this has been asked, sort of, but does anyone think there is any possibility to get the promotions to work with 3.19? I think air units need promotions, and this would be cool to add to my mod. I understand if it can't happen though.
 
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....
 
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....

That's some mixed news, I'll try to keep that in mind. And I assume the same is true for the Spy promotions that are part of the Super Spies mod? If its python and XML that is easier for me to work with, I can probably get some help on the DLL though.
 
...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.
 
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.

So you're saying I can get the air unit promotions without a DLL but I can't get the Spy Promotions without a DLL?
 
Back
Top Bottom