Giter Club home page Giter Club logo

palworld-save-repair's Introduction

palworld-save-repair

GitHub License GitHub Actions Workflow Status Docker Image Size (tag)

Tool to repair corrupted save data of Palworld

Warning

Not well tested. Use at your own risk. Be sure to back up your saved data before using.

Feature

This tool fixes the Palworld player save data problem where the save_game_type changes from /Script/Pal.PalWorldPlayerSaveGame to None.PalWorldPlayerSaveGame and becomes unloadable (character creation screen is displayed).

This tool is intended for use with dedicated game servers.

Usage

docker compose example

services:
  palworld:
    #...
    volumes:
      - ./palworld:/palworld/
  save-repair:
    image: ydkk/palworld-save-repair:latest
    volumes:
      - ./palworld:/palworld/
    environment:
      - PLAYERS_SAVE_PATH=/palworld/Pal/Saved/SaveGames/0/0123456789ABCDEF0123456789ABCDEF/Players
    entrypoint: ""
    # check and repair save data every 1 hour
    command: ["/bin/sh", "-c", "while true; do sleep 3600; /app/pal_world_save_repair; done"]
    restart: unless-stopped

Reference

License

MIT

palworld-save-repair's People

Contributors

ydkk avatar

Stargazers

Lincoln Nogueira avatar EpicBlackWolfZ avatar Leonard Wohl avatar Matt Davies avatar

Watchers

Matt Davies avatar  avatar

palworld-save-repair's Issues

Using crontab instead of command.

I suggest using crontab instead of a direct command. This can help avoid unexpected issues during the execution of bash commands, ensuring that the next execution is not indefinitely delayed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.