XCX patches 1.4.x cont' FOV, offline, structure

FoV Rules for 21:9-> 16:9  / 16:9-> 21:9  etc
Offline updateed and sorted
Contrasty sorted
This commit is contained in:
getdls 2018-11-01 22:57:58 +01:00
parent 3535be32c9
commit 1ac3a08ab7
4 changed files with 43 additions and 11 deletions

View File

@ -1,13 +1,13 @@
[Definition]
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = Contrasty
path = "Xenoblade Chronicles X/Enhancements/Contrasty"
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Enabling will ignore your other AA settings.
path = "Xenoblade Chronicles X/Graphics/Contrasty"
description = Colour and contrast - Replaces AA removal
version = 3
[Preset]
name = Default
name = default
$redShadows = 1.0
$greenShadows = 1.0
$blueSadows = 1.0
@ -51,7 +51,7 @@ $bleach = 0.85
$sharp_mix = 0.1
[Preset]
name = Colourful
name = Colourfull
$redShadows = 1.0
$greenShadows = 1.0
$blueSadows = 1.0

View File

@ -1,11 +1,11 @@
[XCXFOVV102J]
moduleMatches = 0x7672271D
0x1019087C = .float 0.85 # 1.0 is default, 0.75 wider FOV
0x1019087C = .float $fov # 1.0 is default, 0.75 wider FOV
[XCXFOVV100E_V101E]
moduleMatches = 0x218F6E07, 0xF882D5CF
0x10190C7C = .float 0.85 # 1.0 is default, 0.75 wider FOV
0x10190C7C = .float $fov
[XCXFOVV102U]
moduleMatches = 0x30B6E091
0x10190C7C = .float 0.85 # 1.0 is default, 0.75 wider FOV
0x10190C7C = .float $fov

View File

@ -1,4 +1,34 @@
[Definition]
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Xenoblade Chronicles X - Wider FOV" # change values in patches.txt
version = 2
name = FoV
path = "Xenoblade Chronicles X/Modifications/FoV"
description = Changes FoV - Fixes edge framing for 21:9 cinematics and other FoV tweaks.
version = 3
[Preset]
name = Default FoV
$fov = 1.0
[Preset]
name = Match 16:9 horizontal FoV to 21:9 (1.3125)
$fov = 1.3125
[Preset]
name = Balance 48:9 (1.45)
$fov = 1.45
[Preset]
name = Slight FoV increase without breaking framing (0.925)
$fov = 0.925
[Preset]
name = Pc style wide FoV (0.825)
$fov = 0.825
[Preset]
name = Match 21:9 horizontal FoV to 16:9 (0.7442)
$fov = 0.7442
[Preset]
name = Fish eye (0.5)
$fov = 0.5

View File

@ -1,4 +1,6 @@
[Definition]
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Xenoblade Chronicles X - Removes offline blinking"
version = 2
name = No offline tag
path = "Xenoblade Chronicles X/Modifications/offline tag"
description = Removes offline blinking tag - Does not change actual offline state
version = 3