About this mod
This is a prepackaged version of UE4SS (UE4SS-RE/RE-UE4SS) that is setup with the necessary Folder Structure for Palworld specifically.
- Requirements
- Permissions and credits
To check for Latest Releases and get directly from the source, please see the GitHub:
https://github.com/UE4SS-RE/RE-UE4SS/releases
If you are having trouble installing UE4SS and want a simple install then this Mod Package is for you.
Simply download 1 of the attached versions and drag the Pal folder on top of the Pal folder under Palworld.
All folder paths have been setup to make the process as seamless as possible.
For Xbox GamePass please see the releases ending in "gamepass" which defines the needed WinGDK Binaries folder
For Windows/PC setup such as Steam please see releases ending "dwmapi" or "xinput" which defines the needed Win64 Binaries folder
For Developers please see the releases ending in "Dev" which defines more options and customization to build mods with.
If on Steam Deck, it is also necessary change Compatibility for Palworld to "Proton Experimental"
and add Launch Options under General to point to the given DLL file with this command/option:
WINEDLLOVERRIDES="UE4SS.dll=n,b" %command%
----------------------------------------------------------------------------------------------------------------------------------------------------
If you are attempting to generate your own mapping file then you will want to edit the UE4SS-settings.ini file to have these changes below specific for the version of UE that Palword uses:
[EngineVersionOverride]
MajorVersion = 5
MinorVersion = 1
[Debug]
ConsoleEnabled = 1
GuiConsoleEnabled = 1
GuiConsoleVisible = 1
GraphicsAPI = dx11
After the above settings are defined you can now launch the game which will have a few additional windows open.
Go to the title screen so that the game is fully loaded and then in the Debbugging Tools go to Dumpers > Generate .usmap file
You will now have a Mappings.usmap at the same path as your UE4SS folder which is specific to this version of the game.
Any updates to the game may require a new Mappings file to be generate incase the structure of the game has changed internally with the new additions/updates