mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-04-29 06:49:28 -04:00
[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!
This commit is contained in:
parent
61d458f9bd
commit
39f9bd6654
2 changed files with 23 additions and 0 deletions
|
@ -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
|
6
src/SkylandersImaginators/Mods/SignaturePatch/rules.txt
Normal file
6
src/SkylandersImaginators/Mods/SignaturePatch/rules.txt
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue