Fallout New Vegas
0 of 0

File information

Last updated

Original upload

Created by

doodlum

Uploaded by

doodlum

Virus scan

Safe to use

About this mod

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

Requirements
Permissions and credits
 


OVERVIEW


NVSE plugin 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.


Preview: The UI is unaffected by the DoF shader.


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

xNVSE


SOURCE

doodlum/fnv-reshade-helper


COMPATIBILITY

Compatible with everything... apart from DXVK probably.


CREDITS

Wall_SoGB for decoded functions.
Alenet for confirmation that the hook was correct, via TESReloaded source code.