korenkonder/MMPlusMods — reverse-engineered prompt
Reverse engineered prompt
Build me a C++ mod collection for Hatsune Miku: Project DIVA Mega Mix+ that focuses on removing annoying limits and helping custom content work better.
I want it to add LZMA compression support next to the existing gzip support, generate OPD files automatically when they are missing, and optionally cache those generated files so the game does not keep recreating them. If an OPD already exists inside the right archive, it should leave it alone and just use the existing data.
Also add an OPD Plus style patch where extra motion set ids and motion ids can be listed in a simple TOML file inside the mod folder. Include small patches for allowing up to 1000 lyric lines, raising or bypassing the sprite draw limit so the screen does not break when lots of sprites appear, a potato PC performance oriented mod, and an option that enables SSAA by rendering 3D at twice the native resolution.
Make it build cleanly as a Visual Studio C++ solution.
Want more depth? Deep Reverse