Make all DLC free and playable in a Certain Rhythm Game.
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 ðŸ˜)
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.
- Put original
GameAssembly.dllto the same directory aspatch_ga.py(Take the originalGameAssembly.dllfrom Muse Dash directory) - Then run
patch_ga.py(python patch_ga.py) - Wait for a while until it generated
GameAssembly_patched.dll - Put
GameAssembly_patched.dllto your Muse Dash directory and rename it toGameAssembly.dll
Note
For faster version written in C++ check master branch!