From bfc52674b05ce726896064592dcf23e852455e5f Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 21 Oct 2017 15:24:20 -0700 Subject: [PATCH] Add Monster Hunter 3 Ultimate pack Will get other resolutions once 1.11.0 releases --- Source/MonsterHunter3Ultimate/rules.txt | 30 +++++++++++++++++++++++++ build.sh | 1 + 2 files changed, 31 insertions(+) create mode 100644 Source/MonsterHunter3Ultimate/rules.txt diff --git a/Source/MonsterHunter3Ultimate/rules.txt b/Source/MonsterHunter3Ultimate/rules.txt new file mode 100644 index 00000000..5d847ea5 --- /dev/null +++ b/Source/MonsterHunter3Ultimate/rules.txt @@ -0,0 +1,30 @@ + +[Definition] +titleIds = 0005000010118300,0005000010117200,0005000010104D00 +name = "Monster Hunter 3 Ultimate - " +version = 2 + +[TextureRedefine] # tv +width = 1920 +height = 1080 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # half scale +width = 1920 +height = 1080 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # gamepad +width = 854 +height = 480 +#overwriteWidth = +#overwriteHeight = diff --git a/build.sh b/build.sh index e68dea5d..bfe42ee0 100644 --- a/build.sh +++ b/build.sh @@ -129,6 +129,7 @@ std_respack "MarioSonicRio" "${res16by9[@]/$just720p}" std_respack "MarioSonicSochi" "${res16by9[@]/$just720p}" std_respack "MarioTennis" "${res16by9[@]/$just720p}" std_respack "MightyNumber9" "${res16by9[@]/$just720p}" +std_respack "MonsterHunter3Ultimate" "${res16by9[@]/$just720p}" std_respack "NBA2K13" "${res16by9[@]/$just720p}" std_respack "NewSuperMarioBrosU" "${res16by9[@]/$just720p}" std_respack "NinjaGaiden3RE" "${res16by9[@]/$just720p}"