2017-10-19 06:00:09 +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 = 0005000010137F00,0005000010138300,0005000010144800
|
|
|
|
name = "Donkey Kong Country: Tropical Freeze - <?=$title?>"
|
|
|
|
version = 2
|
|
|
|
|
|
|
|
[TextureRedefine] # game rendering resolution
|
|
|
|
width = 1280
|
|
|
|
height = 720
|
2017-12-11 00:56:03 +01:00
|
|
|
tileModesExcluded = 0x1
|
|
|
|
formatsExcluded = 0x31 # exclude the intro background texture
|
2017-10-19 06:00:09 +02:00
|
|
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
|
|
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|