Skip to content

Commit f738ffc

Browse files
authored
Merge pull request #86 from pizzaboxer/v2-release
Finalize v2.0.0
2 parents 1166ef9 + b6b7c13 commit f738ffc

File tree

2 files changed

+26
-19
lines changed

2 files changed

+26
-19
lines changed

Bloxstrap/Views/Pages/AboutPage.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<RowDefinition Height="*" />
5151
<RowDefinition Height="*" />
5252
<RowDefinition Height="*" />
53+
<RowDefinition Height="*" />
5354
</Grid.RowDefinitions>
5455
<Grid.ColumnDefinitions>
5556
<ColumnDefinition Width="Auto" />
@@ -70,6 +71,9 @@
7071

7172
<TextBlock Grid.Row="4" Grid.Column="0" Margin="0,4,16,4" FontSize="14" FontWeight="Medium"><Hyperlink Foreground="{DynamicResource TextFillColorPrimaryBrush}" Command="models:GlobalViewModel.OpenWebpageCommand" CommandParameter="https://github.com/Mantaraix">taskmanager</Hyperlink></TextBlock>
7273
<TextBlock Grid.Row="4" Grid.Column="1" Margin="0,4,0,4" VerticalAlignment="Bottom" Text="Helping with designing the new menu look and layout" Foreground="{DynamicResource TextFillColorTertiaryBrush}" />
74+
75+
<TextBlock Grid.Row="5" Grid.Column="0" Margin="0,4,16,4" FontSize="14" FontWeight="Medium"><Hyperlink Foreground="{DynamicResource TextFillColorPrimaryBrush}" Command="models:GlobalViewModel.OpenWebpageCommand" CommandParameter="https://github.com/Extravi">Extravi</Hyperlink></TextBlock>
76+
<TextBlock Grid.Row="5" Grid.Column="1" Margin="0,4,0,4" VerticalAlignment="Bottom" Text="Offering to make his presets a part of Bloxstrap, and helping with improving UX" Foreground="{DynamicResource TextFillColorTertiaryBrush}" />
7377
</Grid>
7478
<ui:Anchor Margin="0,16,0,0" Content="See all code contributors" Icon="People48" NavigateUri="https://github.com/pizzaboxer/bloxstrap/graphs/contributors" />
7579

README.md

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,44 @@
66

77
An open-source, feature-packed alternative bootstrapper for Roblox.
88

9-
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.
9+
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!
1010

11-
Keep in mind - this does not touch or modify the game client by itself, it's just a launcher!
12-
13-
If you encounter a bug, or would like to suggest a feature, please submit an issue!
11+
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.
1412

1513
Bloxstrap is only supported for PCs running Windows.
1614

1715
## Features
18-
Here's a list of the features that Bloxstrap provides over the stock Roblox bootstrapper:
16+
Here's some of the features that Bloxstrap provides over the stock Roblox bootstrapper:
1917

18+
* Support for [ReShade](https://reshade.me) with [Extravi's ReShade Presets](https://bloxshade.com/)
19+
* Painless support for Discord Rich Presence - no auth cookie needed!
20+
* Silent automatic FPS unlocking with [rbxfpsunlocker](https://github.com/axstin/rbxfpsunlocker)
21+
* Persistent file modifications - re-adds the old death sound!
2022
* Ability to disable the Desktop app
21-
* Persistent file modifications (re-adds the old death sound!)
22-
* Painless support for Discord Rich Presence
23-
* Support for silent automatic FPS unlocking with [rbxfpsunlocker](https://github.com/axstin/rbxfpsunlocker)
24-
* A customizable launcher (including dark theme!)
23+
* A customizable launcher - includes dark theme!
2524
* Support for opting in to pre-release testing channels
2625

27-
2826
## Installing
2927
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!
3028

31-
Alternatively, you can install Bloxstrap via Winget:
29+
Alternatively, you can install Bloxstrap via [Winget](https://winstall.app/apps/pizzaboxer.Bloxstrap):
3230
```
3331
> winget install bloxstrap
3432
```
3533

36-
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.
37-
34+
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.
35+
3836
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".
3937

40-
Once installed, Bloxstrap is added to your Start Menu, where you can change your preferences if needed.
38+
Once installed, Bloxstrap is added to your Start Menu, where you can access the menu and reconfigure your preferences if needed.
39+
40+
## Screenshots
41+
![image](https://user-images.githubusercontent.com/41478239/219782012-11581578-c80b-419b-b027-733561e3e493.png)
42+
![image](https://user-images.githubusercontent.com/41478239/219783594-976a3442-2ca2-4940-81db-948528375551.png)
43+
![image](https://user-images.githubusercontent.com/41478239/219783832-46fb9755-108a-44bf-a9ab-827880579741.png)
4144

42-
## Other Contributions
43-
* [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager) - some utilities were borrowed to help with Bloxstrap's bootstrapper functionality.
44-
* [skulyire](https://www.roblox.com/users/2485612194/profile) - Making the Bloxstrap logo.
45-
* [rbxfpsunlocker](https://github.com/axstin/rbxfpsunlocker) - Used for Bloxstrap's FPS unlocking.
46-
* [WPFDarkTheme](https://github.com/AngryCarrot789/WPFDarkTheme) - Used for making the Preferences menu.
45+
## Special thanks
46+
* [Multako](https://www.roblox.com/users/2485612194/profile) - Designing the Bloxstrap logo.
47+
* [@1011025m](https://github.com/1011025m) - Providing a method for disabling the Roblox desktop app.
48+
* taskmanager ([@Mantaraix](https://github.com/Mantaraix)) - Helping with designing the new menu look and layout.
49+
* [@Extravi](https://github.com/Extravi) - Offering to make his presets a part of Bloxstrap, and helping with improving UX.

0 commit comments

Comments
 (0)