Skip to content

Commit 3c6ba17

Browse files
author
Jacob Clark
committed
2 parents a038f0d + 08c5eb0 commit 3c6ba17

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
# Melody of Memory Mods
1+
# Melody of Memory: Final Mix
22
A collection of simple mods using MelonLoader. The most notable of these mods is the [OnlineMod](https://github.com/WaterKH/MelodyOfMemoryMods/edit/main/README.md#onlinemod), which allows people to play with their friends regardless of rating and without accidentally matching with someone else.
33

44

55
## How to Install
66
You will first need to setup MelonLoader for Kingdom Hearts Melody of Memory. To do this, please follow their guide for [Getting Started with MelonLoader](https://melonwiki.xyz/#/README). Once this is complete, run the game once to generate the Mods folder in the root directory where your 'KINGDOM HEARTS Melody of Memory.exe' is located. Place any of the mods (dlls) contained within the [Latest Release](https://github.com/WaterKH/MelodyOfMemoryMods/releases) into your Mods folder. Close and re-launch the game and verify that a MelonLoader console window shows up - This window should also indicate whether any mods were not loaded correctly.
77

88

9+
## How to Modify
10+
If you want to customize your experience with these mods, you can download this repository. Verify that you have .NET Framework 4.7.2 installed as well as Visual Studio 2019. Make any change you want to the variables being reassigned in the Patch files. For instance, if you want to give more health to Sora per Glide Note, then modify line 28 of MelodyOfMemoryMods/GlideHealthMod/GlideHealthMod.cs:
11+
12+
```
13+
MusicStagePlayData.SetRecovery(0, 0.35f);
14+
```
15+
16+
Once you have made this change, Re-Build the project and locate the GlideHealthMod.dll in the following path: GlideHealthMod\obj\Release - Basically, whichever mod you modify, find the obj folder, and then the dll you are looking for will either be in Debug or Release. Drop this new mod into the Mods folder to start playing with your newly modified mod!
17+
18+
919
## How to Contribute
1020
**If you would like to create mods for Melody of Memory using this template, you can fork from this branch to get started. If you have used this research compiled by myself or template, please submit a Pull Request back into main with an update to this README.md listing below an entry for your mod.**
1121

0 commit comments

Comments
 (0)