SimpleModManager icon indicating copy to clipboard operation
SimpleModManager copied to clipboard

SimpleModManagerOverlay.ovl is broken in 16.0.0

Open cucholix opened this issue 2 years ago • 5 comments

The newest update broke all the overlays, they need to be fixed and recompiled.

Thanks for this hombrew

cucholix avatar Feb 24 '23 15:02 cucholix

I can comfirm that this is broken on the latest update. Could someone please update it?

MewtwoFanz avatar Feb 26 '23 20:02 MewtwoFanz

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

masagrator avatar Mar 04 '23 23:03 masagrator

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

will this hex edited overlay work with Manager 2.1.0?

MultiKoopa avatar May 01 '23 00:05 MultiKoopa

anyone else having this fix result in all mods failing? or am I just having bad luck?

InkDragon avatar Jun 03 '23 01:06 InkDragon

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.

91ajames avatar Jun 29 '23 12:06 91ajames