Commit Graph

7 Commits

Author SHA1 Message Date
outmaneuver
1cd5a8d76c Fix UI issue in Roblox games
Fixes #3413

Fix the Roblox UI issue where the UI, including chat UI, is not displayed correctly in every game.

* **Bloxstrap/FastFlagManager.cs**
  - Add a new method `EnsureUIFlags` to set UI-related flags correctly.
  - Call `EnsureUIFlags` in the `Load` method to ensure UI flags are set.

* **Bloxstrap/App.xaml.cs**
  - Add a call to `FastFlagManager.EnsureUIFlags` in the `OnStartup` method.
  - Add a new method `InitializeUI` to handle additional UI initialization checks.
2024-10-23 16:59:38 +03:00
reggie
f458c26afb
Matt OCD fix (remove redist.zip from Studio extract roots) 2024-10-15 14:16:24 -05:00
bluepilledgreat
2de686a71a fix ribbonconfig path 2024-09-27 19:04:46 +01:00
bluepilledgreat
3b51345819 add ribbonconfig to studio package map 2024-09-26 16:01:06 +01:00
pizzaboxer
99ff002121
Abandon staging folder idea, use lockfile instead
thank you matt for helping me see sense through this one
2024-09-07 22:51:03 +01:00
pizzaboxer
3eeebc7a8b
Draft: bootstrapper refactoring
Roblox now installs to /Roblox/Player/ instead of /Versions/<version guid>

This is a checkpoint commit. No mod manager, no error checking, no fullscreen optimizations configuration. Only installing and launching Roblox.

THIS WORKED FIRST TRY BY THE WAY
2024-09-05 22:07:07 +01:00
pizzaboxer
d15e910904
Abstract differences in handling player and studio 2024-08-19 16:27:42 +01:00