From 4cb131a1752ccbca85cf3efa0e8c3284a72beb6f Mon Sep 17 00:00:00 2001 From: SteveLeafo Date: Tue, 13 Feb 2018 21:56:21 +1000 Subject: [PATCH] Added Chariot --- Source/Chariot/rules.txt | 57 ++++++++++++++++++++++++++++++++++++++++ Source/Smurfs2/rules.txt | 2 +- build.sh | 1 + 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 Source/Chariot/rules.txt diff --git a/Source/Chariot/rules.txt b/Source/Chariot/rules.txt new file mode 100644 index 00000000..54d96990 --- /dev/null +++ b/Source/Chariot/rules.txt @@ -0,0 +1,57 @@ + +[Definition] +titleIds = 0005000010179900, 000500001017AC00, 00050000101B4400 +name = "Chariot - " +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 = 128 +height = 128 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +width = 256 +height = 256 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +width = 64 +height = 64 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +width = 12 +height = 12 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +width = 512 +height = 1024 +overwriteWidth = +overwriteHeight = diff --git a/Source/Smurfs2/rules.txt b/Source/Smurfs2/rules.txt index 916f62b4..9d933fd5 100644 --- a/Source/Smurfs2/rules.txt +++ b/Source/Smurfs2/rules.txt @@ -7,7 +7,7 @@ $scaleFactorY = $fullHeight / 1080.0; $title = get_title($fullWidth, $fullHeight); ?> [Definition] -titleIds = 0005000010115D00 +titleIds = 0005000010115D00, 0005000010113300 name = "The Smurfs 2 - " version = 2 diff --git a/build.sh b/build.sh index d53a6470..991542b8 100644 --- a/build.sh +++ b/build.sh @@ -142,6 +142,7 @@ std_respack "Ben10Omniverse" "${res16by9[@]/$just720p}" std_respack "BreathOfTheWild" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}" std_respack "Brunswick" "${res16by9[@]/$just720p}" std_respack "CaptainToad" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}" +std_respack "Chariot" "${res16by9[@]/$just720p}" std_respack "ChimpuzzlePro" "${res16by9[@]/$just720p}" std_respack "ChompyChompChompParty" "${res16by9[@]/$just720p}" std_respack "CitizensOfEarth" "${res16by9[@]/$just720p}"