Skip to content

Commit 7419084

Browse files
authored
Gears Judgment Patches (#440)
1 parent 49d55f7 commit 7419084

File tree

1 file changed

+51
-5
lines changed

1 file changed

+51
-5
lines changed

patches/4D530A26 - Gears of War Judgment (TU4).patch.toml

Lines changed: 51 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,37 @@ hash = "013148141A27D4C7" # default.xex
4545
value = 0x38a00010
4646

4747
[[patch]]
48-
name = "Resolution Scaling Fix / Disable All Post-Processing"
48+
name = "Disable All Post-Processing"
4949
desc = "Dramatically changes the overall look of the game, but fixes all edge-detection overcorrection and color smearing when upscaling."
50-
author = "boma"
50+
author = "boma, Mr Pibb"
5151
is_enabled = false
5252

5353
[[patch.be16]]
5454
address = 0x827e50ec
5555
value = 0x4800
56-
[[patch.be32]] # nop finishing render pass from branching to temporal AA resolve
57-
address = 0x827e42a4
58-
value = 0x60000000
56+
57+
[[patch]]
58+
name = "Resolution Scaling Fix"
59+
desc = "Use alongside Disable FXAA. Patches post-processing effects to be upscaling-friendly."
60+
author = "Mr Pibb"
61+
is_enabled = false
62+
63+
[[patch.be8]]
64+
address = 0x8236aeff
65+
value = 0x00
66+
[[patch.be8]]
67+
address = 0x8236af3f
68+
value = 0x00
69+
70+
[[patch]]
71+
name = "Disable FXAA"
72+
desc = "A clearer image at the expense of slightly more aliasing."
73+
author = "Mr Pibb"
74+
is_enabled = false
75+
76+
[[patch.be32]]
77+
address = 0x8243ffb0
78+
value = 0x39600000
5979

6080
[[patch]]
6181
name = "Disable Ambient Occlusion"
@@ -103,6 +123,16 @@ hash = "013148141A27D4C7" # default.xex
103123
address = 0x825b7478
104124
value = 0x39400000
105125

126+
[[patch]]
127+
name = "Disable Film Grain"
128+
desc = "Disables the film grain post-process effect. Does not impact performance."
129+
author = "Mr Pibb"
130+
is_enabled = false
131+
132+
[[patch.be32]]
133+
address = 0x8243cf5c
134+
value = 0xc01f0000
135+
106136
[[patch]]
107137
name = "Disable Coalesced hash check"
108138
desc = "Allows for Coalesced modifications."
@@ -124,3 +154,19 @@ hash = "013148141A27D4C7" # default.xex
124154
[[patch.be8]]
125155
address = 0x83544e34 # Frametime
126156
value = 0x01
157+
158+
[[patch]]
159+
name = "Steam Deck / 16:10 Aspect Ratio"
160+
desc = "Must set present_letterbox = false in the Xenia Canary config."
161+
author = "TudorHorse, Mr Pibb"
162+
is_enabled = false
163+
164+
[[patch.be16]]
165+
address = 0x82992666
166+
value = 0x0320
167+
[[patch.f32]]
168+
address = 0x82083350
169+
value = 1.6
170+
[[patch.be16]]
171+
address = 0x82640504
172+
value = 0x4800

0 commit comments

Comments
 (0)