cemu_graphic_packs/Source/OnePiece/rules.txt

34 lines
843 B
Plaintext
Raw Normal View History

2017-10-20 01:07:38 +02:00
<?php
include 'Source/functions.php';
$fullWidth = $argv[1];
$fullHeight = $argv[2];
$scaleFactorX = $fullWidth / 1280.0;
$scaleFactorY = $fullHeight / 720.0;
$title = get_title($fullWidth, $fullHeight);
?>
[Definition]
titleIds = 0005000010175C00,0005000010175D00
name = "ONE PIECE Unlimited World Red - <?=$title?>"
version = 2
[TextureRedefine] # tv
width = 1280
height = 720
2017-11-01 18:49:28 +01:00
tileModesExcluded = 0x001
2017-10-20 01:07:38 +02:00
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*720)?>
[TextureRedefine] # half-res alpha
width = 640
height = 360
2017-11-01 18:49:28 +01:00
tileModesExcluded = 0x001
2017-10-20 01:07:38 +02:00
overwriteWidth = <?=round($scaleFactorX*640)?>
overwriteHeight = <?=round($scaleFactorY*360)?>
[TextureRedefine] # gamepad
width = 854
height = 480
#overwriteWidth = <?=round($scaleFactorX*1280)?>
#overwriteHeight = <?=round($scaleFactorY*720)?>