-
Notifications
You must be signed in to change notification settings - Fork 16
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) .sav file support #81
Comments
Both .sav and .dsv are kept in my porting, please check in your microsd. |
How can I switch between saving as .sav and .dsv? |
While I can confirm that the port loads .sav files, it re-saves them as .dsv afterwards... It would be nice to have the option to use .sav files for comaptibility with flashcarts and other emulators. |
In my understanding, the .sav file is used in game and the .dsv is used for quick save-state or load-state. You can copy the save file from the flash card and then overwritten the drastic's .sav file. After load in game, you can do 'quick save-state' in drastic emulator. Then, you can get the new .dsv file. So, my question is: what is the meaning of ".sav file support" ? |
Not quite. The savestate format for DraStic is .dss. The savestate format for DeSmuME is .dsx where x is the slot number. .dsv is the DeSmuME battery save format. It is almost identical to the .sav raw battery save file format used by almost everything else, but it has a bunch of data appended at the end. For example, here's a save file from a flash cart and a save file from DraStic:
You might notice that the .dsv file is 22 bytes larger. Those 22 bytes are the extra data added by DeSmuME and they're pretty much garbage. Here's the contents of those 22 bytes:
|
Thanks for your information. If so, I think you can use .sav file (from flashcard) directly on the DraStic emulator. Is my understanding correct ? If correct, then nothing needed to do for this issue, right ? |
Yes, you can, it is possible to load .sav files with DraStic. However what I and (I think) the original poster wants is a setting to make DraStic save its files in the .sav format so they can be then directly moved to a flashcard or another emulator. |
Thanks for your explanation. Both .sav and .dsv are in drastic folder. I mean user can copy it directly without any conversion. So, I am a little confusing why we need convert to .sav file ? |
They're saying that currently DraStic can load .sav files, but it cannot save .sav files. |
The .sav file is for in-game state when playing NDS game. I mean if you do save the state in game, the .save file can be updated properly. So, my question is: do you need to update the .sav file automatically when exit NDS emulator ? |
I know the original DraStic supports saving with .sav files instead of .dsv files, it'd be very useful for syncing saves between devices.
The text was updated successfully, but these errors were encountered: