diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-25 18:22:50 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-25 18:22:50 -0500 |
commit | fc0b98be4584eec2b06a3af09cc4b85f9e9a9efc (patch) | |
tree | 4a469ca6cbefb5724580ca8ea2cbee8823428bfa /src/SMAPI/SMAPI.config.json | |
parent | 7a6dab7548e7bc32a685e916edec83f6458881c1 (diff) | |
download | SMAPI-fc0b98be4584eec2b06a3af09cc4b85f9e9a9efc.tar.gz SMAPI-fc0b98be4584eec2b06a3af09cc4b85f9e9a9efc.tar.bz2 SMAPI-fc0b98be4584eec2b06a3af09cc4b85f9e9a9efc.zip |
add user settings that override defaults (#693)
Diffstat (limited to 'src/SMAPI/SMAPI.config.json')
-rw-r--r-- | src/SMAPI/SMAPI.config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/SMAPI/SMAPI.config.json b/src/SMAPI/SMAPI.config.json index 824bb783..57b4f885 100644 --- a/src/SMAPI/SMAPI.config.json +++ b/src/SMAPI/SMAPI.config.json @@ -6,6 +6,12 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha The default values are mirrored in StardewModdingAPI.Framework.Models.SConfig to log custom changes. +This file is overwritten each time you update or reinstall SMAPI. To avoid losing custom settings, +create a 'config.user.json' file in the same folder with *only* the settings you want to change. +That file won't be overwritten, and any settings in it will override the default options. Don't +copy all the settings, or you may cause bugs due to overridden changes in future SMAPI versions. + + */ { |