AquaDX/AquaMai/README.md

34 lines
966 B
Markdown
Raw Permalink Normal View History

2024-02-07 13:45:47 +08:00
## AquaMai
This mod is heavily WIP. More details will be added as the development progresses.
### Features
2024-02-07 18:18:47 +08:00
**Cheats**
* Unlock all tickets
2024-02-07 13:45:47 +08:00
**UX Optimization**
2024-02-07 18:18:47 +08:00
* Remove the starting logo and warning cutscene
* Single Player (1P) mode
2024-02-07 18:42:40 +08:00
* Skip from card scanning directly to music selection (experimental)
2024-02-07 18:18:47 +08:00
**Bug Fixes**
* Fix crash in the character selection screen
2024-02-07 13:45:47 +08:00
### Development
1. Copy `Assembly-CSharp.dll` to `Libs` folder.
2. Install [.NET Framework 4.7.2 Developer Pack](https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net472-developer-pack-offline-installer)
3. Open `AquaMai.sln` in JetBrains Rider.
4. Build the solution.
5. Copy `Output/AquaMai.dll` to `Mods` folder.
2024-02-12 19:50:01 +08:00
6. Configure and copy `AquaMai.toml` to the same folder as your game executable: `Sinmai.exe`
2024-02-07 13:45:47 +08:00
### Relevant Links
* [MelonLoader Wiki](https://melonwiki.xyz/#/modders/quickstart)
* [Harmony Docs](https://harmony.pardeike.net/articles/patching-prefix.html)