mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Merge branch 'main' of https://github.com/pizzaboxer/bloxstrap
This commit is contained in:
commit
96ed47635e
@ -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\" }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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);
|
||||||
|
11
Bloxstrap/Resources/Strings.Designer.cs
generated
11
Bloxstrap/Resources/Strings.Designer.cs
generated
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user