From 7d54f240ec27358529651115f27cb5d40e24dff1 Mon Sep 17 00:00:00 2001 From: WinnerNombre <64211853+WinnerNombre@users.noreply.github.com> Date: Thu, 17 Apr 2025 12:21:56 +0200 Subject: [PATCH] [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! --- .../Mods/Remove Portal Check/patch_RemovePortalCheck.asm | 9 +++++++++ .../Mods/Remove Portal Check/rules.txt | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 src/SkylandersSwapForce/Mods/Remove Portal Check/patch_RemovePortalCheck.asm create mode 100644 src/SkylandersSwapForce/Mods/Remove Portal Check/rules.txt diff --git a/src/SkylandersSwapForce/Mods/Remove Portal Check/patch_RemovePortalCheck.asm b/src/SkylandersSwapForce/Mods/Remove Portal Check/patch_RemovePortalCheck.asm new file mode 100644 index 00000000..55e02e61 --- /dev/null +++ b/src/SkylandersSwapForce/Mods/Remove Portal Check/patch_RemovePortalCheck.asm @@ -0,0 +1,9 @@ +[SSF_RemovePortalCheck_V16] +moduleMatches = 0xa0b35374 ; v16 + +0x024B0A28 = li r3, 0x203 + +[SSF_RemovePortalCheck_V0] +moduleMatches = 0xb1f102ec ; v0 + +0x024B09A0 = li r3, 0x203 diff --git a/src/SkylandersSwapForce/Mods/Remove Portal Check/rules.txt b/src/SkylandersSwapForce/Mods/Remove Portal Check/rules.txt new file mode 100644 index 00000000..37d68f25 --- /dev/null +++ b/src/SkylandersSwapForce/Mods/Remove Portal Check/rules.txt @@ -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 \ No newline at end of file