SimpleModManager
SimpleModManager copied to clipboard
SimpleModManagerOverlay.ovl is broken in 16.0.0
The newest update broke all the overlays, they need to be fixed and recompiled.
Thanks for this hombrew
I can comfirm that this is broken on the latest update. Could someone please update it?
Hex edited release to apply plInitialize fix. It won't work on older firmwares. SimpleModManagerOverlay.zip
Master branch is broken beyond libtesla fix. Release commit requires update to match newest libnx. So it was faster to just disassemble and hex edit release.
If you want to apply similar patch in other compiled overlay:
- Open ovl file with hex editor
- search for bytes
01 8E 8D D2 41 67 AE F2
- Change
67
toA7
- Save ovl file
Hex edited release to apply plInitialize fix. It won't work on older firmwares. SimpleModManagerOverlay.zip
Master branch is broken beyond libtesla fix. Release commit requires update to match newest libnx. So it was faster to just disassemble and hex edit release.
If you want to apply similar patch in other compiled overlay:
- Open ovl file with hex editor
- search for bytes
01 8E 8D D2 41 67 AE F2
- Change
67
toA7
- Save ovl file
will this hex edited overlay work with Manager 2.1.0?
anyone else having this fix result in all mods failing? or am I just having bad luck?
Hex edited release to apply plInitialize fix. It won't work on older firmwares. SimpleModManagerOverlay.zip
Master branch is broken beyond libtesla fix. Release commit requires update to match newest libnx. So it was faster to just disassemble and hex edit release.
If you want to apply similar patch in other compiled overlay:
* Open ovl file with hex editor * search for bytes `01 8E 8D D2 41 67 AE F2` * Change `67` to `A7` * Save ovl file
Thanks! Works on 2.0.4 on Tesla.