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)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese)
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
To see what each world wonder does, just browse through era1-8.sql files in any text editor, and check the last line of every wonder marked with the _HELP tag.
Thanks for pointing the errors out. I've just fixed these, and uploaded a new version.
There are two ways of doing this:
1) either edit all era1-8.sql files and replace every MaxGlobalInstances string with MaxPlayerInstances
2) or at the end of flavors.sql file just add this one line:
UPDATE BuildingClasses SET MaxGlobalInstances = -1, MaxPlayerInstances = 1 WHERE Type LIKE '%_AXWWP%';
File: era4.sql
Line:75 and 107
Fix: Replaced BUILDINGCLASS_OPERA with BUILDINGCLASS_OPERA_HOUSE
File: era3.sql
Line:456 and 569
Fix: Replaced BUILDINGCLASS_UNIVERISTY with BUILDINGCLASS_UNIVERSITY
Note: Hard to see but the S and I were swapped.
File: era8.sql
Line:334
Fix: Replaced UNITCLASS_ENGINEER with UNIT_ENGINEER
File: era1.sql
Line:206
Fix: Replaced YIELD_CULTUE with YIELD_CULTURE