Skip to content
/ PalGen Public

A CLI script for extracting Pal data from Palworld to a database.

Notifications You must be signed in to change notification settings

iantato/PalGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palworld Database Generator

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages