Hi, I'm working on making my own mod manager similar to Mod Organizer as part of a computer science independent study. I've figured out how all the GUI bits, but I'm having trouble figuring out how to code Mod Organizer's signature virtual file system. At first I thought of creating symlinks with my code, but this guide put me onto the trail of "hooking," and specifically recommended trying EasyHook. While I think can understand the underlying concept of hooking (essentially intercepting signals from the OS and redirecting them for whatever purpose), I don't really know how to make the hook actually redirect files. After a few hours of digging all I've learned is that documentation and examples of this hooking system are scant.
My question is: how might I create this on the fly file system or make Windows "pretend" a directory full of mod files is somewhere else.
If anyone knows a good resource for this kind of hooking or has better approach to my problem, I'd appreciate the help.
Question
RoboticWater
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now