diff options
| author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-18 13:54:38 -0500 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-18 13:54:38 -0500 |
| commit | 64480fc10c47a3b6a46c0a6f5f4b66e04321ac08 (patch) | |
| tree | 07eadfa8bd20d5f264ffd3b9063170c5933d04e6 /src/SMAPI.Installer/README.txt | |
| parent | fb9ef6efda9ae9f59104c40b19fcb2daa6027297 (diff) | |
| parent | ebbbf6fd58f3baf2918eca4c44b0e0b177c9c366 (diff) | |
| download | SMAPI-64480fc10c47a3b6a46c0a6f5f4b66e04321ac08.tar.gz SMAPI-64480fc10c47a3b6a46c0a6f5f4b66e04321ac08.tar.bz2 SMAPI-64480fc10c47a3b6a46c0a6f5f4b66e04321ac08.zip | |
Merge branch 'feature/revamp-installer' into develop
Diffstat (limited to 'src/SMAPI.Installer/README.txt')
| -rw-r--r-- | src/SMAPI.Installer/README.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/SMAPI.Installer/README.txt b/src/SMAPI.Installer/README.txt index 88fe4a03..abff9938 100644 --- a/src/SMAPI.Installer/README.txt +++ b/src/SMAPI.Installer/README.txt @@ -16,7 +16,7 @@ SMAPI lets you run Stardew Valley with mods. Don't forget to download mods separ Player's guide -------------------------------- -See https://stardewvalleywiki.com/Modding:Player_Guide +See https://stardewvalleywiki.com/Modding:Player_Guide for help installing SMAPI, adding mods, etc. Manual install @@ -24,12 +24,11 @@ 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. +1. Unzip "internal/windows.dat" (on Windows) or "internal/mono.dat" (on Linux/Mac). You can change + '.dat' to '.zip', it's just a normal zip file renamed to prevent confusion. +2. Copy the files from the folder you just unzipped into your game folder. The + `StardewModdingAPI.exe` file should be right next to the game's executable. +3. - 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. |
