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
MCC recently had an update that enforced mods to accept a new `MaxAppVersion` in the `ModInfo.json` file. You can fix the mod for now by going to the mod info file ({STEAM_LIBRARY}/steamapps/workshop/content/976730/[ModNumber]/ModInfo.json) and changing MaxAppVersion.Minor from what it is now to 3272.
Your MaxAppVersion should now look like this:
"MaxAppVersion": {
"Major": 1,
"Minor": 3272,
"Patch": 0
},
WordPad will open .json files. Once you save it, open MCC and the mod should be available.