Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Replace the content of ModLocation\SQL\FoodCaravans.sql with this string:
UPDATE Buildings SET AllowsFoodTradeRoutes = 1 WHERE BuildingClass = "BUILDINGCLASS_MONUMENT";
So basicly you update a row that you previously deleted, to repair this open the file ModLocation\SQL\FRM_ChangeBuildings.sql and replace the second line starting with "DELETE FROM Building_YieldChanges" with this string:
UPDATE Building_YieldChanges SET Yield = 0 WHERE BuildingType = "BUILDING_HOSPITAL" OR BuildingType = "BUILDING_WATERMILL";