Compare commits

...

4 Commits

Author SHA1 Message Date
WinnerNombre
39f9bd6654
[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!
2025-04-18 20:56:15 +02:00
WinnerNombre
61d458f9bd
[Skylanders: Swap Force] Fix paths being inconsistent (#699)
Just some minor cleanup, thanks @WinnerNombre!
2025-04-17 19:21:51 +02:00
Gloomy
108a1f0335
[Splatoon] Add "Disable Autorotate" Mod (#697)
This removes the function call that rotates the camera when the player moves left or right. This makes it much easier to control your aim with both motion and mouse (via Xapfish) since you don't have to fight against the camera when you move.

Thanks for @Gloomy31 adding this pack!
2025-04-17 12:23:12 +02:00
WinnerNombre
7d54f240ec
[Skylanders: Swap Force] Add mod to allow using other skylanders portals (#698)
This new pack allows you to use portals from other game series with Skylanders: Swap Force.

Thanks for @WinnerNombre for adding this pack!
2025-04-17 12:21:56 +02:00
6 changed files with 48 additions and 0 deletions

View File

@ -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

View 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

View File

@ -0,0 +1,9 @@
[SSF_RemovePortalCheck_V16]
moduleMatches = 0xa0b35374 ; v16
0x024B0A28 = li r3, 0x203
[SSF_RemovePortalCheck_V0]
moduleMatches = 0xb1f102ec ; v0
0x024B09A0 = li r3, 0x203

View File

@ -0,0 +1,6 @@
[Definition]
titleIds = 0005000010139200,0005000010140400
name = Allow Portals From Other Skylanders Games
path = "Skylanders Swap Force/Mods/Allow Portals From Other Skylanders Games"
description = Allows any (non-Xbox!) Portal of Power to be used.||Made by Winner Nombre.
version = 7

View File

@ -0,0 +1,4 @@
[begone_autorotate]
moduleMatches = 0xF7A78809, 0x659c782e
0x02664f20 = nop

View File

@ -0,0 +1,6 @@
[Definition]
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
name = Disable Autorotate
path = "Splatoon/Mods/Disable Autorotate"
description = Prevents the camera from automatically rotating when the player moves left or right.
version = 7