You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,16 @@ Create mod presets so you can quickly mass enable and disable groups of mods dep
16
16
4. <b>Quick Modpack Install</b>
17
17
Install entire modpacks with just a single file. Simply install the .sdvmp file and let the Mod Manager find the mods, make sure you're running the minimum SMAPI version or above and even let the program create you a preset with the mods defined for the modpack. It's never been easier to install a collection of mods.
18
18
19
+
5. <b>Backup and Manage Game Saves</b>
20
+
Create backups and delete any of your farms with built in Game Save Management tools.
21
+
19
22
## How To
20
23
Access a series of helpful articles and how-to guides for how to download, install and use the Stardew Valley Mod Manager.
MessageBox.Show("We weren't able to find a valid Stardew Valley installation at that directory. Try watching the GIF again, making sure to follow the instructions closely - then try again. The path should include words like 'steamapps', 'common' and 'Stardew Valley'","Stardew Valley Modded Framework",MessageBoxButtons.OK,MessageBoxIcon.Error);
31
+
MessageBox.Show("We weren't able to find a valid Stardew Valley installation at that directory. Try watching the GIF again, making sure to follow the instructions closely - then try again. The path should include words like 'steamapps', 'common' and 'Stardew Valley'","Setup | Stardew Valley Modded Framework",MessageBoxButtons.OK,MessageBoxIcon.Error);
MessageBox.Show("You don't seem to have SMAPI installed. We'll run you through the install process now. Once you have completed the installation of SMAPI, come back to this window and click 'Continue'. If SMAPI asks for your game path, we've copied it to your clipboard - but it's the same path you just entered.");
53
+
MessageBox.Show("You don't seem to have SMAPI installed. We'll run you through the install process now. Once you have completed the installation of SMAPI, come back to this window and click 'Continue'. If SMAPI asks for your game path, we've copied it to your clipboard - but it's the same path you just entered.","Setup | Stardew Valley Modded Framework",MessageBoxButtons.OK,MessageBoxIcon.Information);
MessageBox.Show("SMAPI Installer was unable to launch.");
61
+
MessageBox.Show("SMAPI Installer was unable to launch.","Setup | Stardew Valley Modded Framework",MessageBoxButtons.OK,MessageBoxIcon.Error);
62
62
}
63
63
}
64
64
}
65
65
}
66
66
catch
67
67
{
68
68
//Path not valid.
69
-
MessageBox.Show("The text you entered doesn't seem to be a valid file path. Please re-read the instructions and try again.","Stardew Valley Modded Framework",MessageBoxButtons.OK,MessageBoxIcon.Error);
69
+
MessageBox.Show("The text you entered doesn't seem to be a valid file path. Please re-read the instructions and try again.","Setup | Stardew Valley Modded Framework",MessageBoxButtons.OK,MessageBoxIcon.Error);
0 commit comments