2017-10-19 05:49:18 +02:00
|
|
|
<?php
|
|
|
|
include 'Source/functions.php';
|
|
|
|
$fullWidth = $argv[1];
|
|
|
|
$fullHeight = $argv[2];
|
|
|
|
$scaleFactorX = $fullWidth / 1280.0;
|
|
|
|
$scaleFactorY = $fullHeight / 720.0;
|
2018-01-20 18:39:39 +01:00
|
|
|
|
2017-10-19 05:49:18 +02:00
|
|
|
$title = get_title($fullWidth, $fullHeight);
|
|
|
|
?>
|
|
|
|
[Definition]
|
2018-01-20 18:39:39 +01:00
|
|
|
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
|
|
|
|
name = "Xenoblade Chronicles X - <?=$title?>"
|
2017-10-19 05:49:18 +02:00
|
|
|
version = 2
|
|
|
|
|
2018-01-20 18:39:39 +01:00
|
|
|
[TextureRedefine] # increase colour depth
|
|
|
|
formats = 0x01a,0x008
|
|
|
|
replaceFormat 0x01f
|
|
|
|
|
|
|
|
[TextureRedefine] # increase colour depth
|
|
|
|
formats = 0x816
|
|
|
|
replaceFormat 0x823
|
|
|
|
|
|
|
|
[TextureRedefine] # increase colour depth
|
|
|
|
formats = 0x0810
|
|
|
|
replaceFormat 0x81e
|
|
|
|
|
|
|
|
[TextureRedefine] # tv
|
2017-10-19 05:49:18 +02:00
|
|
|
width = 1280
|
|
|
|
height = 720
|
2018-01-20 18:39:39 +01:00
|
|
|
formatsExcluded = 0x031 #NLA flyover XCX logo screen
|
|
|
|
tileModesExcluded = 0x001
|
|
|
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
2017-10-19 05:49:18 +02:00
|
|
|
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
[TextureRedefine] #XCX shadow
|
|
|
|
width = 1024
|
|
|
|
height = 1024
|
|
|
|
formats = 0x005
|
|
|
|
overwriteWidth = <?=round($scaleFactorX*1024)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*1024)?>
|
|
|
|
|
|
|
|
[TextureRedefine] # Gear menu
|
|
|
|
width = 1024
|
|
|
|
height = 720
|
|
|
|
formatsExcluded = 0x001 #in game movies, stasis
|
|
|
|
overwriteWidth = <?=round($scaleFactorX*1024)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
|
|
|
|
2018-01-20 18:39:39 +01:00
|
|
|
[TextureRedefine] # Do not remove, must be upscaled with same factor as TV or probe view breaks
|
2017-11-20 01:53:39 +01:00
|
|
|
width = 854
|
|
|
|
height = 480
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*854)?>
|
2018-01-20 18:39:39 +01:00
|
|
|
overwriteHeight = <?=round($scaleFactorY*480)?>
|
2017-11-20 01:53:39 +01:00
|
|
|
|
2018-01-20 18:39:39 +01:00
|
|
|
[TextureRedefine] # half-res alpha
|
2017-10-19 05:49:18 +02:00
|
|
|
width = 640
|
|
|
|
height = 360
|
2018-01-20 18:39:39 +01:00
|
|
|
formatsExcluded = 0x41A,0x033,0x031,0x001 #dialog prompt fixes, XCX Logo NLA exclude obvious textures
|
|
|
|
tileModesExcluded = 0x001
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*640)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*360)?>
|
2017-10-19 05:49:18 +02:00
|
|
|
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
[TextureRedefine] #XCX Dynamic shadow scale both same for smoother transitions
|
|
|
|
width = 512
|
|
|
|
height = 512
|
|
|
|
formats = 0x005
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*1024)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*1024)?>
|
2017-10-19 05:49:18 +02:00
|
|
|
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
[TextureRedefine] # Sun, Light Sources (plants, armor etc)
|
|
|
|
width = 512
|
|
|
|
height = 288
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*512)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*288)?>
|
2017-10-19 05:49:18 +02:00
|
|
|
|
2018-01-20 18:39:39 +01:00
|
|
|
[TextureRedefine] # Fog
|
|
|
|
width = 426
|
2017-10-19 05:49:18 +02:00
|
|
|
height = 240
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*426)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*240)?>
|
2017-10-19 05:49:18 +02:00
|
|
|
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
[TextureRedefine] # q-res alpha (Previously not added due to potential conflict, please remove rule when using Xeno GCN4 workaround)
|
|
|
|
width = 320
|
|
|
|
height = 180
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*320)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*180)?>
|
2017-10-19 05:49:18 +02:00
|
|
|
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
[TextureRedefine]
|
|
|
|
width = 261
|
|
|
|
height = 223
|
|
|
|
#formatsExcluded =
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*261)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*223)?>
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
|
|
|
|
[TextureRedefine]
|
|
|
|
width = 256
|
|
|
|
height = 180
|
|
|
|
#formatsExcluded =
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*256)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*180)?>
|
2018-01-20 18:32:48 +01:00
|
|
|
|
2018-01-20 18:39:39 +01:00
|
|
|
[TextureRedefine] # "God rays" stencil res, lens reflections.
|
|
|
|
width = 256
|
|
|
|
height = 144
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*256)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*144)?>
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
|
|
|
|
#[TextureRedefine] # lod switch dithering, don't scale
|
|
|
|
#width = 256
|
|
|
|
#height = 8
|
|
|
|
#formats = 0x01a # verify not to scale.
|
|
|
|
|
|
|
|
#[TextureRedefine] # lod switch dithering, don't scale
|
|
|
|
#width = 256
|
|
|
|
#height = 4
|
|
|
|
#formats = 0x01a # verify not to scale.
|
|
|
|
|
2018-01-20 18:32:48 +01:00
|
|
|
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
[TextureRedefine] #
|
|
|
|
width = 255
|
|
|
|
height = 255
|
|
|
|
formats = 0x01a,0x810 # verify later
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*255)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*255)?>
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
|
|
|
|
[TextureRedefine]# Probe glow.
|
2018-01-20 18:39:39 +01:00
|
|
|
width = 160
|
|
|
|
height = 90
|
|
|
|
#formatsExcluded = 0x816 #fixed in shader
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*160)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*90)?>
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
|
|
|
|
[TextureRedefine]
|
|
|
|
width = 128
|
|
|
|
height = 128
|
|
|
|
formats = 0x806
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*128)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*128)?>
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
|
|
|
|
[TextureRedefine]
|
|
|
|
width = 128
|
|
|
|
height = 90
|
|
|
|
#formatsExcluded =
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*128)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*90)?>
|
2018-01-20 18:39:39 +01:00
|
|
|
|
|
|
|
[TextureRedefine]# should up-scale from 35 to keep aligment with other 16:9 buffers
|
2017-10-19 05:49:18 +02:00
|
|
|
width = 80
|
|
|
|
height = 46
|
2018-01-20 18:39:39 +01:00
|
|
|
#formatsExcluded = 0x816 #fixed in shader
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*80)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*45)?>
|
2018-01-20 18:39:39 +01:00
|
|
|
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
[TextureRedefine] #
|
|
|
|
width = 64
|
|
|
|
height = 64
|
|
|
|
formats = 0x816,0x820 #001a includes cube breaks if scaled
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*64)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*64)?>
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
|
|
|
|
[TextureRedefine]
|
|
|
|
width = 64
|
|
|
|
height = 46
|
|
|
|
#formatsExcluded =
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*64)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*46)?>
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
|
|
|
|
[TextureRedefine] #
|
|
|
|
height = 32
|
|
|
|
height = 32
|
|
|
|
formats = 0x806 #001a includes cube breaks flashlight scene
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*32)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*32)?>
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
|
|
|
|
#[TextureRedefine] #grading don't scale
|
|
|
|
#width = 16
|
|
|
|
#height = 16
|
|
|
|
#formatsExcluded =
|
|
|
|
#overwriteWidth = 16
|
|
|
|
#overwriteHeight = 16
|
|
|
|
|
|
|
|
[TextureRedefine] #
|
|
|
|
width = 8
|
|
|
|
height = 8
|
|
|
|
formats = 0x806
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*8)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*8)?>
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
|
|
|
|
[TextureRedefine] #
|
|
|
|
width = 4
|
|
|
|
height = 4
|
|
|
|
formats = 0x80e,0x81e #R16,RG16
|
2018-01-21 22:23:14 +01:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*4)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*4)?>
|
[XCX] scaling 806,820
Scaling 32,x32 8 etc if not
0x031,0x032,0x033,0x034,0x431,0x432,0x433,0x434,0x435,0x081
2018-01-21 22:10:15 +01:00
|
|
|
|
|
|
|
[TextureRedefine] #
|
|
|
|
width = 1
|
|
|
|
height = 1
|
|
|
|
formats = 0x008,0x01a,081e
|
|
|
|
overwriteWidth = <?=round($scaleFactorX*1)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*1)?>
|