-
-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Hyperion" bootstrapper style #232
Add "Hyperion" bootstrapper style #232
Conversation
Nice, not bad for a first try. I'll take a look later. |
I was planning to make this theme-aware, but WPF doesn't seem to have native properties for changing the fill colour of SVGs... unfortunate. I'll let you decide whether you want to add another package to support that or not. |
What package? If it's not too big, then I probably could. |
Is it only for SVGs? The resources you added are PNGs. |
I will switch them out to SVGs if you're fine with adding the package so I could change the fill colour of them. |
There could be lighter libraries that could change the fill colour, I'm not sure, haven't looked around much. |
Woah, that's way lighter than I expected it to be. Nice work! |
Neat |
LGTM at this state, you can always change the version to client version instead of bloxstrap version |
One more thing - what about the Byfron logo in the top left? I'm assuming you used the original SVG for the Roblox logo, so I can probably just invert the colours of the Byfron logo PNG and add it as another resource. For the version string, I can probably just show it when the close button is hidden in the top right. |
Oh yeah, forgot to mention this, but besides that one Twitter video, I'm referencing this Youtube video since the Twitter video is compressed to 1280x690. |
Old one also didn't have the topbar close button etc |
Original* |
The official Byfron logo does not have the "A Roblox Company" caption, someone made that up. I can't recognize the font the exploiters used for that though. Byfron doesn't have a logo in SVG either, so you'll probably have to add two images for dark and light themes. (well, unless one of you is able to get the svg!) |
I'm also trying to find the font used for the dialog message and version number. If you can find the exact one (or know the person who created the fake launcher) please let me know. |
i found a website that finds the font in any image, lettme try that. |
umm i am having an error, when zoomed in to only capture the version number, it gets blurred thus it shows random fonts. can i get a clear pic of the version photo only? |
Yeah, I'll probably just do that. |
While they do look quite similar, the font in the image is a bit more squished. Just a reminder the custom font needs to be bundled with the executable, unless the font is available on most systems. Fonts available on Google Fonts or use OFL should be preferred |
Gotham is a commercial font and does not come with Windows. |
Tried matching the text as closely as possible, but still couldn't find a matching font. |
While Gotham Book does match, @1011025m you're right, we would need a license for it. I'd figure that Wix Madefor Display should do, since it is a bit squished and is on Google Fonts. |
Oh nice, that one looks really close. |
rubrik looks to be the original font used |
you would know stan |
Also undo some changes for version number and stuff, I'll do that later in a sec
Finalizing the fake Byfron style
This PR will close #169, which adds the fake "Hyperion" bootstrapper as an available style.
My first time doing C#, so most things are just copy&paste lol