Skip to content

Commit

Permalink
[Skylanders] Fix mods for some versions
Browse files Browse the repository at this point in the history
Thanks to DigitNetics for sending these changes.
  • Loading branch information
Crementif committed Aug 21, 2021
1 parent d96dca4 commit 5e435de
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions src/SkylandersGiants/Graphics/rules.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Definition]
titleIds = 000500001010D700, 0005000010116000
titleIds = 000500001010D700,0005000010116000
name = Resolution
path = "Skylanders Giants/Graphics"
path = "Skylanders: Giants/Graphics"
description = Changes the resolution of the game.
version = 6
version = 7

[Default]
$width = 1280
Expand Down
12 changes: 6 additions & 6 deletions src/SkylandersGiants/Mods/FPS/rules.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Definition]
titleIds = 000500001010D700, 0005000010116000
titleIds = 000500001010D700,0005000010116000
name = FPS
path = "Skylanders Giants/Mods/FPS"
description = Changes the game's dynamic FPS target. Might have bugs, especially when going above 120 FPS.||Made by Mew00.
version = 6
path = "Skylanders: Giants/Mods/FPS"
description = Changes the game's FPS limit.|Running the game with a high FPS limit can result in glitches.||Made by DigitNetics and Mew00.
version = 7

[Default]
$targetFPS:int = 60
Expand Down Expand Up @@ -55,7 +55,6 @@ $targetFPS:int = 72
name = 60 FPS (Default)
category = FPS Limit
default = 1
$targetFPS:int = 60

[Preset]
name = 40 FPS
Expand All @@ -65,6 +64,7 @@ $targetFPS:int = 40
[Preset]
name = 30 FPS
category = FPS Limit
$targetFPS:int = 30

[Preset]
name = 20 FPS
Expand All @@ -73,4 +73,4 @@ $targetFPS:int = 20


[Control]
vsyncFrequency = 2*$targetFPS
vsyncFrequency = $targetFPS
4 changes: 2 additions & 2 deletions src/SkylandersSuperChargers/Graphics/rules.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Definition]
titleIds = 00050000101BFC00,0005000E101B8500
titleIds = 00050000101BFC00,0005000E101B8500,50000101b8500
name = TV Resolution, Gamepad Resolution and Shadow Quality
path = "Skylanders Superchargers/Graphics"
path = "Skylanders: Superchargers/Graphics"
description = Changes the TV resolution and gamepad resolution of the game. Additionally you can also change the quality of the shadows.||Made by Crementif and Winner Nombre.
version = 6

Expand Down
8 changes: 4 additions & 4 deletions src/SkylandersSuperChargers/Mods/FPS/rules.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Definition]
titleIds = 00050000101BFC00,0005000E101B8500
titleIds = 00050000101BFC00,00050000101B8500
name = FPS
path = "Skylanders Superchargers/Graphics/FPS"
description = Changes the game's dynamic FPS target. Might have bugs, especially when going above 120 FPS.||Made by Mew00 and Winner Nombre.
version = 6
path = "Skylanders: Superchargers/Mods/FPS"
description = Changes the game's FPS limit.|Running the game with a high FPS limit can result in glitches.||Made by Mew00, Winner Nombre and DigitNetics.
version = 7

[Default]
$targetFPS:int = 30
Expand Down

0 comments on commit 5e435de

Please sign in to comment.