yibana / gvas-converter

Unreal Engine 4 save game converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

Unreal Engine 4 save game converter

License:MIT License


Languages

Language:C# 100.0%