diff --git a/Bloxstrap/Bloxstrap.ico b/Bloxstrap/Bloxstrap.ico index 6a50aff7..be70391b 100644 Binary files a/Bloxstrap/Bloxstrap.ico and b/Bloxstrap/Bloxstrap.ico differ diff --git a/Bloxstrap/Resources/IconBloxstrap-ico.ico b/Bloxstrap/Resources/IconBloxstrap-ico.ico index 3d75f694..e699c19d 100644 Binary files a/Bloxstrap/Resources/IconBloxstrap-ico.ico and b/Bloxstrap/Resources/IconBloxstrap-ico.ico differ diff --git a/Bloxstrap/Resources/IconBloxstrap-png.png b/Bloxstrap/Resources/IconBloxstrap-png.png index ed9c2a76..893b9648 100644 Binary files a/Bloxstrap/Resources/IconBloxstrap-png.png and b/Bloxstrap/Resources/IconBloxstrap-png.png differ diff --git a/README.md b/README.md index 4914f69e..a9975cfc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An open, customizable, feature-packed alternative bootstrapper for Roblox. -This a seamless replacement for the stock Roblox bootstrapper, working more or less how you'd expect it to, while providing additional useful features. +This a drop-in replacement for the stock Roblox bootstrapper, working more or less how you'd expect it to, while providing additional useful features. This does not touch or modify the game client itself. It merely just serves as a launcher, so there's no risk of being banned for using this. If you encounter a bug, or would like to suggest a feature, please submit an issue! @@ -14,21 +14,20 @@ Here's some of the features that Bloxstrap provides over the stock Roblox bootst * Doesn't force you to launch Roblox in the Desktop App * Support for persistent file modifications (e.g. re-adding the old death sound) -* Lets you choose where to install Roblox to * Gives you the ability to opt-in to pre-release testing channels * Integration with Discord Rich Presence and [rbxfpsunlocker](https://github.com/axstin/rbxfpsunlocker) -* Bootstrapper styling ## Installing Download the [latest release of Bloxstrap](https://github.com/pizzaboxer/bloxstrap/releases/latest), and run it. Configure your preferences if needed, and install. That's about it! -You will also need the [x86 .NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.8-windows-x86-installer). If you don't already have it installed, you'll be prompted to install it anyway. +You will also need the [.NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.9-windows-x64-installer). If you don't already have it installed, you'll be prompted to install it anyway. It's not unlikely that Windows Smartscreen will show a popup when you run Bloxstrap for the first time. This happens because it's an unknown program, not because it's actually detected as being malicious. To dismiss it, just click on "More info" and then "Run anyway". Once installed, Bloxstrap is added to your Start Menu, where you can change your preferences if needed. ## Contributions -* [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager) by [MaximumADHD](https://www.roblox.com/users/2032622/profile) - some slightly modified utility code was borrowed to help with Bloxstrap's bootstrapper functionality (Bloxstrap.Helpers.RSMM). Besides, it's a great project. -* [skulyire](https://www.roblox.com/users/2485612194/profile) - Making the Bloxstrap logo -* [rbxfpsunlocker](https://github.com/axstin/rbxfpsunlocker) by axstin - Added as a Bloxstrap integration. +* [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager) - some slightly modified utility code was borrowed to help with Bloxstrap's bootstrapper functionality (Bloxstrap.Helpers.RSMM). Besides, it's a great project. +* [skulyire](https://www.roblox.com/users/2485612194/profile) - Making the Bloxstrap logo. +* [rbxfpsunlocker](https://github.com/axstin/rbxfpsunlocker) - Added as a Bloxstrap integration. +* [WPFDarkTheme](https://github.com/AngryCarrot789/WPFDarkTheme) - Used for making the Preferences menu. \ No newline at end of file