When you move save data from a Steam dedicated server to Linux SteamCMD, there’s a common issue where players might lose their data. I’ll explain a potential reason for this problem and provide steps to properly transfer the save data. Please note that this guide is not intended for transferring save data from a cooperative (coop) setup to a dedicated server.
Предварительные условия
Прежде чем продолжить, make sure you have the following prerequisites in place:
- A Linux server with SteamCMD installed.
- The Palworld dedicated server must be properly installed on your Linux server.
- Ensure that you can successfully launch the server and join it without encountering any issues.
ТЛ;ДР
Here are the steps to transfer your save data from a Windows Palworld server to a Linux server with SteamCMD:
- Copy your save folder from
...\SteamLibrary\steamapps\common\PalServer\Pal\Saved\SaveGames\0\{YOUR_SAVE_ID}
В окнах. - Paste your save folder at
.steam/SteamApps/common/PalServer/Pal/Saved/SaveGames/0/{YOUR_SAVE_ID}
. - Изменить
DedicatedServerName
в.steam/SteamApps/common/PalServer/Pal/Saved/Config/LinuxServer/GameUserSettings.ini
вашему{YOUR_SAVE_ID}
. - Create a folder
.steam/sdk64
using the commandmkdir -p ~/.steam/sdk64
. - Копировать
.steam/steamcmd/linux64/steamclient.so
к.steam/sdk64/steamclient.so
. - Изменить (or create if not exist) the content of
.steam/SteamApps/common/PalServer/Binaries/LinuxServer/steam_appid.txt
к1623730
. - Launch the server. Если вы видите что-то вроде “Setting breakpad minidump AppID = xxxxxxx” in your server output, everything should be OK.
Cause of the Problem
The main issue lies in the difference in GUID (Globally Unique Identifier) between Linux and Windows platforms when players join a Palworld server. This discrepancy results in the server treating the player as a new one when transitioning between platforms. The root cause may be related to the Steam API and how Палмир generates GUIDs, although the exact mechanism remains speculative.
When a player joins a Palworld server, the server attempts to utilize the Steam API to acquire the player’s ID. Впоследствии, it generates a GUID based on this ID. Однако, if the Steam API is unavailable, the server resorts to generating a GUID using other unidentified rules or values. В Windows, where the server is typically launched from Steam, the Steam API is consistently available and well-configured, leading to GUIDs based on the Steam ID. Наоборот, on Linux, the presence of steamclient.so
и steam_appid.txt
is necessary to enable the Steam API. Without these configurations, the server generates GUIDs based on different, unknown criteria, resulting in disparities from those generated on Windows.
Чтобы убедиться в этом, you can set the AdminPassword in PalWorldSettings.ini
, join a server, тип /AdminPassword {YOUR_ADMIN_PWD}
in the chat box to become an administrator, then press ESC. Your user ID will be displayed on the screen, revealing that the value differs between Linux and Windows for the same player.
If this guide did not answer your questions in mind, feel free to check our other guide on how to backup and transfer Palworld servers.
Это все, чем мы делимся сегодня для этого. Палмир гид. Это руководство было первоначально создано и написано NucBox. На случай, если нам не удастся обновить это руководство, вы можете найти последнее обновление, следуя этому связь.
すみません、質問なのですが5番目のコピーはLinux64のファイルに保存なのか
.steamのファイルに保存なのか教えていただけないでしょうか