Oblivion ReShade Helper

Created On
N/A
Updated On
N/A
Total Views
2
Total Downloads
0
Maintainer
doodlum

****  

OVERVIEW****

ReShade addon which allows ReShade to render all effects under the UI and provides additional information to shaders.

This requires noedits to ReShade shaders.
You can have this mod passively installed; it will onlyinject code if ReShade is present.

Install manually into the root folder next to Oblivion.exe.


Preview: The UI is unaffected by the DoF shader.

These variables are untested.

uniform bool ModLoaded < source = "ModLoaded"; >;

// x - Current weather ID
// y - Outgoing weather ID
// z - Weather transition percent
// w - Current game time
uniform  float4 Weather  < source = "Weather"; >;

// Local FormID of worldspaces. Interiors are 0.
uniform  float WorldspaceID < source = "WorldspaceID"; >;

// Local FormID of interiors. Exteriors are 0.
uniform  float InteriorID < source = "InteriorID"; >;

REQUIREMENTS
ReShade with Addon Support

SOURCE

doodlum/ob-reshade-helper

COMPATIBILITY
**Compatible with everything... apart from DXVK probably.

CREDITS**
Alenetfor the hook, via TESReloaded source code.