summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-08-25 21:44:10 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-08-25 21:44:10 -0400
commitfb3b7aefa79ed9edeee85cf64004e928d203de81 (patch)
tree7704c2597caf8622ea3da218c4727040d55abc40 /src/SMAPI.Installer
parent6ba926adcfa3751148f3487427322b10a016173b (diff)
downloadSMAPI-fb3b7aefa79ed9edeee85cf64004e928d203de81.tar.gz
SMAPI-fb3b7aefa79ed9edeee85cf64004e928d203de81.tar.bz2
SMAPI-fb3b7aefa79ed9edeee85cf64004e928d203de81.zip
add manual install notes for Linux/Mac (#587)
Diffstat (limited to 'src/SMAPI.Installer')
-rw-r--r--src/SMAPI.Installer/readme.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/SMAPI.Installer/readme.txt b/src/SMAPI.Installer/readme.txt
index 2ee5473c..88fe4a03 100644
--- a/src/SMAPI.Installer/readme.txt
+++ b/src/SMAPI.Installer/readme.txt
@@ -36,3 +36,10 @@ If you really want to install SMAPI manually, here's how.
- Linux/Mac only: rename the "StardewValley" file (no extension) to "StardewValley-original", and
"StardewModdingAPI" (no extension) to "StardewValley". Now just launch the game as usual to
play with mods.
+
+When installing on Linux or Mac:
+- Make sure Mono is installed (normally the installer checks for you). While it's not required,
+ many mods won't work correctly without it. (Specifically, mods which load PNG images may crash or
+ freeze the game.)
+- To configure the color scheme, edit the `smapi-internal/StardewModdingAPI.config.json` file and
+ see instructions there for the 'ColorScheme' setting.