mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 02:56:53 +01:00
[Skylanders] Add skyro's adventure, update to V6 and add more FPS packs
Games apparently scale dynamically and aren't sped up when just setting the vsync control.
This commit is contained in:
parent
189af91213
commit
b7481fcdf7
@ -1,83 +1,78 @@
|
||||
[Definition]
|
||||
titleIds = 000500001010D700, 0005000010116000
|
||||
name = Resolution
|
||||
path = "Skylanders Giants/Graphics/Resolution"
|
||||
path = "Skylanders Giants/Graphics"
|
||||
description = Changes the resolution of the game.
|
||||
version = 4
|
||||
version = 6
|
||||
|
||||
[Preset]
|
||||
name = 1280x720 (Default)
|
||||
[Default]
|
||||
$width = 1280
|
||||
$height = 720
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
# Performance
|
||||
|
||||
# Resolution
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 640x360
|
||||
$width = 640
|
||||
$height = 360
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 960x540
|
||||
$width = 960
|
||||
$height = 540
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 1280x720 (Default)
|
||||
default = 1
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 1600x900
|
||||
$width = 1600
|
||||
$height = 900
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 1920x1080
|
||||
$width = 1920
|
||||
$height = 1080
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 2560x1440
|
||||
$width = 2560
|
||||
$height = 1440
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 3200x1800
|
||||
$width = 3200
|
||||
$height = 1800
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 3840x2160
|
||||
$width = 3840
|
||||
$height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 7680x4320
|
||||
$width = 7680
|
||||
$height = 4320
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
@ -94,7 +89,7 @@ overwriteHeight = ($height/$gameHeight) * 480
|
||||
[TextureRedefine]
|
||||
width = 854
|
||||
height = 480
|
||||
formatsExcluded = 0x31
|
||||
formatsExcluded = 0x031
|
||||
overwriteWidth = ($width/$gameWidth) * 854
|
||||
overwriteHeight = ($height/$gameHeight) * 480
|
||||
|
@ -3,7 +3,7 @@ titleIds = 00050000101F4D00,00050000101FB100
|
||||
name = TV Resolution, Gamepad Resolution and Shadow Quality
|
||||
path = "Skylanders Imaginators/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.
|
||||
version = 5
|
||||
version = 6
|
||||
|
||||
[Default]
|
||||
$width = 1280
|
||||
|
76
src/SkylandersImaginators/Mods/FPS/rules.txt
Normal file
76
src/SkylandersImaginators/Mods/FPS/rules.txt
Normal file
@ -0,0 +1,76 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101F4D00,00050000101FB100
|
||||
name = FPS
|
||||
path = "Skylanders Imaginators/Mods/FPS"
|
||||
description = Changes the game's dynamic FPS target. Might have bugs, especially when going above 120 FPS.||Made by Mew00.
|
||||
version = 6
|
||||
|
||||
[Default]
|
||||
$targetFPS:int = 60
|
||||
|
||||
|
||||
# FPS Limit
|
||||
|
||||
[Preset]
|
||||
name= 244 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 244
|
||||
|
||||
[Preset]
|
||||
name= 165 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 165
|
||||
|
||||
[Preset]
|
||||
name = 144 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 144
|
||||
|
||||
[Preset]
|
||||
name = 120 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 120
|
||||
|
||||
[Preset]
|
||||
name = 100 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 100
|
||||
|
||||
[Preset]
|
||||
name = 85 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 85
|
||||
|
||||
[Preset]
|
||||
name = 75 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 75
|
||||
|
||||
[Preset]
|
||||
name = 72 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 72
|
||||
|
||||
[Preset]
|
||||
name = 60 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 60
|
||||
|
||||
[Preset]
|
||||
name = 40 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 40
|
||||
|
||||
[Preset]
|
||||
name = 30 FPS (Default)
|
||||
category = FPS Limit
|
||||
default = 1
|
||||
|
||||
[Preset]
|
||||
name = 20 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 20
|
||||
|
||||
|
||||
[Control]
|
||||
vsyncFrequency = 2*$targetFPS
|
106
src/SkylandersSpyrosAdventure/Graphics/rules.txt
Normal file
106
src/SkylandersSpyrosAdventure/Graphics/rules.txt
Normal file
@ -0,0 +1,106 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010142D00
|
||||
name = Resolution
|
||||
path = "Skylanders: Spyro's Adventure/Graphics"
|
||||
description = Changes the resolution of the game.
|
||||
version = 6
|
||||
|
||||
[Default]
|
||||
$width = 1280
|
||||
$height = 720
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
|
||||
# Resolution
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 640x360
|
||||
$width = 640
|
||||
$height = 360
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 960x540
|
||||
$width = 960
|
||||
$height = 540
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 1280x720 (Default)
|
||||
default = 1
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 1600x900
|
||||
$width = 1600
|
||||
$height = 900
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 1920x1080
|
||||
$width = 1920
|
||||
$height = 1080
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 2560x1440
|
||||
$width = 2560
|
||||
$height = 1440
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 3200x1800
|
||||
$width = 3200
|
||||
$height = 1800
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 3840x2160
|
||||
$width = 3840
|
||||
$height = 2160
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
|
||||
[Preset]
|
||||
category = Resolution
|
||||
name = 7680x4320
|
||||
$width = 7680
|
||||
$height = 4320
|
||||
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
height = 720
|
||||
overwriteWidth = ($width/$gameWidth) * 1280
|
||||
overwriteHeight = ($height/$gameHeight) * 720
|
||||
|
||||
[TextureRedefine]
|
||||
width = 864
|
||||
height = 480
|
||||
overwriteWidth = ($width/$gameWidth) * 864
|
||||
overwriteHeight = ($height/$gameHeight) * 480
|
||||
|
||||
[TextureRedefine]
|
||||
width = 854
|
||||
height = 480
|
||||
formatsExcluded = 0x031
|
||||
overwriteWidth = ($width/$gameWidth) * 854
|
||||
overwriteHeight = ($height/$gameHeight) * 480
|
||||
|
||||
[TextureRedefine]
|
||||
width = 640
|
||||
height = 360
|
||||
overwriteWidth = ($width/$gameWidth) * 640
|
||||
overwriteHeight = ($height/$gameHeight) * 360
|
||||
|
||||
[TextureRedefine]
|
||||
width = 640
|
||||
height = 368
|
||||
overwriteWidth = ($width/$gameWidth) * 640
|
||||
overwriteHeight = ($height/$gameHeight) * 368
|
77
src/SkylandersSpyrosAdventure/Mods/FPS/rules.txt
Normal file
77
src/SkylandersSpyrosAdventure/Mods/FPS/rules.txt
Normal file
@ -0,0 +1,77 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010142d00
|
||||
name = FPS
|
||||
path = "Skylanders: Spyro's Adventure/Mods/FPS"
|
||||
description = Changes the game's dynamic FPS target. Might have bugs, especially when going above 120 FPS.||Made by Mew00.
|
||||
version = 6
|
||||
|
||||
[Default]
|
||||
$targetFPS:int = 30
|
||||
|
||||
|
||||
# FPS Limit
|
||||
|
||||
|
||||
[Preset]
|
||||
name= 244 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 244
|
||||
|
||||
[Preset]
|
||||
name= 165 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 165
|
||||
|
||||
[Preset]
|
||||
name = 144 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 144
|
||||
|
||||
[Preset]
|
||||
name = 120 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 120
|
||||
|
||||
[Preset]
|
||||
name = 100 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 100
|
||||
|
||||
[Preset]
|
||||
name = 85 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 85
|
||||
|
||||
[Preset]
|
||||
name = 75 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 75
|
||||
|
||||
[Preset]
|
||||
name = 72 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 72
|
||||
|
||||
[Preset]
|
||||
name = 60 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 60
|
||||
|
||||
[Preset]
|
||||
name = 40 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 40
|
||||
|
||||
[Preset]
|
||||
name = 30 FPS (Default)
|
||||
category = FPS Limit
|
||||
default = 1
|
||||
|
||||
[Preset]
|
||||
name = 20 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 20
|
||||
|
||||
|
||||
[Control]
|
||||
vsyncFrequency = $targetFPS
|
Loading…
Reference in New Issue
Block a user