Sid Meier's Civilization VI

Sid Meier's Civilization VI

Warfare Expanded (Pack 1): Reloaded
Compability fix for Aircraft Carrier Tweak (ACT) and this mod (WE: R)
This fix is previously posted by one of the creators of WE mod, @Hizkiyahu on WE's old, abandoned mod (WE: Complete Edition) workshop page. I just copy-pasted what he said to here, just so people can have easier access for it. And no worries, this works on between ACT and WE:R as well.

Oprindeligt skrevet af Hizkiyahu:
OK I think I have a fix here. Edit ACT.sql in the ACT mod and change
INSERT INTO Units_XP2
(UnitType, CanEarnExperience, CanFormMilitaryFormation)
VALUES ('UNIT_AIRCRAFT_CARRIER', 0, 0);

to

INSERT OR REPLACE INTO Units_XP2
(UnitType, CanEarnExperience, CanFormMilitaryFormation)
VALUES ('UNIT_AIRCRAFT_CARRIER', 0, 0);

then edit ACTweak.modinfo and add

<Properties>
<LoadOrder>99900</LoadOrder>
</Properties>

to

<UpdateDatabase id="NewAction">
***** INSERT HERE *****
<File>ACT.sql</File>
</UpdateDatabase>

Then remove reference to ACT_MOD.sql as it is not needed.

Upgrades will work again and logs will be clean.


And also if you want the restriction of ACT applies for Supercarrier (no exp gain + can't form fleet/armada) as well, just do this:



Oprindeligt skrevet af Dante.Enoshima:
Edit ACT.sql in the ACT mod and add:
('UNIT_SUPERCARRIER', 0, 0);

to

INSERT OR REPLACE INTO Units_XP2
(UnitType, CanEarnExperience, CanFormMilitaryFormation)
VALUES
('UNIT_AIRCRAFT_CARRIER', 0, 0),*
-----INSERT--HERE------

* = At the end of that line, it's supposed to be semicolon. Change that semicolon to comma if you decided to do what the above said, to avoid errors.
Sidst redigeret af Dante.Enoshima; 5. maj 2020 kl. 13:17
< >
Viser 1-2 af 2 kommentarer
o_siyeza 27. maj 2020 kl. 19:13 
The author of [GS] Aircraft Carrier Promotion Tweak, claims that his mod is now compatible with this. Has anybody tried this?
Sidst redigeret af o_siyeza; 27. maj 2020 kl. 19:13
Dante.Enoshima 10. sep. 2020 kl. 18:56 
Sorry for the ultra late reply, but no. His compat still doesn't fix the incompability with WE: R
< >
Viser 1-2 af 2 kommentarer
Per side: 1530 50