Fixing Gears of War Lens Flare #6
bomabomaboma
started this conversation in
General
Replies: 1 comment 20 replies
-
IIRC changing the Besides that I guess you could see if the LensFlare default could be patched in the XEX, or find whatever code is checking it. |
Beta Was this translation helpful? Give feedback.
20 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Every Gears of War title has the same problem in Xenia:
Bright light sources are rendered by the camera, regardless of whatever geometry is in the way. It can be incredibly distracting.
I've solved the issue by identified the variable that needs to be changed in the game's data files, but a patch would be so preferable.
GearGame\Config\Xbox360-GearEngine.ini
[SystemSettings]
LensFlare:False
Basically, LensFlare needs to be disabled. Barely affects image quality, solves the issue completely for all of the GOW games.
I've tried using Ghidra, but I don't know what I'm doing. Here's hoping @illusion0001 or @emoose does.
Beta Was this translation helpful? Give feedback.
All reactions