Android Drastic saves files as .dsv, not .sav

Drastic is an emulator that runs Nintendo DS games on Android phones and tablets. When you save your game progress inside Drastic, the emulator writes the save file in its own format: .dsv (Drastic Save). This is different from the standard .sav format that many other emulators use, which can make moving saves between devices or emulators more complicated than it first appears.

The .dsv format is specific to Drastic because the emulator stores additional metadata alongside your actual game save — things like the exact time you saved, which game it belongs to, and internal pointers that help Drastic reload the save correctly. A plain .sav file contains only the raw game data, without that extra layer. This is why you cannot straightforward rename a .dsv file to .sav and expect it to work in another emulator.

Key Takeaways

  • Drastic saves are stored as .dsv files by default, located in the Drastic folder on your Android device's storage.
  • You can convert a .dsv file to .sav format using a conversion tool or by extracting the save data from within Drastic itself.
  • The reverse conversion (.sav to .dsv) is possible but requires either Drastic's built-in import feature or a third-party tool that understands both formats.
  • Not all conversion methods work for all games — some games have save structures that do not transfer cleanly between formats.

Where Drastic stores .dsv files on your phone

When you save a game in Drastic, the .dsv file lands in a specific folder on your Android device. Open your file manager and navigate to Internal Storage > Drastic > Saves. Inside that folder you will see one .dsv file for each game you have saved. The filename usually matches the game's name or a shortened version of it.

If you cannot see the Drastic folder, your file manager may be hiding system folders by default. Look for a menu option (usually three dots or lines) and turn on "Show hidden files" or "Show system files". Once you can see the Saves folder, you can copy the .dsv files to your computer or another device for backup or conversion.

Converting .dsv to .sav using Drastic's export feature

The simplest way to convert a Drastic save to .sav format is to use Drastic's own export tool. Open Drastic, load the game whose save you want to convert, then tap the menu button (three dots) and look for an option labeled Export Save or Save Management. This feature extracts the raw game data from the .dsv wrapper and saves it as a standard .sav file.

The exported .sav file will appear in your Drastic folder, usually in a subfolder called Exported Saves or directly in the main Drastic directory. From there you can move it to another emulator on the same device, send it to a computer, or transfer it to another phone. Not every version of Drastic includes this feature — if you do not see an export option, you may need to update the app.

Converting .sav to .dsv to use saves in Drastic

If you have a .sav file from another emulator and want to use it in Drastic, the process is less straightforward because Drastic needs to wrap the save data in its own .dsv container. The most reliable method is to use Drastic's Import Save feature. Open Drastic, load the game, tap the menu, and select Import Save or Load Save. Point it to your .sav file, and Drastic will convert it to .dsv format automatically.

If Drastic does not have an import feature in your version, you can try a third-party conversion tool. Tools like DeSmuME (a DS emulator for Windows and Mac) can read both formats, and some online communities have created batch conversion scripts. However, these tools are less reliable than Drastic's built-in import, and some games with unusual save structures may not convert cleanly.

Why some saves do not convert between formats

Not every .dsv file converts perfectly to .sav, and not every .sav converts perfectly to .dsv. The reason is that different emulators store save data in slightly different ways, even when they are emulating the same hardware. A game might store a checksum (a number that verifies the save is not corrupted) in a location that one emulator expects but another emulator does not.

When you convert a save, the raw game data usually transfers fine, but these extra details can get lost or misaligned. The result is that the save loads but the game does not recognize it as valid, or it loads but crashes when you try to play. This is more common with older or less popular games. If a conversion fails, your best option is to start a new save in the target emulator, or look for a save file that was created in the target emulator originally.

Backing up your .dsv files safely

Because .dsv files are Drastic-specific, they are not portable to other emulators without conversion. This makes backup especially important — if you lose your Drastic folder, you lose all your saves unless you have a copy elsewhere. Connect your Android device to a computer via USB, open your file manager on the computer, and navigate to the Drastic folder. Copy the entire Saves subfolder to a folder on your computer labeled something like "Drastic Backups".

You can also use cloud storage services like Google Drive or Dropbox to back up the Saves folder automatically. On Android, you can grant these apps permission to access your Drastic folder, and they will sync your saves to the cloud. This way, if your phone is lost or damaged, you can reinstall Drastic on a new device and restore your saves from the cloud backup.

Frequently Asked Questions

Can I use a .sav file from DeSmuME in Drastic without converting it?

No, Drastic will not recognize a plain .sav file. You must either use Drastic's Import Save feature to convert it, or use a conversion tool first. Even then, the save may not load if the two emulators store the save data in incompatible ways.

What happens if I rename a .dsv file to .sav?

Renaming the file will not convert it. Other emulators will not be able to read it because the internal structure is still in Drastic's format. You must use an actual conversion method, not just change the filename.

Can I move a .dsv file between two Android phones both running Drastic?

Yes, this is the safest conversion scenario. Copy the .dsv file from one phone to the other using a file manager, cloud storage, or USB cable. Place it in the Saves folder on the second phone, and Drastic will recognize it when ready without any conversion needed.

Does converting a save file lose any data?

The core game data — your progress, items, level — transfers intact. However, metadata like the exact save time or internal emulator-specific pointers may be lost or altered. This rarely affects gameplay, but some games with strict save validation may reject a converted save.

Where can I find conversion tools if Drastic's import feature does not work?

Search for "DS save converter" or "Drastic .dsv to .sav converter" on GitHub or emulation forums. Be cautious with tools from unknown sources, as they may contain malware. Stick to tools from established emulation communities or the official Drastic documentation.