remove hyperion update warning

This commit is contained in:
bluepilledgreat 2024-09-22 12:33:30 +01:00
parent ab6e3a02ea
commit 5e86f8ce02
3 changed files with 0 additions and 23 deletions

View File

@ -459,14 +459,7 @@ namespace Bloxstrap
string configLocation = Path.Combine(Paths.Modifications, "ReShade.ini"); string configLocation = Path.Combine(Paths.Modifications, "ReShade.ini");
if (File.Exists(injectorLocation)) if (File.Exists(injectorLocation))
{
Frontend.ShowMessageBox(
Strings.Bootstrapper_HyperionUpdateInfo,
MessageBoxImage.Warning
);
File.Delete(injectorLocation); File.Delete(injectorLocation);
}
if (File.Exists(configLocation)) if (File.Exists(configLocation))
File.Delete(configLocation); File.Delete(configLocation);

View File

@ -159,17 +159,6 @@ namespace Bloxstrap.Resources {
} }
} }
/// <summary>
/// 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..
/// </summary>
public static string Bootstrapper_HyperionUpdateInfo {
get {
return ResourceManager.GetString("Bootstrapper.HyperionUpdateInfo", resourceCulture);
}
}
/// <summary> /// <summary>
/// Looks up a localized string similar to Failed to save {0}: {1}. /// Looks up a localized string similar to Failed to save {0}: {1}.
/// </summary> /// </summary>

View File

@ -138,11 +138,6 @@
<data name="Bootstrapper.FirstRunUninstall" xml:space="preserve"> <data name="Bootstrapper.FirstRunUninstall" xml:space="preserve">
<value>You must first install Bloxstrap before uninstalling.</value> <value>You must first install Bloxstrap before uninstalling.</value>
</data> </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"> <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> <value>Bloxstrap does not have enough disk space to download and install Roblox. Please free up some disk space and try again.</value>
</data> </data>