Skip to content

monty97/PalworldSaveEditor

 
 

Repository files navigation

Palworld Save JSON Editor

Website

Obviously you don't want to install 100MB of dependencies / toolchains just to edit a single .sav file ...

An in-browser Palworld save file editor at https://palworld.tf/.

Based on uesave-rs and svelte-jsoneditor.

Build

The compiled Rust wasm is not included here, and you need to build it first.

npm run build-rust

Notes

The uesave-rs used is slightly modified so that:

  • JSON Output: nil struct_id is automatically omitted to reduce output size.
  • Built-in editing functionalities are removed, to make it compatible with WebAssembly.
  • The modified code is available at uesave-rs .

The JSON inside editor contains only the $.root.properties part.

LICENSE

MIT

What else?

If you play F1 Manager games, here's another save file editor for you:

Website

About

Palworld Save Editor (in-browser)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • Rust 13.9%
  • HTML 8.5%
  • CSS 4.9%