Silky's Engine / GSIWin Game Loader
This redirects file access (e.g., save data) from %APPDATA% to the game’s local directory.
- Build the project.
- Drag and drop the target game’s executable file onto
silkys.loader.exelocated inBuild/Artifacts.
Before launching the loader, move the save data folder:
%APPDATA%\SilkysPlus\{ProductName}\save → (move to the game directory)
Based on crskycode/LoaderFramework