项目作者: 13xforever

项目描述 :
Unreal Engine 4 save game converter
高级语言: C#
项目地址: git://github.com/13xforever/gvas-converter.git
创建时间: 2018-12-09T13:26:36Z
项目社区:https://github.com/13xforever/gvas-converter

开源协议:MIT License

下载


Unreal Engine 4 save game converter

This library and simple console tool for it will convert the generic UE4 save game file into a json for easier analysis.

Bakc convertion is theoretically possible, but is not implemented.

Due to limitations of how UE4 serializes the data, some data types might be missing, and might fail deserialization for some games.
For example, I know for a fact that there’s at least a Set collection type, and a lot of less-frequently used primitive types (non-4 byte ints, double, etc).