v159.1 small bugs

Between my new city and the border of citystate: 0 title.

Answer for the second question:

Thal's VEM Compatibility
1 = Not using VEM mod (default)
0 = Using VEM mod
*/

INSERT INTO CSD (Type, Value)
VALUES ('USING_VEM', 0);


/*
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);

so I guess I am using VEM with CSD mod (and also I skipped animation)
 
Top Bottom