Hi,
There's a bug with CiVUP/VEM (159.2) and CSD(29) - diplomacy units aren't displayed in the tech tree and they're also not in the build list of a city.
I've checked with all other mods disabled (except for CiVUP/VEM and CSD) and I've gotten the same result. While disabling CiVUP/VEM immediately solves the problem.
Option set for CSD:
/*
Thal's VEM Compatibility
1 = Not using VEM mod (default)
0 = Using VEM mod
*/
INSERT INTO CSD (Type, Value)
VALUES ('USING_VEM', 0);
Option set for CiVUP/VEM:
/*
CityState Diplomacy Mod Compatibility
Change this ONLY before starting a game, NOT mid-game.
0 = not using CSD and VEM
1 = using CSD and VEM
*/
INSERT INTO Civup (Type, Value)
VALUES ('USING_CSD', 1);
Has anyone encountered such a problem?
There's a bug with CiVUP/VEM (159.2) and CSD(29) - diplomacy units aren't displayed in the tech tree and they're also not in the build list of a city.
I've checked with all other mods disabled (except for CiVUP/VEM and CSD) and I've gotten the same result. While disabling CiVUP/VEM immediately solves the problem.
Option set for CSD:
/*
Thal's VEM Compatibility
1 = Not using VEM mod (default)
0 = Using VEM mod
*/
INSERT INTO CSD (Type, Value)
VALUES ('USING_VEM', 0);
Option set for CiVUP/VEM:
/*
CityState Diplomacy Mod Compatibility
Change this ONLY before starting a game, NOT mid-game.
0 = not using CSD and VEM
1 = using CSD and VEM
*/
INSERT INTO Civup (Type, Value)
VALUES ('USING_CSD', 1);
Has anyone encountered such a problem?