Compatibility bug v159.2 and CSD v29

nex_

Chieftain
Joined
Jun 10, 2012
Messages
2
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?
 

Attachments

Welcome to the forum nex! :goodjob:

I haven't heard of a problem like this before. Try the things on the common checklist to see if any of that solves the problem. If not, I'd recommend just playing with vem for a while. An upcoming official patch is going to obsolete all the pre-expansion mods.
 
Thanks for the answer!

I've managed to bypass the problem: I've enabled CSD after the CiVUP and it seems to be working! Tried it just now.
 
Back
Top Bottom