Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.35 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.35 KB

Muse Dash Custom Albums Mod

This mod adds the ability to play custom-designed charts in Muse Dash!
Do note that out of fairness to the developers, it is still required to own the "Just as Planned" DLC in order to play charts.
Check out the Muse Dash Modding Community Discord server for more information on how to install, create, or compete on leaderboards:

https://discord.gg/mdmc

The current version of the mod is guaranteed to function on Muse Dash 2.3.0 (Virtual Idol Production).
MelonLoader 0.5.x is required.

Branch

master Current stable release.
2.0 Archived version from before the game transitioned to IL2CPP. No longer supported.
3.0 Current working branch.
4.0 Work-in-progress overhaul.

How to build v3.0+

Windows

Run setx MD_DIRECTORY "Game path ending in \Muse Dash" in the command prompt.
This provides a path for the project to find various DLL references from the game and MelonLoader.
Everything else should work out of the box.

Other

Edit Directory.Build.props and replace $(MD_DIRECTORY) with your game path ending in \Muse Dash.
If you do this, DO NOT submit commits containing this change.

ILRepack

A copy of ILRepack.Lib.MSBuild.Task and ILRepack are included in the repo to build the solution