Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 746 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 746 Bytes

Skyrim Redirector

This is an SKSE and SKSE64 plugin that redirects every file I/O in Skyrim.ini, SkyrimPrefs.ini, and plugins.txt to a new path. It does so by hooking into the Windows API calls made by the game and changing their target file path if necessary.

This plugin was made for the Enderal total conversion of Skyrim and was inspired by Mod Organizer's 'Hook DLL', which does the same and more as this plugin, but is tied to the Mod Organizer program, and so wasn't suited for including in Enderal.

This project is under the MIT License, as is its one dependency, Microsoft's Detours library.