English | 简体中文
- English | 日本語 | 简体中文
Note
If the UI isn't in your language, that means the UI I18n is missing. Your contribution is always welcomed!
But don't worry, all Pals and Skills are translated for the supported languages.
At the end of the day, you can always use Chrome translation, if you are running it in web mode. (You don't need to worry about translation messing up the data we write to the save, we are not using plain text.)
(yeah i am just too lazy to change github username)
Note
Steam Palworld Local Save Dir: %localappdata%\Pal\Saved\SaveGames
Your Game Save Dir: %localappdata%\Pal\Saved\SaveGames\[Your Steam ID]\[Your GameSave ID]
This tool currently only supports the Steam version of Palworld, if you are playing the Xbox Game Pass version, you can look into these two tools for save format conversion:
Meanwhile, you are welcomed to submit a xbox game save, so that I can look into.
Important
Always backup your save in case corruption happens. (The tool does backup files for you.)
LET ME KNOW IF ANY BUG PRESENTS.
- Palworld Pal Editor
- Spawn Pal
- Duplicate Pal
- Delete Pal
- Show / Hide pals that are not in player pal containers (e.g. Pals in viewing cage, (or taken away by other players, prior Palworld v0.1.5))
- Show (so you can delete them) / hide pals that are not displayed in game (Ghost Pals).
- Unlock Viewing Cage for Selected player (multiplayer server)
- List Players and Pals
- Inspect Pal Stats
- Change Pal Gender
- Toggle BOSS / Rare / Tower
- Change Pal NickName
- Add / Remove Pal Learned Attacks
- Add / Remove Pal Equipped Attacks
- Change Pal Level / Exp
- Change Pal Condenser Level
- Change Pal Soul Levels
- Change CharacterID (Pal Species)
- Change Pal Passive Skills
- Change Pal IV
-
Calculate MaxHP(MaxHP no longer stored in game save.) - Remove Pal Sicks
- Revive Pals
- Edit Food Buff Timer (Only if the pal has food buff, and cli only)
Note
You can always run the editor in a modern web browser, in case the GUI isn't working properly for you.
Alternatively you can find the version that uses Chromium here, which should hopefully fix all the GUI issues.
Just run the executable, you don't need to install Python.
- Stable Version:
- Nightly Builds:
- Make sure you have Python 3.11+
pip install --upgrade palworld-pal-editor
python -m palworld_pal_editor
- Download the compose file:
./docker/sample-docker-compose.yml
. - Rename it to
docker-compose.yml
, then configure it properly. - Run
docker compose up -d
.
- Clone the code.
- Copy
./docker/sample-docker-compose.yml
to./docker/docker-compose.yml
, then do necessary modifications. - Run
./build_and_run_docker.sh
, or just manually run the commands if you are using Windows.
- Install Python 3.11+ and node.js.
- Clone / Download the code
- In the project directory, run
setup_and_run.ps1
for Windows Powershell, orsetup_and_run.sh
on Unix-like OS. - In
cli
mode, You can change language by callinglang($LANG_CODE)
.
options:
-h, --help show this help message and exit
--lang LANG Language for the application. options: en, zh-CN, ja
--path PATH Path to the save folder.
--mode MODE Running Mode, options: cli, gui, web
--port PORT Port used for WebUI mode.
--password PASSWORD Password for WebUI.
Note
- There is no need for you to manually modify the config file.
- Command line arguments override config, and will be saved.
Default:
// config.json
{
"i18n": "en",
"mode": "web",
"port": 58080,
"path": null,
"password": null,
"JWT_SECRET_KEY": "X2Nvbm5sb3N0"
}
Custom:
// config.json
{
"i18n": "zh-CN",
"mode": "gui",
"port": 12345,
"path": "/path/to/save/folder",
"password": "YOUR PASSWORD FOR WEBUI AUTH",
"JWT_SECRET_KEY": "JUST SOME RANDOM TEXTS"
}
Important
These videos show you how to run the code. If you are using the pre-built executable, you can skip these part.
- DOCKER
2024-03-03.13-29-42.mp4
- GUI / WEB
Screen.Recording.2024-03-03.at.2.57.13.AM.mp4
- CLI: (old, but you get the idea)
2024-02-25.14-49-22.mp4
- Improve WebUI (I am bad at frontend dev, sorry! Contribution appreciated.)
- Real GUI, or maybe just a Terminal GUI using Textual.
- Move Pal to Different Slots? Change owner? IDK...
- More Stuff...
- If you found a bug, or are looking for a feature, please check Issues first.
- If you want to contribute code, please check out the latest branch.
- Open a PR so everyone knows what you are working on.
- Take-Me1010 for Japanese translation.
- Fast game save loading code by MagicBear.
- Save conversion between GVAS and
.sav
by palworld-save-tools. - Inspired by MagicBear's awesome Palworld-Server-Toolkit.
- Inspired by EternalWraith's PalEdit.
- I made the tool for my friends who spent time playing this game with me ❤.
- For practicing my 2-year untouched Python skills.
- Fun, I am just too boring these days.
- This guy had a really bad time fixing both his corrupted game save, and bugs of a similar tool.