Core library for mods by Acitulen.
If you have any suggestions or encounter a bug, you can submit it as an issue on my GitHub repository.
- Config system: adds the Mod configs category to the game settings (also opened with Ctrl+Shift+C in game).
- Save system: saves mod variables without creating extra save files.
- DataTable merging: merges mod DataTables into the game. Compatible with Fusion.
Install unreal shimloader
- Copy
dwmapi.dllinto theGAME/Binaries/Win64directory. Its new path should beGAME/Binaries/Win64/dwmapi.dll. - Copy the contents of the
UE4SSfolder in the package intoGAME/Binaries/Win64.
GAME/Binaries/Win64 should now contain the following new files and folders:
GAME-Win64-Shipping.exeue4ss.dllUE4SS-settings.inidwmapi.dll← This is the unreal-shimloader binary. It will load UE4SS for you.Mods/
Install ModUtils
- Copy
ModUtils.pakfrom thepakfolder toGAME/Content/Paks/LogicModsdirectory. - Copy the contents of the
modfolder into theGAME/Binaries/Win64/Mods/Acitulen-ModUtilsdirectory.
*You need to create theAcitulen-ModUtilsfolder manually.