How to install and manage mods on my Palworld server

Post Reply
User avatar
0nopeO
Staff
Staff
Posts: 100
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Sep 04, 2021 2:47 pm
Location: St. Louis, MIssouri

How to install and manage mods on my Palworld server

Post by 0nopeO »

Tired of the same old Pals? How about adding some mods! Palworld has a few ways that you can achieve this...

Using PAK files:
  1. On the "Server control" tab, stop your server.
  2. Using your preferred FTP client, connect to your server's FTP using the credentials listed on the "File Manager" tab in your control panel.
    1. If you aren't sure how to connect, we have a guide for FileZilla posted here: viewtopic.php?t=8044
  3. Navigate to the "/Pal/Content/Paks" directory.
  4. Upload your PAK files to this directory.
  5. Start your server back up.
Using UE4SS:
  1. On the "Server control" tab, stop your server.
  2. Navigate to https://github.com/UE4SS-RE/RE-UE4SS/releases and download the latest release.
  3. Extract the downloaded file.
  4. Using your preferred FTP client, connect to your server's FTP using the credentials listed on the "File Manager" tab in your control panel.
    1. If you aren't sure how to connect, we have a guide for FileZilla posted here: viewtopic.php?t=8044
  5. Navigate to the "/Pal/Binaries/Win64" directory.
  6. Upload the contents of the extracted folder (dwmapi.dll and ue4ss) to this directory.
  7. Configuring UE4SS:
    1. Navigate to the "/Pal/Binaries/Win64/ue4ss" directory.
    2. Download "UE4SS-settings.ini" to your computer.
    3. Change "bUseUObjectArrayCache" to false if it set to true.
    4. Upload the edited file to the "/Pal/Binaries/Win64/ue4ss" directory.
  8. Installing mods for UE4SS:
    1. Navigate to the "/Pal/Binaries/Win64/Mods" directory.
    2. Upload your mod folders to this directory; mod folders should contain a "Scripts" folder with a "main.lua" file inside.
  9. Start your server back up.
Post Reply