summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md43
1 files changed, 33 insertions, 10 deletions
diff --git a/docs/README.md b/docs/README.md
index e4220de2..ddde6b09 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -19,11 +19,14 @@ doesn't change any of your game files. It serves eight main purposes:
_SMAPI detects when a mod accesses part of the game that changed in a game update which affects
many mods, and rewrites the mod so it's compatible._
-5. **Intercept errors.**
- _SMAPI intercepts errors that happen in the game, displays the error details in the console
- window, and in most cases automatically recovers the game. This prevents mods from accidentally
- crashing the game, and makes it possible to troubleshoot errors in the game itself that would
- otherwise show a generic 'program has stopped working' type of message._
+5. **Intercept errors and automatically fix saves.**
+ _SMAPI intercepts errors, shows the error info in the SMAPI console, and in most cases
+ automatically recovers the game. That prevents mods from crashing the game, and makes it
+ possible to troubleshoot errors in the game itself that would otherwise show a generic 'program
+ has stopped working' type of message._
+
+ _SMAPI also automatically fixes save data in some cases when a load would crash, e.g. due to a
+ custom location or NPC mod that was removed._
6. **Provide update checks.**
_SMAPI automatically checks for new versions of your installed mods, and notifies you when any
@@ -38,16 +41,36 @@ doesn't change any of your game files. It serves eight main purposes:
something goes wrong. (Via the bundled SaveBackup mod.)_
## Documentation
-Have questions? Come [chat on Discord](https://discord.gg/KCJHWhX) with SMAPI developers and other
-modders!
+Have questions? Come [ask the community](https://smapi.io/community) to get help from SMAPI
+developers and other modders!
### For players
* [Player guide](https://stardewvalleywiki.com/Modding:Player_Guide)
### For modders
-* [Modding documentation](https://stardewvalleywiki.com/Modding:Index)
-* [Mod build configuration](mod-build-config.md)
+* [Modding documentation](https://smapi.io/docs)
+* [Mod build configuration](technical/mod-package.md)
* [Release notes](release-notes.md)
### For SMAPI developers
-* [Technical docs](technical-docs.md)
+* [Technical docs](technical/smapi.md)
+
+## Translating SMAPI
+SMAPI rarely shows text in-game, so it only has a few translations. Contributions are welcome! See
+[Modding:Translations](https://stardewvalleywiki.com/Modding:Translations) on the wiki for help
+contributing translations.
+
+locale | status
+---------- | :----------------
+default | ✓ [fully translated](../src/SMAPI/i18n/default.json)
+Chinese | ❑ not translated
+French | ❑ not translated
+German | ✓ [fully translated](../src/SMAPI/i18n/de.json)
+Hungarian | ❑ not translated
+Italian | ❑ not translated
+Japanese | ❑ not translated
+Korean | ❑ not translated
+Portuguese | ❑ not translated
+Russian | ❑ not translated
+Spanish | ❑ not translated
+Turkish | ❑ not translated