cemu_graphic_packs/Source/GhostBladeHD/rules.txt

140 lines
3.1 KiB
Plaintext
Raw Normal View History

<?php
include 'Source/functions.php';
$fullWidth = $argv[1];
$fullHeight = $argv[2];
$scaleFactorX = $fullWidth / 1280.0;
$scaleFactorY = $fullHeight / 720.0;
$title = get_title($fullWidth, $fullHeight);
?>
2018-02-04 23:13:06 +01:00
[Definition]
titleIds = 00050000101FFC00
2018-02-04 23:13:06 +01:00
name = "Ghost Blade HD - <?=$title?> "
version = 2
[TextureRedefine]
width = 1280
height = 720
2018-02-04 23:13:06 +01:00
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*720)?>
2018-02-04 23:13:06 +01:00
[TextureRedefine]
width = 1280
height = 220
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*220)?>
[TextureRedefine]
width = 1280
height = 183
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*183)?>
[TextureRedefine]
width = 1280
height = 147
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*147)?>
[TextureRedefine]
width = 1280
height = 109
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*109)?>
[TextureRedefine]
width = 1280
height = 73
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*73)?>
[TextureRedefine]
width = 1280
height = 36
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*36)?>
[TextureRedefine]
width = 854
height = 480
2018-02-04 23:13:06 +01:00
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*854)?>
overwriteHeight = <?=round($scaleFactorY*480)?>
[TextureRedefine]
width = 576
height = 720
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*576)?>
overwriteHeight = <?=round($scaleFactorY*720)?>
[TextureRedefine]
width = 435
height = 293
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*435)?>
overwriteHeight = <?=round($scaleFactorY*293)?>
[TextureRedefine]
width = 435
height = 256
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*435)?>
overwriteHeight = <?=round($scaleFactorY*256)?>
[TextureRedefine]
width = 435
height = 220
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*435)?>
overwriteHeight = <?=round($scaleFactorY*220)?>
[TextureRedefine]
width = 435
height = 183
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*435)?>
overwriteHeight = <?=round($scaleFactorY*183)?>
[TextureRedefine]
width = 435
height = 147
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*435)?>
overwriteHeight = <?=round($scaleFactorY*147)?>
[TextureRedefine]
width = 435
height = 109
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*435)?>
overwriteHeight = <?=round($scaleFactorY*109)?>
[TextureRedefine]
width = 435
height = 73
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*435)?>
overwriteHeight = <?=round($scaleFactorY*73)?>
[TextureRedefine]
width = 435
height = 36
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*435)?>
overwriteHeight = <?=round($scaleFactorY*36)?>
[TextureRedefine]
width = 352
height = 720
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*352)?>
overwriteHeight = <?=round($scaleFactorY*720)?>