trumank / uesave-rs

Rust library to read and write Unreal Engine save files
MIT License
274 stars 54 forks source link

Error: at offset 32109: unknown property type: "" #21

Closed cejecho closed 9 months ago

cejecho commented 9 months ago

Hey its new file, turns out its error Error: at offset 32109: unknown property type: "" Here's the save file. i don't know why its like that empty property type cmd_TcAxOcOVwX ArtemisVehicle.zip

trumank commented 9 months ago

This one appears to have a custom struct (LegoGraphPartInstance) and probably others which would require some reverse engineering, and game specific serialization is outside the scope of this library.

The structure doesn't look to complex if someone wanted to work on it though: image