Private browser workflow
Palworld save editor online with a visible safety trail.
Palworld Save Editor Online opens the save workflow in your browser without sending raw files to an upload server. It freezes the original, names every planned change, and blocks export when a required check fails. The live edit loop currently supports the sample world and Pal Save Editor JSON fixtures; real Palworld `.sav` files stay read-only until current-version round trips and game loading are proven.
Quick answer
Palworld save editor online: what to know first
- Use the editable sample to test the complete change, validation, backup, and receipt loop in under a minute.
- A real Level.sav can be recognized and fingerprinted, but every PlZ, PlM, CNK, raw GVAS, and unknown binary input remains read-only.
- The original model is frozen; only allowlisted fields can appear in the Change Plan.
- A clean structural check is not the same as a confirmed game load. This site does not verify or record that separate in-game test.
Local safety workbench
Run the same safety workflow on your local files.
Scan locally and export a receipt. Editing, diff, and validation are limited to the sample and Pal Save Editor JSON fixtures; every real binary input stays read-only.
Recognition in progress
Reading file headers
- Header and compression signatureWAIT
- Required file set and backupsWAIT
- Capability state and transfer prerequisitesWAIT
- Private receipt and WorldprintWAIT
Recognition receipt
Local save recognized
Pal Save Editor identified the selected files and assigned a capability state.
Inspection summary
Pal Save Editor can describe the file set and risks, but it cannot prove a safe decode and rebuild path yet. Download the recognition receipt instead of a guessed save.
Local return loop
Save Chronicle
Receipt metadata lives only in this browser. Raw saves are never stored.
Your next local scan will appear here.
What Palworld Save Editor Online can do now
The browser tool accepts `.sav`, ZIP, and the documented `pal-save-editor-world/1` JSON fixture. It inventories file paths, identifies Level.sav and player-file candidates, detects outer signatures, calculates a local SHA-256 based Worldprint, and returns a Recognition Receipt with an explicit capability state.
For the editable sample and JSON fixture, the current UI can change one Pal's nickname, level, work speed, attack IV, defense IV, and active skill. Player, inventory, and technology values exist in the fixture model but are not editable in this release. The safe pack includes the modified fixture, untouched original, Change Receipt, and recovery README.
| Input | Recognize | Edit | Export |
|---|---|---|---|
| Editable sample | Yes | Yes | Fixture safe pack |
| Pal Save Editor JSON | Yes | Allowlisted fields | JSON + backup + receipt |
| Real PlZ / CNK / GVAS save | Header and file-set evidence | Locked | Recognition Receipt only |
| Real PlM / unknown save | Format fingerprint | Locked | Recognition Receipt only |
A save editor should separate five different claims
Many tools compress recognition, parsing, editing, rebuilding, and game loading into a single word: supported. Those are separate engineering milestones. A parser can display values and still lose unknown bytes on write. A rebuilt file can parse again and still fail when Palworld loads dependent RawData.
Pal Save Editor reports the last verified stage instead of upgrading a partial success into a blanket compatibility promise. That gives you a usable answer even when the correct answer is read-only diagnosis.
- Recognition: identify file role, platform clues, and PlZ, PlM, CNK, or GVAS signals.
- Read: turn every required byte into a bounded structured model.
- Write: rebuild the same format without discarding unknown data.
- Round-trip: re-open the export and prove non-target regions stayed unchanged.
- Game load: verify the current Palworld version actually accepts the result.
Preview the exact Palworld save change
A useful Palworld save editor answers both sides of the change: what will move and what will remain untouched. Guided mode names the human object and outcome. Expert mode keeps the exact path, previous value, new value, source hash, and receipt ID available for technical review.
In the example below, level changes from 50 to 58 on one Pal. The Scope Map still shows two players, two Pals, four inventory groups, and three technology unlocks. The impact sentence states that every other object remains unchanged; scope validation later verifies that claim against the recursive diff.

Run the validation gate before download
The validation gate is intentionally stricter than form validation. Structure checks require the expected top-level model. Reference checks verify that owner and related IDs still point to known records. Identity checks reject duplicates. Legal-value checks enforce supported ranges and types. Scope lock rejects any changed path that was not exposed by the visible editor.
Round-trip checks serialize the fixture, parse it again, and compare the rebuilt model. For real Palworld binary support, the future gate also needs full input consumption, decompression after export, non-target byte or semantic checks, and current-game load evidence.

Use the online Palworld save editor without losing your way back
The safest replacement process is short and repeatable: stop writes, copy the full world folder, scan the copy, make one scoped plan, validate it, and keep the receipt beside the export. Do not edit the only copy and do not mix a new Level.sav with unrelated Players files.
After replacing a test copy, verify player level, inventory, technology, Pals, guild membership, bases, map progress, and world options in game. Keep the previous active folder until every important account has confirmed the result. That final confirmation belongs in the receipt as user evidence, not as an automatic success claim.
- 01
Stop the game or server
Prevent autosaves and cloud synchronization from changing the reference files while you copy them.
- 02
Back up the complete world
Keep Level.sav, metadata, Players, and world options from the same WorldID together.
- 03
Scan and limit the scope
Confirm the platform, format, object count, and exact fields that may change.
- 04
Validate and retain the receipt
Do not replace files when a required check fails or the format remains read-only.
- 05
Test the exported copy in game
Confirm high-value identities and assets before deleting any recovery point.
Task checklist
- 01Use the editable sample to understand the complete workflow before relying on a real save diagnosis.
- 02Back up the complete matching world folder, not only Level.sav.
- 03Confirm the Scope Map and every changed path before validation.
- 04Keep export blocked if references, identity, values, scope, or round-trip checks fail.
- 05Record actual game loading separately from structural validation.
Questions people ask before touching the save
Is Palworld Save Editor Online free?
Yes. Local file recognition, the editable sample, JSON fixture editing, validation, receipts, and local Save Chronicle are available without an account. Raw save files are not uploaded to this static site.
Can I edit a real Level.sav in this release?
No. You can inspect and fingerprint it, but every real binary format remains read-only until parsing, scoped round trips, and current-game loading are proven.
Why not use an existing Oodle WASM file?
Some public implementations are GPL and can be used commercially only while meeting source and copyleft obligations; others have unclear or education-only terms. Compliance and repeatable round-trip evidence both need to pass.
What is included in the downloadable safe pack?
For an editable fixture, it includes the modified JSON, untouched original, Change Receipt, and recovery README. A real binary diagnosis exports only a Recognition Receipt.