Troubleshooting
Important to Know
-
Avoid using Mod Managers like Vortex or CurseForge Client for now. They're currently not working properly for Palworld and will install UE4SS and its mods incorrectly resulting in things not working. Follow the installation guide here instead.
-
You might see mentions about needing to use something called "UE4SS Signatures". Please do not use this regardless of what anyone says. It was necessary back during Palworld's release in 2024, but it is not necessary anymore and will cause problems. If you have a folder called
UE4SS_Signatures
, delete it. You can find it in the Win64/WinGDK folder. -
Do NOT use the UE4SS version that was released back in February 14th 2024, because there are many bugs in the old version of UE4SS that were fixed ages ago. Same thing goes for any versions before 3.0.1. You should be using experimental-palworld fork, since it comes with an extra
MemberVariableLayout
file that prevents crashing issues with various mods. -
UE4SS will always come with some default mods like
BPModLoaderMod
orBPML_GenericFunctions
. Do NOT delete these as that will cause UE4SS to not function properly. Leave the default mods alone. Same goes formods.txt
andmods.json
, never ever touch these files, because you risk breaking UE4SS' functionality.
Game Crashes on Startup after installing UE4SS
There could be multiple causes for this, but let's go step-by-step to ensure everything is right:
-
Check that you don't have leftover files from a potential old installation of UE4SS. This is easy to spot by checking if you have a
xinput1_3.dll
file where UE4SS was installed. If you see such file, delete it and try relaunching the game again. -
Verify that you have the
MemberVariableLayout
file inside the ue4ss folder. -
If you're still experiencing crashes at this point and you've installed mods, try removing any mods you added one by one until the game stops crashing.
Mods are not loading
-
After launching the game, check the
ue4ss
folder to see if you have aUE4SS.log
file. If you don't have file name extensions enabled in Windows settings then you're looking for a file calledUE4SS
. If you don't see the file, then that means UE4SS isn't correctly installed. Check to see if you have adwmapi.dll
file inside Win64/WinGDK folder and that you haveUE4SS.dll
andUE4SS-Settings
files inside the ue4ss folder. If you don't have those three files in those locations then you need to redo the installation steps. -
If you have a
Mods
folder inside Win64/WinGDK, move any mods from inside of it intoue4ss/Mods
instead and if it asks to replace something, click NO. Delete theMods
folder inside Win64/WinGDK afterwards. Latest experimental version of UE4SS is moving towards usingue4ss/Mods
as the mods folder. -
Verify that you've installed the mods correctly by checking the mod's description or a potential pinned comment by the mod author.
-
If none of the previous worked, the mods that aren't working might be outdated. This game is constantly changing, meaning that some mods will cease to function depending on what they change about the game.