Releases: RedBrumbler/Qosmetics
Replacement Caching, Add to API
- Cache values for replacing, making it faster to check replaced instances
- Add disabling to the API, so if a mod conflicts with an aspect of qosmetics it can disable it (Mod authors, make this configurable please, don't by default)
- You can also just disable a replacing component manually, that way if you don't want qosmetics to do anything with for example the notes, you could disable that.
- Small fixups here and there and other places
Version bump for 1.17.1
- Moved the Qosmetics menu button on the left side to the questui gameplaysetup menu
- Bumped used dependencies
BugFix update
Changelog:
- Fixed issue where a trail could crash under certain circumstances
- Fixed issue where bomb related methods were causing crashes
- Added some API methods to allow read access to descriptors and the qosmetics config
Runtime update release!
The entire mod was rewritten for this update, making it more stable and working better than ever before!
Changelog:
- Removed pointers in pause menu, they were too big of a headache to get working
- (internal) moved to a differen trail system, making the trails more reliable
- Added profile menu, alllowing you to quickly switch between setups, or just have multiple profiles
- (for mod devs) added a conditional api, available on qpm at
qosmetics-api
Patrons & donators list
The UI release isn't even 2 days old and another release?
Adds a list of donators and patrons in the main qosmetics view controller, which is a reward for the top 3 tiers of the patreon page and one time paypal donators in the following order:
- Legendary patron
- Amazing patron
- Enthusiastic patron
- paypal donator
If you want to donate, follow these links:
Finally! UI Selectors!
This release adds the long awaited in game qosmetic item switching! you can now go to the qosmetics settings menu and choose a saber you want to use
DISCLAIMER
Due to certain issues with the way things have been done, the mod has become less stable. switching a lot of items is likely to crash, but these crashes are pretty much untraceable to my own code, so I can't exactly fix them either
Changelog
- Moved directories into the new persistent mod data folders (
sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics
) - Added Qosmetics menu to the left view controller in all the level select menus
- Added Qosmetics menu to the main settings menu, moving buttons around if questui has a menu too
Saber Menus
- Added Saber switching menu
- Select default saber
- Select any installed custom sabers
- Added Saber preview menu
- Added Saber Settings menu
- Change Saber Width
- Change Trail length
- Make trails forced white
- Change whitestep (white to color gradient)
- Change trail width
- Enable menu pointers
- Set menu pointer size
- Config for using the attached custom trail, the base game trail, or no trail at all
Bloq Menus
- Added Bloq switching menu
- Select default bloq
- Select any installed custom bloqs
- Added Bloq preview menu
- Added Bloq Settings menu
- Change note size (leaves hitboxes the same)
- Toggle wether to also let the hitboxes change size (Disables scores if enabled)
- Toggle to force default bombs
- Toggle to force default debris
Wall Menus
- Added Wall switching menu
- Select default wall
- Select any installed custom walls
- Added Wall preview menu
- Added Wall Settings menu
- Toggle to force the fake glow off
- Toggle to force the core object off (disables scores)
- Toggle to force the frame off
Misc
- Bloq colors that use material replacement should no longer be washed out
- Certain creators get a colored name in the selection lists
- Even more important creators get a rainbow name
- qosmetic items with the word "rainbow" in their name also get rainbow names
- After restart the last selected qosmetic is used for each type
- wether or not scores are disabled by qosmetics config is displayed in the qosmetics menu
Own color manager, menu pointers, and object instantiation fixes
- Added Qosmetics' own color manager type, thsi way tehre is no need to get all instances of them every time a color needs to be set, and updating colors during songs is easier this way
- Foxed some faulty object instantiations that lead to crashes with other mods installed
- added teh ability to select the currently active saber as the menu pointer, this can be changed in the mod config in
sdcard/android/data/com.beatgames.beatsaber/files/mod_cfgs/Qosmetics.json
, or by dropping in the attached json, which is already configured to enable it (the default is off)
This release was originally made as part of day 8 of the QuestBoard Christmas Event, that they ran from their discord
Hook Fix and Multiplayer Compatibility
- Fixed a hook that had the wrong amount of arguments
- Fixed saber offsets in multiplayer
- Removed the codegen file in the zip due to codegen now being a core lib
Version bump for Beat saber 1.13
A re-release of the current version of qosmetics for beat saber 1.13.0
Bloq Color bugfix
Fixed Issue #17