¡Sumérgete en un mundo web inigualable con nuestras soluciones de hosting innovadoras!

Explora opciones confiables, seguras y de alto rendimiento adaptadas a todas tus necesidades en línea.

Todas nuestras soluciones de hosting web

¡Descubre un poder inigualable con nuestros servidores VPS innovadores y personalizados!

Experimenta libertad y potencia con nuestros VPS, diseñados para elevar tus proyectos a nuevas alturas.

Todos nuestros servidores VPS

Optimiza tus bots con nuestro hosting dedicado, poderoso y personalizado.

Experimenta una gestión fluida y un rendimiento óptimo con nuestro hosting para bots.

Todas nuestras ofertas de bot

Nueva oferta BoxGaming

Descubre nuestra última oferta, disponible en nuestros centros de datos en Francia y EE. UU. Con una sola oferta, puedes cambiar el tipo de servidor en cualquier momento.

Descubre la oferta
¡Mejora tus servidores de juegos con nuestro hosting especializado y de alto rendimiento!

Sumérgete en la experiencia de juego definitiva con nuestro hosting optimizado y potente.

Todas nuestras ofertas de Minecraft

Migration from Co-op backup to Palworld dedicated server: the complete guide

In the Palworld universe, transitioning from one server type to another can prove to be a challenging ordeal, especially due to a backup bug that forces players to create a new character, thus erasing all their previous progress. This issue, mainly caused by inconsistencies in the generation of unique global identifiers (GUIDs) for players across different servers, can seriously impede the gaming experience. Fortunately, a solution exists in the form of a Python script designed to facilitate the migration of backups between servers, ensuring player GUID matching and preservation of their progress.

Prerequisites:

 

1. Preparation

       
  • Make a backup copy of your backup files. This is crucial as the script is experimental and can cause data loss.

 

2. Obtain the new_guid

       
  • Have the player join the new server and create a new character.
  •    
  • Find the .sav file of the new character in the folder PalServer\Pal\Saved\SaveGames\0\<save_folder_name>\Players. The name of this file is the player's new_guid.

 

3. Prepare the script

       
  • Locate the uesave.exe file
  •    
  • Prepare the path to your backup folder.
  •    
  • Note the player's old_guid (if you don't know it, it can often be 00000000000000000000000000000001 for the co-op host).

 

4. Run the script

       
  •    

    Open a command prompt or terminal.

       
  •    
  •    

    Type the following command, replacing the placeholders with your own paths and GUIDs:

       

    python fix-host-save.py "path_to_uesave.exe" "path_to_backup_folder" new_guid old_guid

       

    For example:

       

    python fix-host-save.py "C:\Users\John\.cargo\bin\uesave.exe" "C:\Users\John\Desktop\my_temporary_folder\2E85FD38BAA792EB1D4C09386F3A3CDA" 6E80B1A6000000000000000000000000 00000000000000000000000000000001

       

 

5. Test

       
  • After running the script, place the backup back into the appropriate folder on the server.
  •    
  • Start the server and log in to check if the backup is working correctly.

 

6. Troubleshooting

       
  • If any issues arise, such as Pals not behaving correctly, follow the workaround solutions provided in the script's documentation.

 

Important Notes

       
  • This process is experimental and may carry risks. Always backup your data before performing these steps.
  •    
  • If you encounter errors or issues, refer to the documentation or community forums for additional assistance.



OuiHeberg SARL logo
Nombre del autor
OUIHEBERG SARL
Categorías
Tutoriels
Fecha
29/01/2024

Artículo destacado

Últimos artículos