Troubleshooting (Dedicated Server) - Okaetsu/CreativeMenu GitHub Wiki
DISCLAIMER: THIS MOD DOESN'T WORK ON LINUX SERVERS BECAUSE UE4SS DOESN'T SUPPORT LINUX YET, IT IS BEING WORKED ON HOWEVER!
Cannot obtain items and Pals are not spawning
This is a pretty common issue even if the mod was installed properly, you can try the following things to fix it:
-
Ensure the mod and UE4SS was installed correctly.
-
Check if your server provider supports UE4SS.
-
Make sure you have installed the temporary BPModLoaderMod fix as this is important for any LogicMods to even work on the server. DO NOT INSTALL AS A CLIENT, THIS IS MEANT TO BE IN SERVER'S FILES.
-
Make sure
{root_of_your_palserver}\Pal\Binaries\Win64\Mods\mods.txt
has the following inside it in:
CheatManagerEnablerMod : 1
ActorDumperMod : 0
ConsoleCommandsMod : 1
ConsoleEnablerMod : 1
SplitScreenMod : 0
LineTraceMod : 0
BPModLoaderMod : 1
BPML_GenericFunctions : 1
jsbLuaProfilerMod : 0
; Built-in keybinds, do not move up!
Keybinds : 1
- Make sure BPModLoaderMod exists within the Mods folder in
{root_of_your_palserver}\Pal\Binaries\Win64\Mods
. If it doesn't exist then you'll have to redownload UE4SS to get another copy of BPModLoaderMod. (Make sure to install the BPModLoaderMod Fix after you've done it)
Cannot connect to the server after installing UE4SS
- This is an issue with UE4SS that was fixed in one of the experimental versions, install the experimental version mentioned here in a comment by UE4SS and you should be able to connect to the server again. Direct link if you can't find it
Getting disconnected from the server as a client after trying to obtain items or pals
- This happens when the mod version isn't the same for both client and server, make sure both the server and client are on the same version of the mod or this will occur, it is not a bug and is 100% intended behaviour.
What to do if none of this worked?
Join the discord server and send the UE4SS.log file in the #help channel. Instructions on how to find the UE4SS.log file can be found here: Finding UE4SS.log