Skip to content

Commit

Permalink
Merge pull request #121 from RWELabs/development
Browse files Browse the repository at this point in the history
[v240401] - Move to Alpha Release
  • Loading branch information
RyanWalpole authored Apr 3, 2024
2 parents 2c7c3a8 + 7bd3c39 commit 6124a35
Show file tree
Hide file tree
Showing 548 changed files with 12,675 additions and 3,109 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ If you're modifying and/or downloading the source code, however, your responsibi
### System Requirements
<hr>

#### Why does this application need administrative privileges?
Stardew Valley Mod Manager (as of version 230301) requires administraive privileges in order to run. This may be alarming to some users, however, this is in response to some longstanding issues with the Mod Manager on machines where Stardew Valley is installed in the default directory.

When Stardew Valley is installed in a folder that is child to the ``C:\Program Files\`` directory, the Stardew Valley Mod Manager is unable to move folders and files in and out of this directory, as it is protected by the system. For this reason, the application requires administrative privileges so that mods can be installed, enabled, disabled, uninstalled and deleted. It is easier for us to implement a program-wide enforcement of higher privileges than it is to redesign the program to only require priviliges when file transfers are taking place. This is something we are considering for the future however.

As always, the code for the Stardew Valley Mod Manager is completely open source. There is no cause to be alarmed.

#### Recommended Specifications
<b>Operating System</b>
- Designed for Windows 11
Expand Down Expand Up @@ -107,7 +114,7 @@ Download the most recent version of Stardew Valley Mod Manager by visiting our r
- [View All Releases](https://github.com/RyanWalpoleEnterprises/Stardew-Valley-Mod-Manager/releases)

#### Need Help?
If you're running into any issues with downloading or installing the application, see [download and installation help](#download-and-install.)
If you're running into any issues with downloading or installing the application, see [download and installation help](https://rwe-labs.gitbook.io/sdvmm/getting-started/setup-and-configuration/downloading-the-application)

## Branches

Expand Down
3 changes: 3 additions & 0 deletions modpacks/2024/SMAPI-4.0.4-installer.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions modpacks/2024/The Potato Farm Modpack v220401.sdvmp
Git LFS file not shown
File renamed without changes.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ private void FinishSetup_Click(object sender, EventArgs e)
}

Properties.Settings.Default.SetupComplete = "TRUE";
Properties.Settings.Default.IsManuallyReset = "FALSE";
Properties.Settings.Default.ModsDir = Properties.Settings.Default.StardewDir.ToString() + @"\Mods\";
Properties.Settings.Default.InactiveModsDir = Properties.Settings.Default.StardewDir + @"\inactive-mods\";
Properties.Settings.Default.PresetsDir = ModPresets;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ private void Migrate()
string InactiveModsDirRegex = "$InactiveModsDir=";
string PresetsDirRegex = "$PresetsDir=";
string CheckUpdateOnStartupRegex = "$CheckUpdateOnStartup=";
string IsCheckSMAPIUpdatesOnStartupRegex = "$CheckSMAPIUpdateOnStartup";
string ColorProfileRegex = "$ColorProfile";
string IsCheckSMAPIUpdatesOnStartupRegex = "$CheckSMAPIUpdateOnStartup=";
string ColorProfileRegex = "$ColorProfile=";
string DoTelemetryRegex = "$DoTelemetry=";

foreach (string line in FileRead.Lines)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6124a35

Please sign in to comment.