Clownacy / Sonic-Mania-Decompilation-Wii-U

Sonic Mania, ported to the Wii U.
Other
51 stars 4 forks source link

Sonic Mania Wii U Port (Clownacy) refuses to load DECOMP Only mods #7

Closed DraethPlace closed 1 year ago

DraethPlace commented 1 year ago

When loading mods, decomp-only mods cannot be loaded despite them being turned on in the modconfig.ini file. Can you fix this.

Clownacy commented 1 year ago

Can you post a link to a decomp-only mod? I don't know any off the top of my head.

If the mod uses custom code, such as a DLL file, then it won't work on the Wii U because it would need to be built specifically for the Wii U instead of PC.

DraethPlace commented 1 year ago

how do build it for the Wii U,

Clownacy commented 1 year ago

Now that I think about it, even if the port were compiled for the Wii U, it still wouldn't work - sorry about that.

To build the mod for the Wii U, you'd need to compile its source code with devkitPPC to produce an RPL file. Unfortunately, this port doesn't currently support loading RPL files, so support for that would need to be added for mods with custom code to work.