Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
Make diplomats spread religion to city states.
G
Seriously, thanks for making a kickass mod!
--Open Options.sql in the Documents/Sid Meiers Civilization V/MODS/City-State Diplomacy Mod folder.
--Scroll down until you see the following text:
/*
Gold Gifting and Gold-Related Quests with City-States On/Off
1 = Gold Gifts Enabled
2 = Gold Gifts Disabled (Default)
*/
--INSERT INTO CSD (Type, Value)
--VALUES ('GIFT_OPTION', 2);
--To enable gold gifts, change the integer after GIFT_OPTION to '1'
--The final code should look like this:
--Code:
/*
Gold Gifting and Gold-Related Quests with City-States On/Off
1 = Gold Gifts Enabled
2 = Gold Gifts Disabled (Default)
*/
--INSERT INTO CSD (Type, Value)
--VALUES ('GIFT_OPTION', 1);
--Save the file and launch the game!