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

Add in the ability to add a cart save as a gameshark save to an N64 mempack file #119

Open
euan-forrester opened this issue May 24, 2022 · 2 comments
Labels
good first issue Good for newcomers

Comments

@euan-forrester
Copy link
Owner

We can currently extract these, but we can't take a cart save and convert it and/or add it to a mempack file.

Might be easier to convert it to its own mempack file rather than having the ability to add it. How would be differentiate which are regular saves and which are cart saves? Need to think here.

We'd need to truncate any empty pages from the end of the cart save

This would let people use their gameshark to write saves downloaded from the internet to their carts

@euan-forrester
Copy link
Owner Author

euan-forrester commented Jun 3, 2022

Should be really easy: just change N64MempackSaveData.createFromSaveFiles() to check for the gameshark publisher etc code and trim the save buffer. Everything else is done (see N64MempackSaveData.parseFilename(), and where it's called)

@euan-forrester
Copy link
Owner Author

Also add in a help icon explaining how files are chosen to be either regular mempack saves or cartridge saves (to both dexdrive and mempack screens)

@euan-forrester euan-forrester added the good first issue Good for newcomers label Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant