0 of 0

File information

Last updated

Original upload

Created by

MusaQH

Uploaded by

MusaQH

Virus scan

Safe to use

Tags for this mod

About this mod

Partial rewrite of the graphics pipeline to fix HDR and add controls for tonemapping, paper white, hue correction, and color grading.

Requirements
Permissions and credits
REQUIRES DX11

RenoDX rewrites the game's shaders to fix and enhance its HDR implementation. It improves tonemapping, brightness control, and color grading for a more immersive experience. RenoDX uses the Reshade Add-on API, not Reshade effects.
Features
General:
  • Based on ReShade's Addon system, eliminating the need for patches after game updates.
  • 3 customizable presets.
  • "Off" Preset that roughly matches how the game looks without the mod.
  • New tonemapper built on the Daniele Curve, the basis for ACES 2.0.
  • Realtime sliders for instant feedback.
  • In-game HDR sliders have been disabled and replaced with RenoDX's own sliders in the RenoDX menu 
HDR Fixes:
  • Gamma Correction Fix: The original SDR used sRGB gamma but was likely still made on 2.2 gamma displays. The HDR implementation mistakenly does not correct for this mismatch, resulting in grayish, washed-out shadows. The game's developers added a contrast slider as an attempt to remedy this issue, but it provided poor results. This issue has been properly addressed by correcting for gamma mismatch so the output resembles 2.2 gamma, eliminating the need for a contrast slider fix.
  • Better brightness control: The game defaulted to a high brightness level and the lowest value of 80 is still fairly bright for a dark room. RenoDX allows for a greater range of brightness adjustment.
  • Fixed Highlight Clipping: The game's brightness slider scales brightness after tonemapping, but the vanilla tonemapper's peak nits didn't properly adjust for when the user adjusted the brightness slider, so the developers just clipped highlights to cover up overshoot.
Brightness Control:
  • Peak Brightness: Adjust the game's maximum brightness to fit your display.
  • Game Brightness: Control the brightness of the game render.
  • UI Brightness: Control the brightness of UI elements.
Color Grading Sliders:
  • Exposure.
  • Highlights.
  • Shadows.
  • Contrast.
  • Saturation.
  • Blowout.
  • Scene Grading

Installation
  • Install Reshade 6.4.1 or higher with addon support (link). No Reshade effects are required.
  • Copy renodx-baldursgate3.addon64
     into the Baldur's Gate 3 installation folder (next to your bg3_dx11.exe
     and the same folder you installed Reshade to).
  • Run the game.
  • Press <HOME> on your keyboard to access the Reshade UI.

About RenoDX
RenoDX, short for "Renovation Engine for DirectX Games," is a toolset to mod games. It can replace shaders, inject buffers, add overlays, and write user settings to disk. Using Reshade's addon system ensures broad compatibility across DirectX games without needing to patch version-specific exe files. The source code is available on GitHub.
Credits
  • Thanks to ShortFuse for creating the RenoDX framework.