chore: update the readme
* add an "installation guide" * warn about missless sucking ass
This commit is contained in:
parent
da3c62b7a5
commit
45095b212b
15
README.md
15
README.md
@ -1,6 +1,6 @@
|
|||||||
## µ3 mods
|
## µ3 mods
|
||||||
|
|
||||||
Miscellaneous mods for µ3/SDDT; mainly for my personal use, though suggestions/PRs are welcome.
|
Miscellaneous mods for µ3/SDDT; mainly for my personal use, though suggestions/PRs are welcome. Each mod is a separate independent DLL.
|
||||||
|
|
||||||
### BetterGiveUp
|
### BetterGiveUp
|
||||||
|
|
||||||
@ -17,10 +17,15 @@ Based on GiveUp, but Better.
|
|||||||
|
|
||||||
Exports some useful chart data into a dollar-separated file (charts.csv) when the game launches.
|
Exports some useful chart data into a dollar-separated file (charts.csv) when the game launches.
|
||||||
|
|
||||||
|
### InfiniteGP
|
||||||
|
|
||||||
|
Self-explanatory. Saves you time.
|
||||||
|
|
||||||
### NaiveRating
|
### NaiveRating
|
||||||
|
|
||||||
Replaces the in-game rating algorithm (OldBest30+NewBest15+Recent10) with Best45.
|
Replaces the in-game rating algorithm (OldBest30+NewBest15+Recent10) with Best45. This change is client-side and immediate.
|
||||||
This change is client-side and immediate, but the server **will** acknowledge it. I host my own server and don't care, but you have been warned.
|
|
||||||
|
⚠️ ACHTUNG ⚠️ I said it's client-side, but the server acknowledges it once you upload a result. If you're on a remote network, check whether it cares too much about stupid ephemeral numbers. Cozynet and Missless do, and may ban you for using this mod.
|
||||||
|
|
||||||
### SkipNotice
|
### SkipNotice
|
||||||
|
|
||||||
@ -30,6 +35,6 @@ Skips the safety warning screen, notices, login bonuses, etc.
|
|||||||
|
|
||||||
Skips the battle intro, card flex, "are you ready? let's shoot!", etc.
|
Skips the battle intro, card flex, "are you ready? let's shoot!", etc.
|
||||||
|
|
||||||
### InfiniteGP
|
## Installation
|
||||||
|
|
||||||
Saves you time.
|
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`.
|
Loading…
Reference in New Issue
Block a user