1
0
forked from akanyan/mu3-mods
Files
mu3-mods/README.md
2024-06-27 09:41:45 +09:00

44 lines
1.3 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## µ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 these 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, but Better.
### ExportChartData
Exports some useful chart data into a dollar-separated file (charts.csv) when the game launches.
### InfiniteGP
Self-explanatory. Saves you time.
### LockSelectionTime ⚠️
Disables *all* timers. A replacement for the older LockSelectionTime.
⚠️ Requires a clean assembly. Dirty assemblies often hardpatch the older LockSelectionTime.
### NaiveRating
Replaces the in-game rating algorithm (OldBest30+NewBest15+Recent10) with Best45. Client-side and purely cosmetic.
### SkipNotice ⚠️
Skips the safety warning screen, event notices, ⚠login bonuses, ⚠event rewards.
### 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`.