Skip to content

Make all DLC free and playable in a Certain Rhythm Game.

Notifications You must be signed in to change notification settings

Veha0001/JustAsPlanned

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just As Planned

Make all DLC free and playable in a Certain Rhythm Game.

Forked

Build

  • Maintain: (Not Wildcard,idk) 💤.
  • Fixed: Problem Hex 00.. 🗃️.
  • Feature: Output Colors 🎨😎.
  • Build: GitHub Workflow 📦🔨.
  • Code Worked?: Yes💭👍

8/2/2023

Added GameAssembly.dll patcher, you just have to put the original GameAssembly.dll in the same folder as patch_ga.py then it will generate GameAssembly_patched.dll and put it in Muse Dash directory. Currently doesn't have Wildcard Bytes support (cuz im skill issue 😭)

8/3/2023

Added support for Wildcard Bytes, so no need to hardcode the whole actual bytes. The consts.py, main.py, and utility.py is not needed if you use the patch_ga.py as i am no longer updating the offset for runtime patching.

How to use?

  1. Put original GameAssembly.dll to the same directory as patch_ga.py (Take the original GameAssembly.dll from Muse Dash directory)
  2. Then run patch_ga.py (python patch_ga.py)
  3. Wait for a while until it generated GameAssembly_patched.dll
  4. Put GameAssembly_patched.dll to your Muse Dash directory and rename it to GameAssembly.dll

About

Make all DLC free and playable in a Certain Rhythm Game.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.4%
  • Python 28.6%