Oblivion
0 of 0

File information

Last updated

Original upload

Created by

doodlum

Uploaded by

doodlum

Virus scan

Safe to use

Tags for this mod

About this mod

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

Requirements
Permissions and credits
 


OVERVIEW


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

This requires no edits to ReShade shaders.
You can have this mod passively installed; it will only inject 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

Alenet for the hook, via TESReloaded source code.