Make all DLC free and playable in a Certain Rhythm Game. Lightning fast Rust rewrite of https://github.com/Failzuma/JustAsPlanned (yes, 95% is vibecoded, I'm sorry, just wanted to see if Gemini 3.0 could make it faster, and well, it did, soI just didn't want to rewrite something AI did perfectly fine :P)
- Download just_as_planned (Linux), or just_as_planned.exe (Windows) from releases
- Put original
GameAssembly.dllto the same directory asjust_as_planned(Linux) orjust_as_planned.exe(Windows) (Take the originalGameAssembly.dllfrom Muse Dash directory) - Then run
./just_as_plannedon Linux, or just double-clickjust_as_planned.exeon Windows - Wait 1-2 seconds until it generated
GameAssembly_patched.dll - Put
GameAssembly_patched.dllto your Muse Dash directory and rename it toGameAssembly.dll
also please star me and author of original thing, thanks :)
I'm using Linux (NixOS btw), so I don't know how to build on Windows, probably just run cargo build --release? Idk.
From Linux to Linux: cargo build --release, then just look for just_as_planned in target/release
From Linux to Windows: cargo install cargo-xwin; rustup target add x86_64-pc-windows-msvc; cargo xwin build --release --target x86_64-pc-windows-msvc, then just look for just_as_planned.exe in target/x86_64-pc-windows-msvc/release/just_as_planned.exe
- Nix flake
- Patching macOS version of the game