From c57f15ca3a5cb188b3b407c279777ba1061ef53a Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 3 Feb 2018 18:37:29 -0800 Subject: [PATCH] [MCSM] Add support --- Source/MinecraftStory/rules.txt | 62 +++++++++++++++++++++++++++++++++ build.sh | 1 + 2 files changed, 63 insertions(+) create mode 100644 Source/MinecraftStory/rules.txt diff --git a/Source/MinecraftStory/rules.txt b/Source/MinecraftStory/rules.txt new file mode 100644 index 00000000..527680da --- /dev/null +++ b/Source/MinecraftStory/rules.txt @@ -0,0 +1,62 @@ + + +[Definition] +titleIds = 00050000101E0100,000500001020A200,000500001020A300 +name = "Minecraft: Story Mode - " +version = 2 + +[TextureRedefine] +width = 1280 +height = 720 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 1024 +#height = 1024 +#formatsExcluded = +#overwriteWidth = +#overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 1022 +#height = 1022 +#formatsExcluded = +#overwriteWidth = +#overwriteHeight = + +[TextureRedefine] +width = 640 +height = 360 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 320 +height = 180 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 160 +height = 90 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 80 +height = 45 +#formatsExcluded = +overwriteWidth = +overwriteHeight = diff --git a/build.sh b/build.sh index eb4eb446..7aad6b1b 100644 --- a/build.sh +++ b/build.sh @@ -151,6 +151,7 @@ std_respack "MarioKart8" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9 std_respack "MarioSonicSochi" "${res16by9[@]/$just720p}" std_respack "MarioTennis" "${res16by9[@]/$just720p}" std_respack "MarioParty10" "${res16by9[@]/$just720p}" +std_respack "MinecraftStory" "${res16by9[@]/$just720p}" std_respack "MonsterHunter3Ultimate" "${res16by9[@]/$just1080p}" std_respack "NBA2K13" "${res16by9[@]/$just720p}" std_respack "NewSuperMarioBrosU" "${res16by9[@]/$just720p}"