unreal shimloader
EXPERIMENTAL Thunderstore Mod Manager and r2modmanPlus support for RE-UE4SS and UE games.
Last updated | 9 months ago |
Total downloads | 36335 |
Total rating | 10 |
Categories | |
Dependency string | Thunderstore-unreal_shimloader-1.0.6 |
Dependants | 61 other packages depend on this package |
README
unreal-shimloader
Warning: This is currently experimental and problems WILL happen. Save often, yada yada.
This is a shim for the RE-UE4SS modloader, enabling Thunderstore Mod Manager and r2modmanPlus support.
Not using Thunderstore Mod Manager or r2modmanPlus?
If you are not using either of the previous mod managers then you can opt for a manual installation. unreal-shimloader will load the UE4SS binary for you.
Manual installation:
Note: GAME
in the following text refers to the top-level directory within the game's folder. This could be "Pal", for Palworld, or "VotV",
for Voices of the Void.
- Copy
dwmapi.dll
into theGAME/Binaries/Win64
directory. Its new path should beGAME/Binaries/Win64/dwmapi.dll
. - Copy the contents of the
UE4SS
folder in the package intoGAME/Binaries/Win64
.
GAME/Binaries/Win64
should now contain the following new files and folders:
GAME-Win64-Shipping.exe
ue4ss.dll
UE4SS-settings.ini
dwmapi.dll
← This is the unreal-shimloader binary. It will load UE4SS for you.Mods/
Mods and Configs
unreal-shimloader is controlled via the following arguments:
--mod-dir
: The path of a directory which contains one or more directories, of which contain ue4ss lua and dll mods.
- Maps to
GAME/Binaries/Win64/Mods
--pak-dir
: The path of a directory which contains one or more blueprint mods (.pak
files).
- Maps to
GAME/Content/Paks/LogicMods
--cfg-dir
: The path of a directory which contains config files, usually with the .cfg
extension.
- Maps to
GAME/Config