2 unstable releases

0.4.0 Jan 12, 2024
0.3.0 Jan 12, 2024
0.2.1 Apr 16, 2023

#1028 in Parser implementations

Download history 8/week @ 2024-01-08 30/week @ 2024-01-22 79/week @ 2024-01-29 7/week @ 2024-02-19 50/week @ 2024-02-26 10/week @ 2024-03-11 59/week @ 2024-04-01 45/week @ 2024-04-15

104 downloads per month

MIT license

140KB
3K SLoC

uesave

docs.rs Crates.io

A library for reading and writing Unreal Engine save files (commonly referred to as GVAS).

It has been tested on an extensive set of object structures and can fully read and write Deep Rock Galactic save files (and likely a lot more).

There is a small binary utility to quickly convert saves to and from a plain text JSON format which can be used for manual save editing.

Usage

$ cargo install --git https://github.com/trumank/uesave-rs.git
$ uesave --help
Usage: uesave <COMMAND>

Commands:
  to-json    Convert binary save to plain text JSON
  from-json  Convert JSON back to binary save
  edit       Launch $EDITOR to edit a save file as JSON in place
  help       Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help information
  -V, --version  Print version information

edit

Alternative projects

in no particular order:

Dependencies

~4–15MB
~182K SLoC