Replies: 1 comment
-
|
im not implying anything, but it's way worse than just using autohdr. at least on my monitor |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
THIS MOD IS A WORK IN PROGRESS
Summary
This mod adds native HDR support to Ori and the Blind Forest: Definitive Edition using RenoDX. The original game does not support HDR and is built around 8-bit UNORM color precision. This mod upgrades the rendering pipeline to support 16-bit float targets, implements HDR output, and applies manual fixes to resolve color artifacts and preserve artistic intent.
Features
Tone Mapping
Color Grading Controls
(Enabled when not using
Vanillatone mapper)Resource Enhancements
Artifact Fixes
Ori was originally built on a heavily clamped, 8-bit SDR pipeline. When upgrading to 16-bit float render targets for HDR, the game began exhibiting rendering artifacts.
These issues were resolved by manually identifying and clamping many problematic shaders with
saturate().Installation
renodx-ori1definitive.addon32into the Ori and the Blind Forest installation directory (same location as the game executable).<HOME>to open the ReShade UI and access the RenoDX tab.Repo Build:
https://clshortfuse.github.io/renodx/renodx-ori1definitive.addon32
Beta Was this translation helpful? Give feedback.
All reactions