Skip to content

Releases: deafdudecomputers/PalWorldSaveTools

v1.0.24

20 Feb 18:47
Compare
Choose a tag to compare

Changelogs:

  • Fixed an error with palworld_save_pal.py where it won't download.
  • Updated README.md
  • Updated Menu.py for version change.

v1.0.23.r2

20 Feb 05:20
6e3cd2a
Compare
Choose a tag to compare

Changelogs:

  • Updated README.md with updated pic of menu
  • Updated Menu.py for patch update.
  • Everything works with current latest patch.
    image

v1.0.23.r1

15 Feb 07:11
Compare
Choose a tag to compare

Changelogs:

-Fixed a bug with missing msgpack in import_libs.py, which triggers the NameError: name 'msgpack' is not defined error.
-Added paldefender_bases_info.log which consists of original data, with results at end of log.

v1.0.23

14 Feb 07:31
8b2ce28
Compare
Choose a tag to compare

Changelogs:

  • Removed a package from requirements.txt as it's no longer used.
  • Removed some import libs from import_libs, as they are no longer used.
  • Improved the Menu.py functions:
    • Most of stuff are revised to use venv's python directly.
    • Menu text is center now.
    • Renamed palguard to paldefender.
  • Renamed palguard_bases.py to paldefender_bases.py
  • Updated README.md with new pic of menu.
    image

v1.0.22.r1

05 Feb 22:41
Compare
Choose a tag to compare

Changelog:

  • Updated Menu.py:
    • When resetting/updating the PalWorldSavetools, it'll auto exit the script after it's completed the function.
    • Version change: v1.0.22.r1.
  • Updated Character Transfer.py:
    • Fixed several bugs related to reloading the saves.
      image

v1.0.22

05 Feb 06:32
a264091
Compare
Choose a tag to compare

Changelog:

  • Updated fix_host_save.py:
    • Added search function.
    • Minor improvements.
  • Updated README.md:
    • Added updated pic of Menu.
    • Updated the instructions for host to server / server to host transfer.
  • Updated Menu.py:
    • Removed Fix Host Save option.
    • Version change: v1.0.22.
  • Updated Character Transfer.py:
    • Fixed a bug where: One would reload the save, and the list doesn't reset properly from old save to new save.
    • Label next to search bar: Makes it easy and understandable that it's there to search and narrow down the list.
      image

v1.0.21.r2

01 Feb 20:45
Compare
Choose a tag to compare

Changelog:

  • Updated convertids.py:
    • Now uses WebKit browser instead of others.
    • Increase delay while loading the results by 2 seconds more.
  • Updated Menu.py:
    • Installs only the WebKit browser for Playwright.

Result: Reduced the download and installation size by approximately 800MB by restricting to only the WebKit browser, which is the smallest available in Playwright.

v1.0.21.r1

01 Feb 19:54
Compare
Choose a tag to compare

Changelogs:

  • Updated requirements.txt to remove selenium and webdriver_manager and added playwright.
  • Updated convertids.py:
    - It now uses playwright instead of selenium and webdriver_manager.
    - Suppressed the extra unneeded logging.
  • Updated Menu.py to install extra module to be used via playwright.

v1.0.21

01 Feb 09:49
Compare
Choose a tag to compare

Changelogs:

  • Cityhash no longer needed.
  • VS tools no longer needed.
  • Convert SteamID now no longer need cityhash and uses selenium and webdriver_manager instead.
  • Updated requirements.txt to remove cityhash and add selenium and webdriver_manager.
  • Updated Readme.md to remove VS tools requirement.
  • Updated Menu.py to use "--no-cache-dir" for requirements.txt installation.
  • Removed ijson from import_libs.py as it isn't being used anymore.

v1.0.20

30 Jan 09:21
Compare
Choose a tag to compare
  • Fixed and improved Character Transfer GUI.
  • Fixed and improved GamePass to Steam Converter.
  • Fixed not focusing PalWorldSave folder via slot injector.