AquaDX/AquaMai/README.md

22 lines
681 B
Markdown
Raw 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
**UX Optimization**
* Remove the starting logo and warning cutscene.
### 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.
### Relevant Links
* [MelonLoader Wiki](https://melonwiki.xyz/#/modders/quickstart)
* [Harmony Docs](https://harmony.pardeike.net/articles/patching-prefix.html)