diff --git a/Resolutions/SkylandersGiants_Resolution/rules.txt b/src/SkylandersGiants/Graphics/rules.txt similarity index 75% rename from Resolutions/SkylandersGiants_Resolution/rules.txt rename to src/SkylandersGiants/Graphics/rules.txt index 2fade69a..295e56be 100644 --- a/Resolutions/SkylandersGiants_Resolution/rules.txt +++ b/src/SkylandersGiants/Graphics/rules.txt @@ -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 diff --git a/src/SkylandersImaginators/Graphics/rules.txt b/src/SkylandersImaginators/Graphics/rules.txt index dd09f25b..1e4436f1 100644 --- a/src/SkylandersImaginators/Graphics/rules.txt +++ b/src/SkylandersImaginators/Graphics/rules.txt @@ -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 diff --git a/src/SkylandersImaginators/Mods/FPS/rules.txt b/src/SkylandersImaginators/Mods/FPS/rules.txt new file mode 100644 index 00000000..dfa4decb --- /dev/null +++ b/src/SkylandersImaginators/Mods/FPS/rules.txt @@ -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 \ No newline at end of file diff --git a/src/SkylandersSpyrosAdventure/Graphics/rules.txt b/src/SkylandersSpyrosAdventure/Graphics/rules.txt new file mode 100644 index 00000000..f837e02b --- /dev/null +++ b/src/SkylandersSpyrosAdventure/Graphics/rules.txt @@ -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 diff --git a/src/SkylandersSpyrosAdventure/Mods/FPS/rules.txt b/src/SkylandersSpyrosAdventure/Mods/FPS/rules.txt new file mode 100644 index 00000000..6ac3cdcb --- /dev/null +++ b/src/SkylandersSpyrosAdventure/Mods/FPS/rules.txt @@ -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