Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk copy operations of savegame data should include the date timestamps #96

Open
Schroedingers-Cat opened this issue Sep 19, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@Schroedingers-Cat
Copy link

Using the bulk copy operation of savegame data from hdd0 to usb0 resulted in all savegame data having the date timestamps from when the copy operation happened. For preserving data integrity, it would be more accurate to keep the date timestamps of the original file being copied instead. Games like Metal Gear Solid 4 sort the savegame files by the date of the file, so that order is being altered when the timestamps are altered.

There's also the option to copy a savegame into a zip file which preserves the original timestamp. However, for something like 200 savegames, the bulk operation is a much more time efficient option so it would be great if that could preserve the timestamps, too.

@bucanero bucanero added the enhancement New feature or request label Sep 20, 2022
@bucanero
Copy link
Owner

as a workaround, have you tried copying saves to USB using the original XMB interface? not sure, but it might keep the file timestamps.

@Schroedingers-Cat
Copy link
Author

Unfortunately, that one also doesn't preserve the file's timestamps.

@Schroedingers-Cat
Copy link
Author

Schroedingers-Cat commented Sep 21, 2022

Just found out that Red Dead Redemption uses the timestamp of the directory for displaying the save date instead of the timestamp of the sav file.

So not only keeping the timestamp of the file itself but also the timestamp of the directories would be necessary for fully preserving the save data.

This likely applies to other Rockstar games, too.

@bucanero
Copy link
Owner

bucanero commented Sep 21, 2022

Thanks for the details. I'm busy with other developments so this will have a low priority. I guess the only kind of workaround right now is using ZIP as a way to keep that information.

Edit: this will remain a low priority since not even the official XMB copy keeps the file timestamps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants