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
-- I don't know why, but setting this to '1' actually increases it by 2, and so forth. (3=4, 6=7...)
INSERT INTO Improvement_BonusYieldChanges (ImprovementType, YieldType, BonusYieldChange, PrereqTech, PrereqCivic) VALUES ('IMPROVEMENT_MINE', 'YIELD_PRODUCTION', 1, 'TECH_MINING', NULL);
INSERT INTO Improvement_BonusYieldChanges (ImprovementType, YieldType, BonusYieldChange, PrereqTech, PrereqCivic) VALUES ('IMPROVEMENT_LUMBER_MILL', 'YIELD_PRODUCTION', 1, 'TECH_MINING', NULL);
INSERT INTO Improvement_BonusYieldChanges (ImprovementType, YieldType, BonusYieldChange, PrereqTech, PrereqCivic) VALUES ('IMPROVEMENT_QUARRY', 'YIELD_PRODUCTION', 1, 'TECH_MINING', NULL);
The Database.log file responds like this:
[1789865.771] [Configuration] ERROR: no such table: Improvement_BonusYieldChanges
One can conclude that this mod is probably therefore not working properly.