summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-03-14 20:48:02 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-03-14 20:48:02 -0400
commit104aa314127bd816d5dbcac8c57ecb84b12f20d1 (patch)
tree5aae5fe3442a84c92d2e25688bedf52682f73ba7 /README.md
parent33df1e8c94aef9cb5517524cde1edbef0cefaf9f (diff)
downloadSMAPI-104aa314127bd816d5dbcac8c57ecb84b12f20d1.tar.gz
SMAPI-104aa314127bd816d5dbcac8c57ecb84b12f20d1.tar.bz2
SMAPI-104aa314127bd816d5dbcac8c57ecb84b12f20d1.zip
let players override SMAPI incompatible-code detection if needed
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 87383ffb..c90e62cc 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ field | purpose
----- | -------
`DeveloperMode` | Default `false` (except in _SMAPI for developers_ releases). Whether to enable features intended for mod developers. Currently this only makes `TRACE`-level messages appear in the console.
`CheckForUpdates` | Default `true`. Whether SMAPI should check for a newer version when you load the game. If a new version is available, a small message will appear in the console. This doesn't affect the load time even if your connection is offline or slow, because it happens in the background.
-`IncompatibleMods` | A list of mod versions SMAPI considers incompatible and will refuse to load. Changing this field is not recommended.
+`ModCompatibility` | A list of mod versions SMAPI should consider compatible or broken regardless of whether it detects incompatible code. Each record can be set to `AssumeCompatible` or `AssumeBroken`. Changing this field is not recommended and may destabilise your game.
### Command-line arguments
SMAPI recognises the following command-line arguments. These are intended for internal use and may