50 lines
1.4 KiB
Markdown
50 lines
1.4 KiB
Markdown
## µ3 mods
|
|
|
|
Miscellaneous mods for µ3/SDDT; mainly for my personal use, though suggestions/PRs are welcome. Each mod is a separate independent DLL.
|
|
|
|
### BetterGiveUp
|
|
|
|
Enables the following buttons in music play:
|
|
|
|
* Red menu: instant return to song select
|
|
* Yellow menu: instant restart
|
|
|
|
To avoid misclicks, you have to hold the button down for 1 second.
|
|
|
|
Based on GiveUp from the older modpack, but Better.
|
|
|
|
### ExportChartData
|
|
|
|
Exports some useful chart data into a dollar-separated file (charts.csv) when the game launches.
|
|
|
|
### InfiniteGP
|
|
|
|
Patches out GP and credits.
|
|
|
|
### LockSelectionTime
|
|
|
|
Disables *all* timers. A replacement for LockSelectionTime from the older modpack.
|
|
|
|
### NaiveRating
|
|
|
|
Replaces the in-game rating algorithm (OldBest30+NewBest15+Recent10) with Best45. Client-side and purely cosmetic.
|
|
|
|
### Pause
|
|
|
|
Enables pausing music play on FN2 (service button). Has an internal 5s cooldown.
|
|
|
|
### SkipLoginReward ⚠️
|
|
|
|
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`. |