From 39f9bd6654fb35e346011a413bf228d58f7b26ec Mon Sep 17 00:00:00 2001 From: WinnerNombre <64211853+WinnerNombre@users.noreply.github.com> Date: Fri, 18 Apr 2025 20:56:15 +0200 Subject: [PATCH] [Skylanders Imaginators] Add sigpatch pack to use modified skylanders figures (#701) This pack basically allows you to use modded figures or use unreleased content from the game since the game originally comes with a signature patch to prevent that. This pack was made by @WinnerNombre! --- .../Mods/SignaturePatch/patch_sigpatch.asm | 17 +++++++++++++++++ .../Mods/SignaturePatch/rules.txt | 6 ++++++ 2 files changed, 23 insertions(+) create mode 100644 src/SkylandersImaginators/Mods/SignaturePatch/patch_sigpatch.asm create mode 100644 src/SkylandersImaginators/Mods/SignaturePatch/rules.txt diff --git a/src/SkylandersImaginators/Mods/SignaturePatch/patch_sigpatch.asm b/src/SkylandersImaginators/Mods/SignaturePatch/patch_sigpatch.asm new file mode 100644 index 00000000..c18d6cd8 --- /dev/null +++ b/src/SkylandersImaginators/Mods/SignaturePatch/patch_sigpatch.asm @@ -0,0 +1,17 @@ +[SI_sigpatch_V16] +moduleMatches = 0x39E9EBC6 ; 1.1.0 + +0x02512D44 = li r3, 0 +0x02512D48 = blr + +[SI_sigpatch_V1] +moduleMatches = 0xC683642E ; 1.0.0 + +0x025121E8 = li r3, 0 +0x025121EC = blr + +[SI_sigpatch_demo] +moduleMatches = 0xAF023381 ; Demo + +0x025101C4 = li r3, 0 +0x025101C8 = blr \ No newline at end of file diff --git a/src/SkylandersImaginators/Mods/SignaturePatch/rules.txt b/src/SkylandersImaginators/Mods/SignaturePatch/rules.txt new file mode 100644 index 00000000..1cd82ef2 --- /dev/null +++ b/src/SkylandersImaginators/Mods/SignaturePatch/rules.txt @@ -0,0 +1,6 @@ +[Definition] +titleIds = 00050000101F4D00,00050000101FB100,0005000010205E00 +name = Signature Patch +path = "Skylanders Imaginators/Mods/Signature Patch" +description = This patch removes the check for a factory's signature on dumps of characters released for Skylanders Imaginators, allowing for unique UIDs and unreleased characters to be generated.||Made by Winner Nombre with help from MusicDisc, MoltenLavaCore, and NefariousTechSupport. +version = 7 \ No newline at end of file