Sid Meier's Civilization VI

Sid Meier's Civilization VI

Warfare Expanded (Pack 1): Reloaded
Dante.Enoshima 2020 年 5 月 5 日 上午 10:34
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
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
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.
最后由 Dante.Enoshima 编辑于; 2020 年 5 月 5 日 下午 1:17
< >
正在显示第 1 - 2 条,共 2 条留言
o_siyeza 2020 年 5 月 27 日 下午 7:13 
The author of [GS] Aircraft Carrier Promotion Tweak, claims that his mod is now compatible with this. Has anybody tried this?
最后由 o_siyeza 编辑于; 2020 年 5 月 27 日 下午 7:13
Dante.Enoshima 2020 年 9 月 10 日 下午 6:56 
Sorry for the ultra late reply, but no. His compat still doesn't fix the incompability with WE: R
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50