Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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";