mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 11:34:15 +01:00
[Skylanders] Fix mods for some versions
Thanks to DigitNetics for sending these changes.
This commit is contained in:
parent
d96dca4cb2
commit
5e435deb1f
@ -1,9 +1,9 @@
|
|||||||
[Definition]
|
[Definition]
|
||||||
titleIds = 000500001010D700, 0005000010116000
|
titleIds = 000500001010D700,0005000010116000
|
||||||
name = Resolution
|
name = Resolution
|
||||||
path = "Skylanders Giants/Graphics"
|
path = "Skylanders: Giants/Graphics"
|
||||||
description = Changes the resolution of the game.
|
description = Changes the resolution of the game.
|
||||||
version = 6
|
version = 7
|
||||||
|
|
||||||
[Default]
|
[Default]
|
||||||
$width = 1280
|
$width = 1280
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
[Definition]
|
[Definition]
|
||||||
titleIds = 000500001010D700, 0005000010116000
|
titleIds = 000500001010D700,0005000010116000
|
||||||
name = FPS
|
name = FPS
|
||||||
path = "Skylanders Giants/Mods/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.
|
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 = 6
|
version = 7
|
||||||
|
|
||||||
[Default]
|
[Default]
|
||||||
$targetFPS:int = 60
|
$targetFPS:int = 60
|
||||||
@ -55,7 +55,6 @@ $targetFPS:int = 72
|
|||||||
name = 60 FPS (Default)
|
name = 60 FPS (Default)
|
||||||
category = FPS Limit
|
category = FPS Limit
|
||||||
default = 1
|
default = 1
|
||||||
$targetFPS:int = 60
|
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 40 FPS
|
name = 40 FPS
|
||||||
@ -65,6 +64,7 @@ $targetFPS:int = 40
|
|||||||
[Preset]
|
[Preset]
|
||||||
name = 30 FPS
|
name = 30 FPS
|
||||||
category = FPS Limit
|
category = FPS Limit
|
||||||
|
$targetFPS:int = 30
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 20 FPS
|
name = 20 FPS
|
||||||
@ -73,4 +73,4 @@ $targetFPS:int = 20
|
|||||||
|
|
||||||
|
|
||||||
[Control]
|
[Control]
|
||||||
vsyncFrequency = 2*$targetFPS
|
vsyncFrequency = $targetFPS
|
@ -1,7 +1,7 @@
|
|||||||
[Definition]
|
[Definition]
|
||||||
titleIds = 00050000101BFC00,0005000E101B8500
|
titleIds = 00050000101BFC00,0005000E101B8500,50000101b8500
|
||||||
name = TV Resolution, Gamepad Resolution and Shadow Quality
|
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.
|
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
|
version = 6
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
[Definition]
|
[Definition]
|
||||||
titleIds = 00050000101BFC00,0005000E101B8500
|
titleIds = 00050000101BFC00,00050000101B8500
|
||||||
name = FPS
|
name = FPS
|
||||||
path = "Skylanders Superchargers/Graphics/FPS"
|
path = "Skylanders: Superchargers/Mods/FPS"
|
||||||
description = Changes the game's dynamic FPS target. Might have bugs, especially when going above 120 FPS.||Made by Mew00 and Winner Nombre.
|
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 = 6
|
version = 7
|
||||||
|
|
||||||
[Default]
|
[Default]
|
||||||
$targetFPS:int = 30
|
$targetFPS:int = 30
|
||||||
|
Loading…
Reference in New Issue
Block a user