| Last updated | a day ago |
| Total downloads | 517 |
| Total rating | 0 |
| Categories | Mods Libraries |
| Dependency string | acitulen-ModUtils-1.0.1 |
| Dependants | 4 other packages depend on this package |
This mod requires the following mods to function
Thunderstore-unreal_shimloader
Thunderstore Mod Manager and r2modmanPlus support for RE-UE4SS.
Preferred version: 1.1.7README
ModUtils
Core library for mods by Acitulen.
⚠️WARNING⚠️ This version of ModUtils is designed to function with VotV 0.9.0n. Using older or newer versions of the game may cause errors!
If you have any suggestions or encounter a bug, you can submit it as an issue on my GitHub repository.
Features:
- 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.
Manual installation guide.
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.