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.

Hizkiyahu lähetti viestin:
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:



Dante.Enoshima lähetti viestin:
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.
Viimeisin muokkaaja on Dante.Enoshima; 5.5.2020 klo 13.17
< >
Näytetään 1-2 / 2 kommentista
The author of [GS] Aircraft Carrier Promotion Tweak, claims that his mod is now compatible with this. Has anybody tried this?
Viimeisin muokkaaja on o_siyeza; 27.5.2020 klo 19.13
Sorry for the ultra late reply, but no. His compat still doesn't fix the incompability with WE: R
< >
Näytetään 1-2 / 2 kommentista
Sivua kohden: 1530 50