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] [Definition]
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00 titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = Contrasty name = Contrasty
path = "Xenoblade Chronicles X/Enhancements/Contrasty" path = "Xenoblade Chronicles X/Graphics/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. description = Colour and contrast - Replaces AA removal
version = 3 version = 3
[Preset] [Preset]
name = Default name = default
$redShadows = 1.0 $redShadows = 1.0
$greenShadows = 1.0 $greenShadows = 1.0
$blueSadows = 1.0 $blueSadows = 1.0
@ -51,7 +51,7 @@ $bleach = 0.85
$sharp_mix = 0.1 $sharp_mix = 0.1
[Preset] [Preset]
name = Colourful name = Colourfull
$redShadows = 1.0 $redShadows = 1.0
$greenShadows = 1.0 $greenShadows = 1.0
$blueSadows = 1.0 $blueSadows = 1.0

View File

@ -1,11 +1,11 @@
[XCXFOVV102J] [XCXFOVV102J]
moduleMatches = 0x7672271D 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] [XCXFOVV100E_V101E]
moduleMatches = 0x218F6E07, 0xF882D5CF moduleMatches = 0x218F6E07, 0xF882D5CF
0x10190C7C = .float 0.85 # 1.0 is default, 0.75 wider FOV 0x10190C7C = .float $fov
[XCXFOVV102U] [XCXFOVV102U]
moduleMatches = 0x30B6E091 moduleMatches = 0x30B6E091
0x10190C7C = .float 0.85 # 1.0 is default, 0.75 wider FOV 0x10190C7C = .float $fov

View File

@ -1,4 +1,34 @@
[Definition] [Definition]
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00 titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Xenoblade Chronicles X - Wider FOV" # change values in patches.txt name = FoV
version = 2 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] [Definition]
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00 titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
name = "Xenoblade Chronicles X - Removes offline blinking" name = No offline tag
version = 2 path = "Xenoblade Chronicles X/Modifications/offline tag"
description = Removes offline blinking tag - Does not change actual offline state
version = 3