uesave

Crates.iouesave
lib.rsuesave
version0.5.0
sourcesrc
created_at2023-04-16 03:40:49.184207
updated_at2024-06-09 04:46:55.581724
descriptionUnreal Engine save file (GVAS) reading/writing
homepagehttps://github.com/trumank/uesave-rs
repositoryhttps://github.com/trumank/uesave-rs
max_upload_size
id840313
size843,271
Truman Kilen (trumank)

documentation

README

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:

Commit count: 106

cargo fmt