Skip to content

Commit 8f507e7

Browse files
authored
[Skylanders] Fix speed-up above 120 FPS (SSA, SG and STT) (#685)
The changes in this update make it so that going above 120 FPS on Skylanders: Spyro's Adventure, Giants, or Trap Team, the game no longer speeds up. Thanks to WinnerHombre and @SuperSamus for these changes!
1 parent c4f1aee commit 8f507e7

File tree

8 files changed

+22
-5
lines changed

8 files changed

+22
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[SG_dt]
2+
moduleMatches = 0x62CC63A5
3+
4+
0x02110EF4 = nop

src/SkylandersGiants/Mods/FPS/rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
titleIds = 000500001010D700,0005000010116000
33
name = FPS
44
path = "Skylanders: Giants/Mods/FPS"
5-
description = Changes the game's FPS limit.|Running the game with a high FPS limit can result in glitches.||Made by DigitNetics and Mew00.
5+
description = Changes the game's FPS limit. The speed of some things is tied to the frame rate.||Made by DigitNetics and Mew00. Fix for speed-up above 120 FPS by SuperSamus and Winner Nombre.
66
version = 7
77

88
[Default]

src/SkylandersImaginators/Mods/FPS/rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
titleIds = 00050000101F4D00,00050000101FB100
33
name = FPS
44
path = "Skylanders Imaginators/Mods/FPS"
5-
description = Changes the game's dynamic FPS target.||Needs to be disabled during certain sections, as it makes them impossible to complete:|- Sky Fortress: wrecking ball minigame (enemies are barely pushed)|- Golden Arcade: target shooting minigame (projectiles despawn before being able to reach some targets)|- Enchanted Elven Forest: water cannon near end of level (the splash is unable to put out the most distant fire)||Other minor issues:|- General: jump height is a little shorter, making some vertical jumps inconsistent|-Selfie mode: camera controls are too fast|- Cradle of Creation: hamster wheel rotates too fast||Made by Mew00. Fall respawn fix by SuperSamus and Winner Nombre.
5+
description = Changes the game's FPS limit.||Needs to be disabled during certain sections, as it makes them impossible to complete:|- Sky Fortress: wrecking ball minigame (enemies are barely pushed)|- Golden Arcade: target shooting minigame (projectiles despawn before being able to reach some targets)|- Enchanted Elven Forest: water cannon near end of level (the splash is unable to put out the most distant fire)||Other minor issues:|- General: jump height is a little shorter, making some vertical jumps inconsistent|-Selfie mode: camera controls are too fast|- Cradle of Creation: hamster wheel rotates too fast||Made by Mew00. Fall respawn fix by SuperSamus and Winner Nombre.
66
version = 6
77

88
[Default]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[SSA_dt]
2+
moduleMatches = 0xC22A1809
3+
4+
0x021129A4 = nop

src/SkylandersSpyrosAdventure/Mods/FPS/rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
titleIds = 0005000010142d00
33
name = FPS V2
44
path = "Skylanders: Spyro's Adventure/Mods/FPS"
5-
description = Changes the game's dynamic FPS target. Might increase the chance of issues with scanning figures.||Made by Mr.Blinker
5+
description = Changes the game's FPS limit. The speed of some things is tied to the frame rate.||Made by Mr.Blinker. Fix for speed-up above 120 FPS by SuperSamus and Winner Nombre.
66
version = 6
77

88
[Default]

src/SkylandersSwapForce/Mods/FPS/rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
titleIds = 0005000010139200,0005000010140400
33
name = FPS
44
path = "Skylanders Swap Force/Mods/FPS"
5-
description = Changes the game's dynamic FPS target. Might have bugs, especially when going above 120 FPS.||Made by Mew00 for Imaginators, added by TheSkyDude134 for Swap Force. Infinite fall fix by SuperSamus and Winner Nombre.
5+
description = Changes the game's FPS limit. Might have bugs, especially when going above 120 FPS.||Made by Mew00 for Imaginators, added by TheSkyDude134 for Swap Force. Infinite fall fix by SuperSamus and Winner Nombre.
66
version = 6
77

88
[Default]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[STT_dt_V16]
2+
moduleMatches = 0x2A14BB42
3+
4+
0x0210116C = b .+0xC
5+
6+
[STT_dt_V1]
7+
moduleMatches = 0x321D97F0
8+
9+
0x021016D8 = b .+0xC

src/SkylandersTrapTeam/Mods/FPS/rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
titleIds = 000500001017C600,0005000010181F00
33
name = FPS
44
path = "Skylanders Trap Team/Mods/FPS"
5-
description = Changes the game's dynamic FPS target. Might have bugs, especially when going above 120 FPS.||Made by Mew00.
5+
description = Changes the game's FPS limit. The speed of some things is tied to the frame rate.||Made by Mew00. Fix for speed-up above 120 FPS by SuperSamus and Winner Nombre.
66
version = 6
77

88
[Default]

0 commit comments

Comments
 (0)