Skip to content

Remove auto update #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ModAssistant/Classes/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static bool CheckForUpdate()
CurrentVersion = new Version(App.Version);


return (LatestVersion > CurrentVersion);
return (false);
}

public static void Run()
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### This fork of ModAssistant removes anti-piracy measures and client auto-updates
Buy Beat Saber! Seriously, it's very good! These builds are intended for modding an old version of Beat Saber (v1.5.0).

### BSIPA
After running ModAssistant to install your mods, your BSIPA files will likely be replaced with something that have their own anti-piracy measures. There is a build that fixes that [here](https://github.com/Ynng/BeatSaber-IPA-Reloaded/releases/tag/3.13.2-p). Keep a copy backed up in case it gets overwritten again.

# Below is the original readme

# ModAssistant
Simple Beat Saber Mod Installer similar to the [Beat Saber Mod Manager](https://github.com/beat-saber-modding-group/BeatSaberModInstaller)

Expand Down