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

[Feature Request] Support dumping and restoring SaveCommon #290

Open
AnalogMan151 opened this issue Dec 7, 2019 · 1 comment
Open

[Feature Request] Support dumping and restoring SaveCommon #290

AnalogMan151 opened this issue Dec 7, 2019 · 1 comment
Labels
enhancement For any feature requests switch For issues applicable to the switch version of Checkpoint

Comments

@AnalogMan151
Copy link

Is your feature request related to a problem? Please describe.
Some game save dumps are incomplete without dumping of SaveCommon (example game that has both SaveData and DeviceSaveData is Pokémon Sword and Shield)

Describe the solution you'd like
That Checkpoint search for both FsSaveDataType_SaveData and also FsSaveDataType_DeviceSaveData and dump both.

Describe alternatives you've considered
Extracting CommonSave from NAND with HacDiskTool

Additional context
Screen Shot 2019-12-07 at 11 04 58 AM

@AnalogMan151
Copy link
Author

As for how I think it should be implemented, since SaveCommon is shared among all profiles, it shouldn't be exported or imported with any one profile (since you may want to dump and restore the SaveCommon independently of the profile save data). I propose that you add a "profile" to the ZL/ZR selection along with the user profiles called SaveCommon. If you want to dump or restore SaveCommon data you use ZL/ZR to select the 'SaveCommon profile' and the UI will filter down the games to show the ones that have DeviceSaveData and allow you to dump and restore it.

@GriffinG1 GriffinG1 added enhancement For any feature requests switch For issues applicable to the switch version of Checkpoint labels Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement For any feature requests switch For issues applicable to the switch version of Checkpoint
Projects
Development

No branches or pull requests

2 participants