mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[GH-ISSUE #938] Bloodborne - Light Overexposure is Alleviated with Lowered Resolution #280
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#280
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anasteraceae on GitHub (Sep 16, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/938
While taking screenshots for my lighting mod, I made the discovery that reducing the resolution of Bloodborne using a patch fixes the issue with overexposed lights from sfx and world lighting. Unsure if this is helpful, but thought I'd note it in case it helps in any way with the emulator.
For reference, some screenshots:
Base PS4:

Emulated:

Also, as an addendum, when trying to fix this issue by reducing light intensity, a general modifier of 25-30x less bright at 720p was the closest I could get to retail Bloodborne.
@fl4kez commented on GitHub (Sep 18, 2024):
actually where do you get the lower res patches from?
@anasteraceae commented on GitHub (Sep 18, 2024):
Here is the file for testing purposes (rename to .xml)
Bloodborne.txt
But to say I authored them is a stretch, you can just take one of the existing patches:
And edit the first two bytes32's, the first being horizontal resolution, the second being vertical.
You will need to convert an int to byte32 to get the value you want.
@Hermiten commented on GitHub (Oct 1, 2024):
Thanks about this, with this commit: https://github.com/shadps4-emu/shadPS4/pull/1146 the light is fixed :)