Hi
It seems there's a small error in the description in Options.sql.
It reads:
Did a search of the game files and you chech if the parameter is equal to 1 so it should propably read VALUES ('USING_CSD', 1);
\Skodkim
It seems there's a small error in the description in Options.sql.
It reads:
Spoiler :
...
You can change most options in this file at any time, unless indicated otherwise.
Changes take effect the next time you start or load a game with CiVUP/VEM.
For example, if you are using the "Citystate Diplomacy" mod change the lines that read:
INSERT INTO Civup (Type, Value)
VALUES ('USING_CSD', 0);
...change to...
INSERT INTO Civup (Type, Value)
VALUES ('USING_CSD', 2);
Then start a new game.
...
You can change most options in this file at any time, unless indicated otherwise.
Changes take effect the next time you start or load a game with CiVUP/VEM.
For example, if you are using the "Citystate Diplomacy" mod change the lines that read:
INSERT INTO Civup (Type, Value)
VALUES ('USING_CSD', 0);
...change to...
INSERT INTO Civup (Type, Value)
VALUES ('USING_CSD', 2);
Then start a new game.
...
Did a search of the game files and you chech if the parameter is equal to 1 so it should propably read VALUES ('USING_CSD', 1);
\Skodkim