From b6b7c13c6cbb46cc9a7b61d3b6092d4fc6778c85 Mon Sep 17 00:00:00 2001 From: pizzaboxer <41478239+pizzaboxer@users.noreply.github.com> Date: Fri, 17 Feb 2023 20:24:34 +0000 Subject: [PATCH] Finalize v2.0.0 --- Bloxstrap/Views/Pages/AboutPage.xaml | 4 +++ README.md | 41 +++++++++++++++------------- 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/Bloxstrap/Views/Pages/AboutPage.xaml b/Bloxstrap/Views/Pages/AboutPage.xaml index e60f4fd5..2a31eeed 100644 --- a/Bloxstrap/Views/Pages/AboutPage.xaml +++ b/Bloxstrap/Views/Pages/AboutPage.xaml @@ -50,6 +50,7 @@ + @@ -70,6 +71,9 @@ taskmanager + + Extravi + diff --git a/README.md b/README.md index 140a36cb..8addd162 100644 --- a/README.md +++ b/README.md @@ -6,41 +6,44 @@ An open-source, feature-packed alternative bootstrapper for Roblox. -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 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's just a launcher! -Keep in mind - this does not touch or modify the game client by itself, it's just a launcher! - -If you encounter a bug, or would like to suggest a feature, please submit an issue! +If you encounter a bug, or would like to suggest a feature, please [submit an issue](https://github.com/pizzaboxer/bloxstrap/issues). If you're looking for help on how to use Bloxstrap, please see the [help topics](https://github.com/pizzaboxer/bloxstrap/wiki), or open an issue. Bloxstrap is only supported for PCs running Windows. ## Features -Here's a list of the features that Bloxstrap provides over the stock Roblox bootstrapper: +Here's some of the features that Bloxstrap provides over the stock Roblox bootstrapper: +* Support for [ReShade](https://reshade.me) with [Extravi's ReShade Presets](https://bloxshade.com/) +* Painless support for Discord Rich Presence - no auth cookie needed! +* Silent automatic FPS unlocking with [rbxfpsunlocker](https://github.com/axstin/rbxfpsunlocker) +* Persistent file modifications - re-adds the old death sound! * Ability to disable the Desktop app -* Persistent file modifications (re-adds the old death sound!) -* Painless support for Discord Rich Presence -* Support for silent automatic FPS unlocking with [rbxfpsunlocker](https://github.com/axstin/rbxfpsunlocker) -* A customizable launcher (including dark theme!) +* A customizable launcher - includes dark theme! * Support for opting in to pre-release testing channels - ## 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! -Alternatively, you can install Bloxstrap via Winget: +Alternatively, you can install Bloxstrap via [Winget](https://winstall.app/apps/pizzaboxer.Bloxstrap): ``` > winget install bloxstrap ``` -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. - +You will also need the [.NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.14-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. +Once installed, Bloxstrap is added to your Start Menu, where you can access the menu and reconfigure your preferences if needed. + +## Screenshots +![image](https://user-images.githubusercontent.com/41478239/219782012-11581578-c80b-419b-b027-733561e3e493.png) +![image](https://user-images.githubusercontent.com/41478239/219783594-976a3442-2ca2-4940-81db-948528375551.png) +![image](https://user-images.githubusercontent.com/41478239/219783832-46fb9755-108a-44bf-a9ab-827880579741.png) -## Other Contributions -* [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager) - some utilities were borrowed to help with Bloxstrap's bootstrapper functionality. -* [skulyire](https://www.roblox.com/users/2485612194/profile) - Making the Bloxstrap logo. -* [rbxfpsunlocker](https://github.com/axstin/rbxfpsunlocker) - Used for Bloxstrap's FPS unlocking. -* [WPFDarkTheme](https://github.com/AngryCarrot789/WPFDarkTheme) - Used for making the Preferences menu. +## Special thanks +* [Multako](https://www.roblox.com/users/2485612194/profile) - Designing the Bloxstrap logo. +* [@1011025m](https://github.com/1011025m) - Providing a method for disabling the Roblox desktop app. +* taskmanager ([@Mantaraix](https://github.com/Mantaraix)) - Helping with designing the new menu look and layout. +* [@Extravi](https://github.com/Extravi) - Offering to make his presets a part of Bloxstrap, and helping with improving UX. \ No newline at end of file