FavoritesFolder
Adds profile-specific favorites folder for organizing the best songs
| Last updated | 13 hours ago |
| Total downloads | 1 |
| Total rating | 0 |
| Categories | Quality-of-Life |
| Dependency string | liq-FavoritesFolder-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
7EVENDAYSHOLIDAYS-BepInExPack
Unified BepInEx all-in-one modding pack – plugin framework, detour library
Preferred version: 5.4.23002README
Favorites
Adds a 気になる (favorites) folder to the song-select screen. Mark any song as a favorite and it appears in the folder.
How to use
On a song's difficulty-select screen, press the sort button — the right menu button, the same one mapped to Sort on the music-select screen. For LUNATIC charts, the button can be viewed on the 'HEADPHONE' screen where you adjust headphone volume. The button guide at the bottom of the screen lights up:
- 気になる — the song is not yet a favorite; press to add it.
- キモ~ — the song is already a favorite; press to remove it.
Favorites are saved to disk immediately and persist across sessions.
Setup
The mod works out of the box with no configuration. To customize, add a
[Favorites] section to your mu3.ini:
[Favorites]
Enabled = 1
FolderName = 気になる
SavePath =
Keys
| Key | Default | Notes |
|---|---|---|
Enabled |
1 |
Master on/off. When 0, the plugin is inert (no folder, no button). |
FolderName |
気になる |
The carousel folder header shown for favorited songs. |
SavePath |
(empty) | Override the favorites file location. Empty = mu3_favorites.yaml next to your mu3.ini. |
Notes
- Favorites are per profile, stored in a single file (
mu3_favorites.yaml) as a map of login identifier (access code) → music IDs, so each card keeps its own favorites. With no one logged in, a_default_bucket is used. - Favorites are per song (all difficulties) — pressing the button on any difficulty favorites the whole song.
- The folder is clustered at the end of MyList and shows regardless of sort mode, the same way LUNATIC does.