mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 08:21:51 +01:00
Add Monster Hunter 3 Ultimate pack
Will get other resolutions once 1.11.0 releases
This commit is contained in:
parent
af84a01bef
commit
bfc52674b0
30
Source/MonsterHunter3Ultimate/rules.txt
Normal file
30
Source/MonsterHunter3Ultimate/rules.txt
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
<?php
|
||||||
|
include 'Source/functions.php';
|
||||||
|
$fullWidth = $argv[1];
|
||||||
|
$fullHeight = $argv[2];
|
||||||
|
$scaleFactorX = $fullWidth / 1920.0;
|
||||||
|
$scaleFactorY = $fullHeight / 1080.0;
|
||||||
|
$title = get_title($fullWidth, $fullHeight);
|
||||||
|
?>
|
||||||
|
[Definition]
|
||||||
|
titleIds = 0005000010118300,0005000010117200,0005000010104D00
|
||||||
|
name = "Monster Hunter 3 Ultimate - <?=$title?>"
|
||||||
|
version = 2
|
||||||
|
|
||||||
|
[TextureRedefine] # tv
|
||||||
|
width = 1920
|
||||||
|
height = 1080
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
||||||
|
|
||||||
|
[TextureRedefine] # half scale
|
||||||
|
width = 1920
|
||||||
|
height = 1080
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*960)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*540)?>
|
||||||
|
|
||||||
|
[TextureRedefine] # gamepad
|
||||||
|
width = 854
|
||||||
|
height = 480
|
||||||
|
#overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||||
|
#overwriteHeight = <?=round($scaleFactorY*1080)?>
|
1
build.sh
1
build.sh
@ -129,6 +129,7 @@ std_respack "MarioSonicRio" "${res16by9[@]/$just720p}"
|
|||||||
std_respack "MarioSonicSochi" "${res16by9[@]/$just720p}"
|
std_respack "MarioSonicSochi" "${res16by9[@]/$just720p}"
|
||||||
std_respack "MarioTennis" "${res16by9[@]/$just720p}"
|
std_respack "MarioTennis" "${res16by9[@]/$just720p}"
|
||||||
std_respack "MightyNumber9" "${res16by9[@]/$just720p}"
|
std_respack "MightyNumber9" "${res16by9[@]/$just720p}"
|
||||||
|
std_respack "MonsterHunter3Ultimate" "${res16by9[@]/$just720p}"
|
||||||
std_respack "NBA2K13" "${res16by9[@]/$just720p}"
|
std_respack "NBA2K13" "${res16by9[@]/$just720p}"
|
||||||
std_respack "NewSuperMarioBrosU" "${res16by9[@]/$just720p}"
|
std_respack "NewSuperMarioBrosU" "${res16by9[@]/$just720p}"
|
||||||
std_respack "NinjaGaiden3RE" "${res16by9[@]/$just720p}"
|
std_respack "NinjaGaiden3RE" "${res16by9[@]/$just720p}"
|
||||||
|
Loading…
Reference in New Issue
Block a user