Difference between revisions of "Save converters"

From Emulation General Wiki
Jump to navigation Jump to search
(Nintendo 64)
(Nintendo 64)
Line 20: Line 20:
 
* [https://github.com/libretro/mupen64plus-libretro/tree/master/tools/pj64tosrm.c pj64tosrm] converts eep, mpk, fla and sra files to libretro-mupen64plus srm files. Just drag the files onto the executable and a srm file should be generated on the same folder the input files came from. You can also drop a libretro-mupen64plus srm file on the tool to extract the original files. '''DexDrive and Adaptoid64 saves are not supported yet.'''
 
* [https://github.com/libretro/mupen64plus-libretro/tree/master/tools/pj64tosrm.c pj64tosrm] converts eep, mpk, fla and sra files to libretro-mupen64plus srm files. Just drag the files onto the executable and a srm file should be generated on the same folder the input files came from. You can also drop a libretro-mupen64plus srm file on the tool to extract the original files. '''DexDrive and Adaptoid64 saves are not supported yet.'''
  
* It is possible to use 512 byte eep files with libretro-mupen64+ simply by renaming the file to srm, but reversing the operation requires pj64tosrm.
+
* It is possible to use 512 byte eep files with libretro-mupen64+ simply by renaming the file to srm, but reversing the operation requires pj64tosrm. Bigger eep files are not supported due to a mistake during the implementation of srm support in the early days of the mupen64+ port to the libretro api.
  
 
[[Category:FAQs]]
 
[[Category:FAQs]]

Revision as of 14:04, 5 August 2014

Save converters can change a save from one format to another. Emulators can sometimes use a different file format.

PlayStation 1

PlayStation 1<->PlayStation Portable

PlayStation 2

Game Boy Advance

  • gbaconv Converts GBA battery saves between VBA-M and the VBA-Next core of RetroArch. Note that most games will work without conversion, but some may break entirely without converting (e.g. Ninja Five-O).

Nintendo DS

Nintendo 64

  • pj64tosrm converts eep, mpk, fla and sra files to libretro-mupen64plus srm files. Just drag the files onto the executable and a srm file should be generated on the same folder the input files came from. You can also drop a libretro-mupen64plus srm file on the tool to extract the original files. DexDrive and Adaptoid64 saves are not supported yet.
  • It is possible to use 512 byte eep files with libretro-mupen64+ simply by renaming the file to srm, but reversing the operation requires pj64tosrm. Bigger eep files are not supported due to a mistake during the implementation of srm support in the early days of the mupen64+ port to the libretro api.