Self Troubleshooting - Okaetsu/CreativeMenu GitHub Wiki

Verify UE4SS was installed correctly

After you launch your game, you should have a UE4SS.log (Text Document) file in the same folder as Palworld-Win64-Shipping.exe, Palworld-WinGDK-Shipping.exe or PalServer-Win64-Shipping.exe. If you don't have a UE4SS.log then you most likely didn't install UE4SS correctly and need to go through the installation steps for UE4SS again which are found here on the Wiki.

Verify the Mod was installed correctly

If the menu isn't opening at all when you press F1 then you should take a look at the UE4SS.log (Text Document) file and look for the following (Ctrl+F):

CreativeMenu Lua v0.4.2 has been loaded, if this is not present then you didn't install the mod properly or the mod is outdated. Redo the installation steps for that platform. This line should always be present regardless of updates to the game.

BeginPlay -> Blueprint successfully configured!, if this is not present then there's a few things that could be causing it:

  1. You didn't follow the guide for installing the mod, which there are video guides for both Steam and Game Pass in the relevant Wiki sections. There is no video guide for Dedicated Servers because there are a ton of server hosts and I don't exactly have the money to spend to make a specific guide for each of them, so the best I can provide in the installation guide for Dedicated Servers is generic directions, but it shouldn't be too hard to apply that general guide to each host.

  2. You have .pak mods ending in _P that shouldn't be in the LogicMods folder, this is something you'll have to verify on that mod's installation page to see if they're meant to be in the LogicMods folder or not. Otherwise if a mod isn't meant to be in LogicMods, it will error out and cancel loading of any other UE4SS mods after it.

Actor for mod 'CreativeMenu' is not valid, if this line is present then there's a couple reasons this could be happening:

  1. You are either using Steam version of the mod on Game Pass or you are using Game Pass version of the mod on Steam.

  2. If this is on a Dedicated Server:
    A. You might be missing the BPModLoaderMod fix which was mentioned in the Dedicated Server installation steps.
    B. Make sure you have installed the Steam version of the mod on your Dedicated Server regardless of if the server is an Xbox or a Steam server.
    C. If applicable, use FTP to upload your files to the server instead of the web panel as this can often corrupt files and they'll end up being 0KB.