From 5e86f8ce02278588f2e5e79548c91730acc3f9ff Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Sun, 22 Sep 2024 12:33:30 +0100 Subject: [PATCH] remove hyperion update warning --- Bloxstrap/Installer.cs | 7 ------- Bloxstrap/Resources/Strings.Designer.cs | 11 ----------- Bloxstrap/Resources/Strings.resx | 5 ----- 3 files changed, 23 deletions(-) diff --git a/Bloxstrap/Installer.cs b/Bloxstrap/Installer.cs index 9e2f6f29..59fc133b 100644 --- a/Bloxstrap/Installer.cs +++ b/Bloxstrap/Installer.cs @@ -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); diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs index 56f7a4c4..f261f0a5 100644 --- a/Bloxstrap/Resources/Strings.Designer.cs +++ b/Bloxstrap/Resources/Strings.Designer.cs @@ -159,17 +159,6 @@ public static string Bootstrapper_FirstRunUninstall { } } - /// - /// Looks up a localized string similar to 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.. - /// - public static string Bootstrapper_HyperionUpdateInfo { - get { - return ResourceManager.GetString("Bootstrapper.HyperionUpdateInfo", resourceCulture); - } - } - /// /// Looks up a localized string similar to Failed to save {0}: {1}. /// diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx index 99adfd73..b10ea6e5 100644 --- a/Bloxstrap/Resources/Strings.resx +++ b/Bloxstrap/Resources/Strings.resx @@ -138,11 +138,6 @@ You must first install Bloxstrap before uninstalling. - - 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. - Bloxstrap does not have enough disk space to download and install Roblox. Please free up some disk space and try again.