Skip to content

[BUG - Release] UE4SS Causes Player Character Reset in Palworld Server #1091

Description

@HazMat57

Branch or Release
v3.0.1 Beta #0 (UE4SS Experimental)
Installed on a dedicated Palworld server hosted on HostHavoc.

Game and Engine Version
Game: Palworld (Dedicated Server)
Engine: Unreal Engine 4.26 (Palworld default)

Describe the bug
When UE4SS is active on a Palworld dedicated server, all existing players are forced to create new characters, as if their accounts have never played on the world before.

This is not a save corruption issue—removing UE4SS immediately restores the world and all player characters to normal.
The issue appears to be caused by UE4SS altering or mis-reading the player’s GUID, which makes the server think each player is a different person and loads an empty character slot.

This results in:

Duplicate player save files being created under /Pal/Saved/SaveGames/.../Players/

Old GUID characters only loading when UE4SS is removed

Entire servers becoming unplayable with UE4SS enabled because it wipes player progression by assigning new IDs

This issue occurs consistently with UE4SS enabled and disappears instantly when UE4SS is removed.

Mods directory
No additional mods; only UE4SS installed.

To reproduce

  1. Install UE4SS on a Palworld dedicated server
  2. Start the server
  3. Join the server with an existing character
  4. Observe that the game forces creation of a brand-new character
  5. Stop the server and remove UE4SS
  6. Start server again
  7. Observe that the original saved characters are restored and load correctly

This is repeatable across multiple installs and fresh UE4SS setups.

Expected behavior
UE4SS should not change player identification or cause Palworld to assign new GUIDs.
Players should load their normal character saves even when UE4SS is active.

Screenshots, UE4SS Log, and .dmp file
Currently the UE4SS logs only show normal initialization output and no explicit errors before the issue occurs.

Desktop (please complete the following information):

  • OS: Windows Server 2022 (HostHavoc Dedicated)
    (Client testing also performed on Windows 11, same result)

Additional context

  • This issue is documented by multiple Palworld server admins and appears tied to UE4SS changing the player GUID used by Palworld to associate characters.
  • Two separate .sav files are created per player—one with UE4SS enabled, one without.
  • Removing UE4SS causes the server to immediately use the original GUID, proving the data is intact and the issue is triggered specifically by UE4SS’s presence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions