RagingLightning/gvas-converter

Issue trying to parse Voices of the Void's data.sav

Opened this issue · 0 comments

Hi!
Don't know if you are still working on this, but by curiosity I tried to parse VotV's data.sav file to see if i could unlock sandbox mode, but i ran on this error when i tried to run it on gvas:

GvasConverter.exe data.sav data.json
Parsing UE4 save file structure...
Unhandled exception. System.FormatException: Offset: 0x000004e2. Expected struct ID 00000000-0000-0000-0000-000000000000, but was 0812f4d4-feb9-4842-b6fe-8c33f355d9df
   at GvasFormat.Serialization.UETypes.UEStructProperty.Read(BinaryReader reader, Int64 valueLength) in E:\Users\Dominik\source\repos\gvas-converter\GvasFormat\Serialization\UETypes\UEStructProperty.cs:line 15
   at GvasFormat.Serialization.UESerializer.Deserialize(String name, String type, Int64 valueLength, BinaryReader reader) in E:\Users\Dominik\source\repos\gvas-converter\GvasFormat\Serialization\UESerializer.UETypes.cs:line 37
   at GvasFormat.Serialization.UETypes.UEProperty.Read(BinaryReader reader) in E:\Users\Dominik\source\repos\gvas-converter\GvasFormat\Serialization\UETypes\UEProperty.cs:line 44
   at GvasFormat.Serialization.UESerializer.Read(Stream stream) in E:\Users\Dominik\source\repos\gvas-converter\GvasFormat\Serialization\UESerializer.cs:line 31
   at GvasConverter.Program.Main(String[] args) in E:\Users\Dominik\source\repos\gvas-converter\GvasConverter\Program.cs:line 36