From 681ff3e42b7692264e3b4ff54ae59f38ae2e9728 Mon Sep 17 00:00:00 2001 From: SteveLeafo Date: Tue, 27 Feb 2018 01:49:07 +1000 Subject: [PATCH] Adding Giana Sisters Twisted Dreams (#196) * Added The Smurfs 2 * Fixed an incorrect titleid for Pokken Tournament * Added Chariot * Added Giana Sisters Twisted Dreams --- Source/GianaSistersTwistedDreams/rules.txt | 53 ++++++++++++++++++++++ build.sh | 1 + 2 files changed, 54 insertions(+) create mode 100644 Source/GianaSistersTwistedDreams/rules.txt diff --git a/Source/GianaSistersTwistedDreams/rules.txt b/Source/GianaSistersTwistedDreams/rules.txt new file mode 100644 index 00000000..3f674f0d --- /dev/null +++ b/Source/GianaSistersTwistedDreams/rules.txt @@ -0,0 +1,53 @@ + +[Definition] +titleIds = 000500001014c600, 000500001014cb00 +name = "Giana Sisters Twisted Dreams - " +version = 2 + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x008,0x41A # exclude obvious textures +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # half-res alpha +width = 640 +height = 360 +formatsExcluded = 0x41A # exclude obvious textures +overwriteWidth = +overwriteHeight = + +[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +width = 32 +height = 32 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +width = 64 +height = 64 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +formatsExcluded = 0x33 +width = 128 +height = 128 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +formatsExcluded = 0x33 +width = 256 +height = 256 +overwriteWidth = +overwriteHeight = diff --git a/build.sh b/build.sh index 991542b8..716b2dfb 100644 --- a/build.sh +++ b/build.sh @@ -157,6 +157,7 @@ std_respack "FrenchyBird" "${res16by9[@]/$just720p}" std_respack "GhostBladeHD" "${res16by9[@]/$just720p}" std_respack "GhostlyAdventures" "${res16by9[@]/$just720p}" std_respack "GhostlyAdventures2" "${res16by9[@]/$just720p}" +std_respack "GianaSistersTwistedDreams" "${res16by9[@]/$just720p}" std_respack "Guacamelee" "${res16by9[@]/$just720p}" std_respack "HyruleWarriors" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}" std_respack "InfinityRunner" "${res16by9[@]/$just720p}"