Skip to content

Commit

Permalink
remove hyperion update warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bluepilledgreat committed Sep 22, 2024
1 parent ab6e3a0 commit 5e86f8c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
7 changes: 0 additions & 7 deletions Bloxstrap/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -459,14 +459,7 @@ public static void HandleUpgrade()
string configLocation = Path.Combine(Paths.Modifications, "ReShade.ini");

if (File.Exists(injectorLocation))
{
Frontend.ShowMessageBox(
Strings.Bootstrapper_HyperionUpdateInfo,
MessageBoxImage.Warning
);

File.Delete(injectorLocation);
}

if (File.Exists(configLocation))
File.Delete(configLocation);
Expand Down
11 changes: 0 additions & 11 deletions Bloxstrap/Resources/Strings.Designer.cs

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

5 changes: 0 additions & 5 deletions Bloxstrap/Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@
<data name="Bootstrapper.FirstRunUninstall" xml:space="preserve">
<value>You must first install Bloxstrap before uninstalling.</value>
</data>
<data name="Bootstrapper.HyperionUpdateInfo" xml:space="preserve">
<value>Roblox has now finished rolling out the new game client update, featuring 64-bit support and the Hyperion anticheat. ReShade does not work with this update, and so it has now been disabled and removed from Bloxstrap.

Your ReShade configuration files will still be saved, and you can locate them by opening the folder where Bloxstrap is installed to, and navigating to the Integrations folder. You can choose to delete these if you want.</value>
</data>
<data name="Bootstrapper.NotEnoughSpace" xml:space="preserve">
<value>Bloxstrap does not have enough disk space to download and install Roblox. Please free up some disk space and try again.</value>
</data>
Expand Down

0 comments on commit 5e86f8c

Please sign in to comment.