[FRN] rulesGen

This commit is contained in:
Michael 2018-02-24 23:03:54 -08:00
parent 240ace5cc2
commit f28af7cda0

View File

@ -11,39 +11,107 @@ titleIds = 000500001012f000
name = "FAST Racing NEO - <?=$title?>" name = "FAST Racing NEO - <?=$title?>"
version = 2 version = 2
[TextureRedefine] # TV #[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
#width = 4096
#height = 4096
#formatsExcluded =
#overwriteWidth = <?=round($scaleFactorX*4096)?>
#overwriteHeight = <?=round($scaleFactorY*4096)?>
[TextureRedefine]
width = 1280 width = 1280
height = 720 height = 720
formatsExcluded = 0x433 #formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*1280)?> overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*720)?> overwriteHeight = <?=round($scaleFactorY*720)?>
[TextureRedefine] # Half-width 1 [TextureRedefine]
width = 640 width = 1280
height = 720 height = 580
overwriteWidth = <?=round($scaleFactorX*640)?> #formatsExcluded =
overwriteHeight = <?=round($scaleFactorY*720)?> overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*580)?>
[TextureRedefine] # Half-res [TextureRedefine]
width = 640 width = 640
height = 360 height = 360
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*640)?> overwriteWidth = <?=round($scaleFactorX*640)?>
overwriteHeight = <?=round($scaleFactorY*360)?> overwriteHeight = <?=round($scaleFactorY*360)?>
[TextureRedefine] # Half-width 2 [TextureRedefine]
width = 640
height = 290
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*640)?>
overwriteHeight = <?=round($scaleFactorY*290)?>
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
#width = 512
#height = 512
#formatsExcluded =
#overwriteWidth = <?=round($scaleFactorX*512)?>
#overwriteHeight = <?=round($scaleFactorY*512)?>
[TextureRedefine]
width = 320 width = 320
height = 360
overwriteWidth = <?=round($scaleFactorX*320)?>
overwriteHeight = <?=round($scaleFactorY*360)?>
[TextureRedefine] # Q-res
width = 160
height = 180 height = 180
overwriteWidth = <?=round($scaleFactorX*160)?> #formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*320)?>
overwriteHeight = <?=round($scaleFactorY*180)?> overwriteHeight = <?=round($scaleFactorY*180)?>
[TextureRedefine] # gamepad [TextureRedefine]
width = 854 width = 320
height = 480 height = 145
#overwriteWidth = <?=round($scaleFactorX*1280)?> #formatsExcluded =
#overwriteHeight = <?=round($scaleFactorY*720)?> overwriteWidth = <?=round($scaleFactorX*320)?>
overwriteHeight = <?=round($scaleFactorY*145)?>
[TextureRedefine]
width = 196
height = 73
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*196)?>
overwriteHeight = <?=round($scaleFactorY*73)?>
[TextureRedefine]
width = 160
height = 90
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*160)?>
overwriteHeight = <?=round($scaleFactorY*90)?>
[TextureRedefine]
width = 160
height = 72
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*160)?>
overwriteHeight = <?=round($scaleFactorY*72)?>
[TextureRedefine]
width = 80
height = 45
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*80)?>
overwriteHeight = <?=round($scaleFactorY*45)?>
[TextureRedefine]
width = 80
height = 36
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*80)?>
overwriteHeight = <?=round($scaleFactorY*36)?>
[TextureRedefine]
width = 40
height = 22
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*40)?>
overwriteHeight = <?=round($scaleFactorY*22)?>
[TextureRedefine]
width = 40
height = 18
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*40)?>
overwriteHeight = <?=round($scaleFactorY*18)?>