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
In .metadata file, the "short_description" contains steam description, which contains " ". This breaks the file structure, preventing game from reading it.
Simple fix is to remove the second part of description, as following (it also removed version, so it doesn't check for version on every game update):
{
"name" : "White Peace Fix",
"id" : "",
"version" : "",
"supported_game_version" : "",
"short_description" : "Currently, the AI will not propose a white peace. This makes automatic capitulation happen at 0 war support, but doubles the time between war support decreases to compensate.",
"tags" : [],
"relationships" : [],
"game_custom_data" : {
"multiplayer_synchronized" : true
}
}