Skip to content

Commit 16105d2

Browse files
authored
[Skylanders Imaginators] Fix long fall respawn (#679)
Thanks @SuperSamus!
1 parent c5bb44a commit 16105d2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[SI_FixInfiniteFall]
2+
moduleMatches = 0xc683642e, 0x39e9ebc6 ; 1.0.0, 1.1.0
3+
.origin = codecave
4+
5+
const_stuckFallingDistanceThreshold:
6+
.float 20*30/$targetFPS
7+
8+
_getStuckFallingDistanceThreshold:
9+
lis r3, const_stuckFallingDistanceThreshold@ha
10+
lfs f13, const_stuckFallingDistanceThreshold@l(r3)
11+
blr
12+
13+
[SI_FixInfiniteFall_V1]
14+
moduleMatches = 0xc683642e ; 1.0.0
15+
16+
0x022c434c = bla _getStuckFallingDistanceThreshold
17+
18+
[SI_FixInfiniteFall_V16]
19+
moduleMatches = 0x39e9ebc6 ; 1.1.0
20+
21+
0x022c4eb0 = bla _getStuckFallingDistanceThreshold

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. Might have bugs, especially when going above 120 FPS.||Made by Mew00.
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.
66
version = 6
77

88
[Default]

0 commit comments

Comments
 (0)