2025-06-15 22:25:40 +07:00
2025-06-15 22:25:40 +07:00
2024-05-23 16:18:12 +07:00
2025-06-22 02:17:25 +07:00
2025-06-22 02:17:25 +07:00
2025-06-22 02:17:25 +07:00
2025-06-15 22:25:40 +07:00
2025-06-15 22:25:40 +07:00
2024-05-22 22:32:34 +07:00
2025-06-19 02:29:37 +07:00

Rizu

A Tachi score hook for maimai DX.

Installation

First, get the config file, then follow one of these methods:

MelonLoader

Installing MelonLoader

  • Download the latest version of MelonLoader.x64.zip.
  • Extract the zip to the base game folder (where Sinmai.exe is)

Installing Rizu

  • Download Rizu.MelonLoader-vVERSION.zip from releases and extract Rizu.MelonLoader.dll
  • Create a Mods folder in your base game and put the dll inside.
  • Create a UserData folder, create a Rizu folder inside UserData, and put Rizu.cfg (generate one with your API key filled in) in it.

In the end, your game directory should look like this:

└───MelonLoader
    └─── ...
└───Mods
    └───Rizu.MelonLoader.dll
└───UserData
    └───Rizu
        └───Rizu.cfg
├───Sinmai_Data
├───Sinmai.exe
├───segatools.ini
└───version.dll

Hard-patching using MonoMod

  • Download MonoMod.
  • Download Assembly-CSharp.Rizu.mm.dll from releases and place it in Sinmai_Data/Managed.
  • Run MonoMod.exe path\to\Sinmai_Data\Managed\Assembly-CSharp.dll in a command prompt.
  • Rename MONOMODDED_Assembly-CSharp.dll to Assembly-CSharp.dll, optionally backing up the original file.
  • Place Rizu.cfg (generate one with your API key filled in) in the base game directory (where Sinmai.exe is).

Development

Copy these files from Sinmai_Data/Managed into External:

  • Assembly-CSharp.dll
  • UnityEngine.dll
  • UnityEngine.CoreModule.dll
  • UnityEngine.JSONSerializeModule.dll
  • UnityEngine.UnityWebRequestModule.dll

You will also need to download MonoMod and extract to External.

After that, the project can be restored and built normally.

Description
Tachi score hook for maimai DX
Readme 0BSD 100 KiB
0.2.2 Latest
2025-06-21 19:22:53 +00:00
Languages
C# 100%