This commit is contained in:
pizzaboxer 2024-09-27 23:08:24 +01:00
commit 96ed47635e
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8
4 changed files with 3 additions and 25 deletions

View File

@ -34,7 +34,8 @@
{ "ApplicationConfig.zip", @"ApplicationConfig\" }, { "ApplicationConfig.zip", @"ApplicationConfig\" },
{ "Plugins.zip", @"Plugins\" }, { "Plugins.zip", @"Plugins\" },
{ "Qml.zip", @"Qml\" }, { "Qml.zip", @"Qml\" },
{ "StudioFonts.zip", @"StudioFonts\" } { "StudioFonts.zip", @"StudioFonts\" },
{ "RibbonConfig.zip", @"RibbonConfig\" }
}; };
} }
} }

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>