Fr33dan / GPSaveConverter

Utility to transfer save files between the games installed from the Xbox app and other storefronts. https://ko-fi.com/fr33dan
295 stars 33 forks source link

[LEGO Star Wars -Skywalker Saga] Won't override files that exist in both SaveFiles #52

Open veganb3n opened 1 year ago

veganb3n commented 1 year ago

I tried to write my Steam-Saves to Gamepass, but it doesn't override the files, thinking the corresponding container does'nt exist. It does this with every single file, even so for every non-xbox-file there is a corresponding one in the xbox-files. Runnning as admin doesn't change it. Screenshot 2023-04-06 184212

NanoByte011 commented 6 months ago

I was attempting this last night. The issue seems to be that the letter case doesn't match the Xbox IDs from the folder/file names on the non-Xbox version. You can either rename all your folders and files to lowercase or you can possibly adjust the RegEx in the file translation to convert to lowercase so it matches the Xbox names.

I renamed the files and folders to lowercase and that worked, I now have a 100% save game on slot4!

A good indicator that the app will find and replace a file is when you select a file on the lower pane, it should match and select the same file on the upper pane. Then you know it can copy it up and overwrite the data.

Hope this helps people until a fix is done to auto-convert casing for folder/files!