2017-10-19 05:35:32 +02:00
|
|
|
<?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 = 0005000010143400,0005000010143600,0005000010143500
|
|
|
|
name = "The Legend of Zelda: The Wind Waker HD - <?=$title?>"
|
|
|
|
version = 2
|
|
|
|
|
|
|
|
[TextureRedefine] # game rendering resolution
|
|
|
|
width = 1920
|
|
|
|
height = 1080
|
|
|
|
formatsExcluded = 0x41A # exclude the intro background texture
|
|
|
|
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
|
|
|
|
2017-11-11 13:21:48 +01:00
|
|
|
|
2017-12-29 02:11:57 +01:00
|
|
|
[TextureRedefine] # Shadow projection
|
2017-11-09 22:47:48 +01:00
|
|
|
width = 960
|
|
|
|
height = 540
|
2017-12-30 19:27:25 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*960*2)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*540*2)?>
|
2017-11-10 23:49:14 +01:00
|
|
|
|
2017-12-29 02:11:57 +01:00
|
|
|
[TextureRedefine] # shadow blur, Bloom pyarmid start
|
2017-11-10 23:49:14 +01:00
|
|
|
width = 480
|
|
|
|
height = 270
|
2017-12-29 03:16:59 +01:00
|
|
|
#formatsExcluded = 0x816 # uncomment for original large bloom
|
2017-12-30 19:27:25 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*480*2)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorX*270*2)?>
|
2017-11-09 22:47:48 +01:00
|
|
|
|
2017-10-19 05:35:32 +02:00
|
|
|
[TextureRedefine] # gamepad rendering resolution
|
|
|
|
width = 854
|
|
|
|
height = 480
|
2017-12-30 19:27:25 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*854*2)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*480*2)?>
|
2017-12-29 02:11:57 +01:00
|
|
|
|
|
|
|
[TextureRedefine] # last shadow blur. Bloom pyramid 2
|
|
|
|
width = 240
|
|
|
|
height = 135
|
2017-12-29 03:16:59 +01:00
|
|
|
#formatsExcluded = 0x816 # uncomment for original large bloom
|
2017-12-30 19:27:25 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*240*2)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*135*2)?>
|
2017-12-29 02:11:57 +01:00
|
|
|
|
|
|
|
[TextureRedefine] # Bloom pyramid 3
|
|
|
|
width = 120
|
|
|
|
height = 67
|
2017-12-29 03:16:59 +01:00
|
|
|
#formatsExcluded = 0x816 # uncomment for original large bloom
|
2017-12-30 19:27:25 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*120*2)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*67*2)?>
|
2017-12-29 03:21:34 +01:00
|
|
|
|
2017-12-29 02:11:57 +01:00
|
|
|
|
|
|
|
[TextureRedefine] # Bloom pyramid 4 last step
|
|
|
|
width = 60
|
|
|
|
height = 33
|
2017-12-29 03:16:59 +01:00
|
|
|
#formatsExcluded = 0x816 # uncomment for original large bloom
|
2017-12-30 19:27:25 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*60*2)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*33*2)?>
|
2017-12-29 03:21:34 +01:00
|
|
|
|
2017-12-29 02:14:45 +01:00
|
|
|
|
|
|
|
[TextureRedefine] #Shadows
|
|
|
|
width = 1024
|
|
|
|
height = 1024
|
|
|
|
formats = 0x005
|
2018-02-19 23:13:55 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorY*1024*2)?>
|
2017-12-30 19:27:25 +01:00
|
|
|
overwriteHeight = <?=round($scaleFactorY*1024*2)?>
|