You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CLI written in Python in-order to create a database of all the Pals and their general information that can be used for other Palworld projects.
Usage
As of the moment, you have to extract the data from the `.pak` file and extract the needed `.json` files. You can check the `constants.py` in the source code if you don't know what you need to find.
The `uv` package manager is used for managing and building the project. Thus, to use it you need to do the following:
git clone https://github.com/iantato/PalGen
pip install uv
uv sync
uv build
And then to open the CLI you need to use the command:
palgen -h
About
A CLI script for extracting Pal data from Palworld to a database.