Feedback Transferring WiiU virtual console save files to Retroarch on Switch

xTheOG

Member
OP
Newcomer
Joined
Sep 25, 2021
Messages
11
Trophies
0
Age
20
XP
78
Country
United States
I am trying to transfer my save data from The Legend of Zelda Majora's Mask N64 virtual console to Retroarch and I can't seem to figure out how to do it. I backed up the save files from SaveMii an accessed them on my WiiU SD card. I tried to rename the .sav files to .srm and drop them to retroarch/cores/savefiles and when I load up the game it doesn't do load my save file. I made sure to rename the .srm file to match the name of the rom file but I am still coming up empty. Hopefully this post is worded correctly. If you have any questions and would like for me to clarify more information I will do my best.
 

Vague Rant

Deceptively cute
Member
Joined
Aug 7, 2008
Messages
2,464
Trophies
2
Location
Melbourne
Website
vaguerant.tumblr.com
XP
3,313
Country
I haven't ever done what you're doing, but I'd guess there's two problems at play here.

Problem 1: The Wii U (and Wii, and also the N64 actually) is a big-endian console, so N64 saves are written and read "backward" relative to how they're handled on little-endian platforms, like any modern PC or the Switch.

Solution 1: ED64-Saveswap will allow you to byte- and word-swap your save to arrange it in the direction little-endian consoles expect to read their saves. This is a GUI tool, so you shouldn't have any trouble using it.

Problem 2: RetroArch Mupen64+ has its own custom save format which is distinct from any other emulator, so there's no kind of save file you can just rename and start using on that RetroArch core.

Solution 2: ra_mp64_srm_convert is a tool which converts between traditional N64 save formats and RetroArch Mupen64+'s dedicated save format. It's a command-line application, but if you don't feel confident using the command prompt, it is designed to "guess" what you want based on the file you supply if you just drag and drop your save file onto the app.

Between both of these tools, I think you can probably get your save working on Switch.
 

xTheOG

Member
OP
Newcomer
Joined
Sep 25, 2021
Messages
11
Trophies
0
Age
20
XP
78
Country
United States
I haven't ever done what you're doing, but I'd guess there's two problems at play here.

Problem 1: The Wii U (and Wii, and also the N64 actually) is a big-endian console, so N64 saves are written and read "backward" relative to how they're handled on little-endian platforms, like any modern PC or the Switch.

Solution 1: ED64-Saveswap will allow you to byte- and word-swap your save to arrange it in the direction little-endian consoles expect to read their saves. This is a GUI tool, so you shouldn't have any trouble using it.

Problem 2: RetroArch Mupen64+ has its own custom save format which is distinct from any other emulator, so there's no kind of save file you can just rename and start using on that RetroArch core.

Solution 2: ra_mp64_srm_convert is a tool which converts between traditional N64 save formats and RetroArch Mupen64+'s dedicated save format. It's a command-line application, but if you don't feel confident using the command prompt, it is designed to "guess" what you want based on the file you supply if you just drag and drop your save file onto the app.

Between both of these tools, I think you can probably get your save working on Switch.
i’m going to try this when i get home hopefully
 

xTheOG

Member
OP
Newcomer
Joined
Sep 25, 2021
Messages
11
Trophies
0
Age
20
XP
78
Country
United States
I haven't ever done what you're doing, but I'd guess there's two problems at play here.

Problem 1: The Wii U (and Wii, and also the N64 actually) is a big-endian console, so N64 saves are written and read "backward" relative to how they're handled on little-endian platforms, like any modern PC or the Switch.

Solution 1: ED64-Saveswap will allow you to byte- and word-swap your save to arrange it in the direction little-endian consoles expect to read their saves. This is a GUI tool, so you shouldn't have any trouble using it.

Problem 2: RetroArch Mupen64+ has its own custom save format which is distinct from any other emulator, so there's no kind of save file you can just rename and start using on that RetroArch core.

Solution 2: ra_mp64_srm_convert is a tool which converts between traditional N64 save formats and RetroArch Mupen64+'s dedicated save format. It's a command-line application, but if you don't feel confident using the command prompt, it is designed to "guess" what you want based on the file you supply if you just drag and drop your save file onto the app.

Between both of these tools, I think you can probably get your save working on Switch.
My .sav files converts to a .bak file and the mp64 srm convert app doesnt recognize it
 
Last edited by xTheOG,

xTheOG

Member
OP
Newcomer
Joined
Sep 25, 2021
Messages
11
Trophies
0
Age
20
XP
78
Country
United States
I haven't ever done what you're doing, but I'd guess there's two problems at play here.

Problem 1: The Wii U (and Wii, and also the N64 actually) is a big-endian console, so N64 saves are written and read "backward" relative to how they're handled on little-endian platforms, like any modern PC or the Switch.

Solution 1: ED64-Saveswap will allow you to byte- and word-swap your save to arrange it in the direction little-endian consoles expect to read their saves. This is a GUI tool, so you shouldn't have any trouble using it.

Problem 2: RetroArch Mupen64+ has its own custom save format which is distinct from any other emulator, so there's no kind of save file you can just rename and start using on that RetroArch core.

Solution 2: ra_mp64_srm_convert is a tool which converts between traditional N64 save formats and RetroArch Mupen64+'s dedicated save format. It's a command-line application, but if you don't feel confident using the command prompt, it is designed to "guess" what you want based on the file you supply if you just drag and drop your save file onto the app.

Between both of these tools, I think you can probably get your save working on Switch.
I'm gonna be honest I have no clue what I'm doing
 

xTheOG

Member
OP
Newcomer
Joined
Sep 25, 2021
Messages
11
Trophies
0
Age
20
XP
78
Country
United States
The .bak is just a backup of the save you started with, the converted file is the .sav, so the swapped .sav is the file to give to the srm converter
okay so the srm converter doesn't recognize the sav file i inserted. should i rename the extension on the converted sav file to srm?
 

Vague Rant

Deceptively cute
Member
Joined
Aug 7, 2008
Messages
2,464
Trophies
2
Location
Melbourne
Website
vaguerant.tumblr.com
XP
3,313
Country
okay so the srm converter doesn't recognize the sav file i inserted. should i rename the extension on the converted sav file to srm?
Looking at how the converter works, it seems to guess the original file type by extension (N64 cartridges can save onto several different types of storage memory inside the cart). Majora's Mask saves onto a flash chip, so try renaming the .sav to .fla before dropping it onto the converter.
 
  • Like
Reactions: xTheOG

xTheOG

Member
OP
Newcomer
Joined
Sep 25, 2021
Messages
11
Trophies
0
Age
20
XP
78
Country
United States
Looking at how the converter works, it seems to guess the original file type by extension (N64 cartridges can save onto several different types of storage memory inside the cart). Majora's Mask saves onto a flash chip, so try renaming the .sav to .fla before dropping it onto the converter.
Thank you so much for your help! All of these things got it to work and I was able to put it on my switch! I can't express to you how grateful I am!! Thank you so much
 
  • Like
Reactions: Vague Rant

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    @SylverReZ, RC Pro AM was made by Rare, and that explains why I liked it. Just learned the other day about a game I loved that was made by Rare and I was surprised lol
  • K3Nv2 @ K3Nv2:
    I was playing need for speed remastered and said to myself this is a nice Forza remaster
  • Psionic Roshambo @ Psionic Roshambo:
    https://en.wikipedia.org/wiki/List_of_video_games_developed_by_Rare Not all of them are awesome but man the hits on that list.
  • Psionic Roshambo @ Psionic Roshambo:
    Oh snap Super Offroad was by them too? lol damn
    +1
  • BakerMan @ BakerMan:
    Today I learned that the creators of the Donkey Kong games also made Sea of Thieves
  • BakerMan @ BakerMan:
    why do i feel the sudden urge to start singing pirate's scorn from the donkey kong country cartoon?
  • BigOnYa @ BigOnYa:
    Are you being for real, cause that's hard to believe, DK is Nintendo and made in japan, Sea of thieves was from Microsoft, in America. I'm not calling you a liar, just didn't know.
  • BigOnYa @ BigOnYa:
    Ok yes they were both made by Rare, but DK was from Rare back then, Rare now is owned by MS. So makes since.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    They even developed a LJN game.... lol
  • K3Nv2 @ K3Nv2:
    It was pretty rare
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder what deal with Satan LJN worked to get Rare to make that one...
  • BigOnYa @ BigOnYa:
    I remember couple years ago, they announced they were working on a Perfect Dark remake, wonder what ever happen with that?
  • K3Nv2 @ K3Nv2:
    It went into the darkness
  • BigOnYa @ BigOnYa:
    Me and buddies used to play the hell out of Perfect Dark on N64, that and Goldeneye, was the first real PvP shooter games I remember
  • BigOnYa @ BigOnYa:
    4-way split screen on a tiny 19" TV, lol
  • K3Nv2 @ K3Nv2:
    Did you share joysticks also
  • BigOnYa @ BigOnYa:
    Nuh we had the 4 controller add on thingy for n64. Duh I just got your joke, lol
  • K3Nv2 @ K3Nv2:
    So you touched ends
  • BigOnYa @ BigOnYa:
    Yea, but being in the boy scouts, they forced us to
  • K3Nv2 @ K3Nv2:
    Chopped down some wood for the scout master
  • BigOnYa @ BigOnYa:
    Big Gay Al was our Scout leader.
  • BigOnYa @ BigOnYa:
    I was actually in the scouts for 1 week, til they assigned me homework, n I was like f this, and quit, I was like 10 yrs old. And no I didn't join the girl Scouts.
  • K3Nv2 @ K3Nv2:
    Was the homework about getting to know the scout leaders
    K3Nv2 @ K3Nv2: Was the homework about getting to know the scout leaders