diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-31 17:54:20 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-31 17:54:20 -0400 |
commit | 48e34dd6035af4e5c1f69932b0baf436d1620429 (patch) | |
tree | 525e10ea9483ccd722f9d406a0c926cc359072c2 /src/SMAPI.Installer/readme.txt | |
parent | cb34084deb704985b3811be73668d47fd75eeede (diff) | |
download | SMAPI-48e34dd6035af4e5c1f69932b0baf436d1620429.tar.gz SMAPI-48e34dd6035af4e5c1f69932b0baf436d1620429.tar.bz2 SMAPI-48e34dd6035af4e5c1f69932b0baf436d1620429.zip |
fix readme filename capitalisation
Diffstat (limited to 'src/SMAPI.Installer/readme.txt')
-rw-r--r-- | src/SMAPI.Installer/readme.txt | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/src/SMAPI.Installer/readme.txt b/src/SMAPI.Installer/readme.txt deleted file mode 100644 index 88fe4a03..00000000 --- a/src/SMAPI.Installer/readme.txt +++ /dev/null @@ -1,45 +0,0 @@ - ___ ___ ___ ___ ___ - / /\ /__/\ / /\ / /\ / /\ - / /:/_ | |::\ / /::\ / /::\ / /:/ - / /:/ /\ | |:|:\ / /:/\:\ / /:/\:\ / /:/ - / /:/ /::\ __|__|:|\:\ / /:/~/::\ / /:/~/:/ / /::\ ___ -/__/:/ /:/\:\ /__/::::| \:\ /__/:/ /:/\:\ /__/:/ /:/ /__/:/\:\ /\ -\ \:\/:/~/:/ \ \:\~~\__\/ \ \:\/:/__\/ \ \:\/:/ \__\/ \:\/:/ - \ \::/ /:/ \ \:\ \ \::/ \ \::/ \__\::/ - \__\/ /:/ \ \:\ \ \:\ \ \:\ / /:/ - /__/:/ \ \:\ \ \:\ \ \:\ /__/:/ - \__\/ \__\/ \__\/ \__\/ \__\/ - - -SMAPI lets you run Stardew Valley with mods. Don't forget to download mods separately. - - -Player's guide --------------------------------- -See https://stardewvalleywiki.com/Modding:Player_Guide - - -Manual install --------------------------------- -THIS IS NOT RECOMMENDED FOR MOST PLAYERS. See instructions above instead. -If you really want to install SMAPI manually, here's how. - -1. Download the latest version of SMAPI: https://github.com/Pathoschild/SMAPI/releases -2. Unzip the .zip file somewhere (not in your game folder). -3. Copy the files from the "internal/Windows" folder (on Windows) or "internal/Mono" folder (on - Linux/Mac) into your game folder. The `StardewModdingAPI.exe` file should be right next to the - game's executable. -4. - - Windows only: if you use Steam, see the install guide above to enable achievements and - overlay. Otherwise, just run StardewModdingAPI.exe in your game folder to play with mods. - - - 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. |