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}"