trumank / uesave-rs

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

Can't edit lego 2K Drive save file #44

Closed Losif-kun closed 5 months ago

Losif-kun commented 5 months ago

offset 7514: StructType for ".Data.PlayerCompletionState.TimedTasks.Value" unspecified, assuming Struct(None) offset 9406: StructType for ".Data.PlayerCompletionState.CompletedActivitiesAlways.Key" unspecified, assuming Guid offset 9406: StructType for ".Data.PlayerCompletionState.CompletedActivitiesAlways.Value" unspecified, assuming Struct(None) Error: at offset 17400: io error: failed to fill whole buffer

I have tried using command -t .Data.PlayerCompletionState.CompletedActivitiesAlways.Key=Struct -t .Data.PlayerCompletionState.Facts.Facts.Key=Struct -t .Data.PlayerCompletionState.SceneCompletion.Key=Struct but it doesn't work as well.

trumank commented 5 months ago

Please upload the save file

Losif-kun commented 5 months ago

ArtemisPlayerInfo.zip zipped it because github doesnt support sav file

trumank commented 5 months ago

Tested with the same type flags as #20 and it works for me. If you aren't already, you may need to compile from source to get the necessary fixes as they have not made it to the release yet.

Losif-kun commented 5 months ago

how can I compile it from source on windows?