All Games
Unreal Engine 5 (GVAS).savGVAS wrapped in PlZ container (zlib)

Palworld Save Inspector

Inspect Palworld world and player saves — read the Unreal GVAS tree behind Level.sav and Players/<uid>.sav.

Files encrypted in transit
Server-side parsing
Auto-detect format

About Palworld Saves

Palworld saves are Unreal Engine GVAS blobs compressed inside Pocketpair's custom PlZ container, with the juiciest player and Pal stats serialised into a second nested GVAS inside each CharacterSaveParameterMap entry's RawData. This dedicated inspector decompresses and decodes that structure to surface player level, HP, stomach, stat points, and the normal/ancient technology point pools. It is read-only: safely re-encoding the PlZ container plus the nested character GVAS requires Palworld-specific tooling, so this editor focuses on verification and inspection.

What You Can Edit

Player Level (read)
HP / Max HP (read)
Stomach / FullStomach (read)
Experience (read)
Technology Points (read)
Ancient Technology Points (read)
Character Nickname (read)
Free Dedicated Editor

Palworld Dedicated Editor — live now

Skip the raw tree view. The dedicated Palworld editor ships visual stats, labeled fields, one-click presets, and a themed UI — all built for Palworld players. 100% free, no sign-up.

Visual stat bars & gauges
Game-themed interface
Smart field organization
One-click quick edits
Open Palworld Editor
Palworld Editor
Visual stat bars, smart labels, themed UIAVAILABLE NOW · FREE

How to Edit Palworld Saves — Step by Step

1

Close Palworld so the save files aren't locked.

2

Open %USERPROFILE%\AppData\Local\Pal\Saved\SaveGames\<steamid>\<worldid>\.

3

Upload Level.sav (world/characters) or a Players/<uid>.sav (single player profile).

4

The inspector decompresses the PlZ/zlib container and decodes the GVAS tree.

5

Review Level, HP, Stomach, and Technology points in the tabs.

6

For actual edits, back up the folder and use Palworld-aware tools (palworld-save-tools).

Save File Locations

🪟
Windows

%USERPROFILE%\AppData\Local\Pal\Saved\SaveGames\<steamid>\<worldid>\

🍎
macOS

Not natively supported (Windows-only; via Proton/Wine).

🐧
Linux

~/.steam/steam/steamapps/compatdata/1623730/pfx/drive_c/users/steamuser/AppData/Local/Pal/Saved/SaveGames/<steamid>/<worldid>/

☁️
Steam Cloud

Palworld App ID 1623730; saves are local (not Steam Cloud).

Always back up the entire <worldid> folder before touching any .sav — files are cross-referenced.

File format: GVAS wrapped in PlZ container (zlib) | Extension: .sav

Platform Compatibility

🖥️

PC

Supported
🎮

PS4

Not Supported
🎮

PS5

Supported
🎮

Xbox

Supported
🕹️

Switch

Not Supported

⚠️ Xbox/Game Pass and PS5 saves are sandboxed by the platform; only PC (Steam) saves can be inspected here.

How SaveEditor Handles Palworld Files

Auto-Detect

Automatically identifies GVAS wrapped in PlZ container (zlib) format from file content

Smart Editing

Game-specific labels, categories, and quick-edit presets

Re-encode

Downloads in the original format — compression and encoding preserved

Frequently Asked Questions

Can I edit my Palworld save with this?

No — this is a read-only inspector. Palworld compresses GVAS in a custom PlZ container and nests player data in a second GVAS blob, so safe writes need Palworld-specific tools like palworld-save-tools.

Where do I find my save files?

%USERPROFILE%\AppData\Local\Pal\Saved\SaveGames\<steamid>\<worldid>\. World data is Level.sav; each player has a Players/<uid>.sav.

Why do some fields show up empty?

Property names and nesting differ between Level.sav and player saves and across versions (e.g. 'HP' vs 'Hp'). Fields are optional and only appear when present.

Ready to edit your Palworld save?

Upload your save file and start editing in seconds. No sign-up required. 100% free.

Edit Palworld Save Now