mu3-mods/README.md

46 lines
1.3 KiB
Markdown
Raw Normal View History

2024-05-21 21:57:39 +00:00
## µ3 mods
Miscellaneous mods for µ3/SDDT; mainly for my personal use, though suggestions/PRs are welcome. Each mod is a separate independent DLL.
2024-05-21 21:57:39 +00:00
### BetterGiveUp
2024-05-23 20:49:28 +00:00
Enables these buttons in music play:
* Red menu: instant return to song select
* Yellow menu: instant restart
2024-05-23 21:37:22 +00:00
To avoid misclicks, you have to hold the button down for 1 second.
Based on GiveUp, but Better.
2024-05-21 21:57:39 +00:00
### ExportChartData
2024-05-23 20:49:28 +00:00
Exports some useful chart data into a dollar-separated file (charts.csv) when the game launches.
2024-05-21 21:57:39 +00:00
### InfiniteGP
Self-explanatory. Saves you time.
2024-06-27 11:58:53 +00:00
### LockSelectionTime
2024-06-27 00:41:45 +00:00
2024-06-27 11:58:53 +00:00
Disables *all* timers. A replacement for LockSelectionTime from the older modpack.
2024-06-27 00:41:45 +00:00
2024-05-21 21:57:39 +00:00
### NaiveRating
Replaces the in-game rating algorithm (OldBest30+NewBest15+Recent10) with Best45. Client-side and purely cosmetic.
2024-06-27 14:33:47 +00:00
### SkipLoginBonus ⚠️
2024-05-23 21:37:22 +00:00
2024-06-27 14:33:47 +00:00
Skips login bonuses and event rewards. If you care about those things, don't use this one.
### SkipNotice
Skips the safety warning screen and event notices.
### SkipPreMusicRitual
Skips the battle intro, card flex, "are you ready? let's shoot!", etc.
## Installation
Refer to the guide for [Inohara](https://gitea.tendokyu.moe/akanyan/inohara#installation). If you're using either BepInEx method, you should put the desired DLLs in `<game-directory>\BepInEx\monomod`.