trumank/uesave-rs · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md
以下内容由 AI 翻译,如有问题请点此提交 issue 反馈
uesave
一个用于读取和写入 Unreal Engine 保存文件(通常称为 GVAS)的库。
它已在多种对象结构上经过测试,能够完整地读取和写入《深岩银河》的保存文件(很可能还能处理更多类型)。
还有一个小型二进制工具,可用于快速将保存文件转换为纯文本 JSON 格式,或从该格式转换回来,以便手动编辑保存文件。
使用方法
$ cargo install --git https://github.com/trumank/uesave.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
其他项目
顺序不分先后:
- https://github.com/rob0rt/drg-save-parser
- https://github.com/ch1pset/UESaveTool
- https://github.com/13xforever/gvas-converter
- https://github.com/RagingLightning/gvas-converter
- https://github.com/SparkyTD/UnrealEngine.Gvas
- https://github.com/localcc/gvas
- https://github.com/oberien/gvas-rs
- https://github.com/scottanderson/railroad.studio
- https://github.com/CrystalFerrai/UeSaveGame
- https://github.com/agc93/unsave