Davipb / SkyrimRedirector

An SKSE/SKSE64 plugin to redirect hardcoded paths such as Skyrim.ini and plugins.txt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An SKSE/SKSE64 plugin to redirect hardcoded paths such as Skyrim.ini and plugins.txt

License:MIT License


Languages

Language:C 100.0%