A dll to allow ordering SKSE plugins.
Reupload the binary to mod sites is prohibit.
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
MO2
Place the dll in prefered location
Modify MO2 Executables by clicking Edit.. in Main window.
Select prefered SKSE executable, check Force load libraries, then click Configure Libraries.
Add New row, fill in proccess name: SkyrimSE.exe, and path to the extracted dll. Click OK to confirm.
Apply edit.
Run the Executable as usual.
DLL Plugin Loader (or similar preloader)
Refers to Nexus page on where to put the dll.
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Create skseLoadOrder.ini under {Game Dir}/Data/SKSE/Plugins through MO2 or prefered method.
List desired load order for dlls by entering the dll names line by line, the load order would be from top to bottom.
dlls listed but not found in the Plugins folder would be ignored.
dlls unlisted but present in the Plugins folder would be loaded after the dlls in list is loaded, in NTFS file order (as default to SKSE).
CrashLogger.dll
someOtherPluginA.dll
*The dll names are case sensitive.
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
The dll uses OutputDebugString to print debug infos.
Use DebugView, DebugView++ on github or similar program to view the output.
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
This project is using Minhook by Tsuda Kageyu.
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Copyright (C) 2024 king_eric1992@hotmail.com
[April.4.2024] initial release.