I’ve been interested in finding the best Pal breeding strategies, which is pretty difficult because of gender limitations, passive skill inheritance & all sorts of special cases in the Pal breeding system. So I wrote this small utility to help me find the strongest Pals that I can breed & plan the optimal breeding.

If you’re into breeding pals you might find this useful :)

  • citronnier
    link
    fedilink
    English
    35 months ago

    Thanks! Is it possible in the future to import save file to make it easier to use? (I know it’s a complex feature, sorry).

    • 𝖒𝖆𝖋OP
      link
      English
      95 months ago

      Update: it was a bit of work but should be working now :) Drag the Level.sav file from %LOCALAPPDATA%\Pal\Saved\SaveGames\ onto the page and it should load all of your Pals automatically. Thanks for the tip!

    • 𝖒𝖆𝖋OP
      link
      English
      55 months ago

      I just looked at https://github.com/cheahjs/palworld-save-tools and I guess it should be possible :) Palworld uses a format called gvas (part of Unreal Engine) which seems to be a zlib-compressed sequence of key/value pairs. When get some time to play again I’ll probably look into this. Entering this data through a website is pretty annoying! 😅