Next Generation Emulation banner
861 - 880 of 2,607 Posts
Hello, I have problem, I can't go to "cdfs", when i use O, it blocks

sorry for the second post, I want use the save game tales of the abyss by Majutsuko (Gamefaq), can you help me please ^^.
Thank you in advance.
Majutsuko's save is a PlayStation 2 PS3 Virtual Memory Card Save. I doubt that you can use that one.
Also, mymc is way better and easier for converting your saves.
 
This method is outdated there is now a program with a GUI that lets you convert saves easily. Its called MYMC. Google it...
I doubt someone use this guide,this thread becomes long ago "please convert this save"

I'm using this with mymc

@echo Lets get started
"D:\Games\Playstation 2\MYMC\mymc.exe" "D:\Games\Playstation 2\MYMC\Mcd001.ps2" import "C:\Documents and Settings\Cheat Master\Desktop\*.max"
"D:\Games\Playstation 2\MYMC\mymc.exe" "D:\Games\Playstation 2\MYMC\Mcd001.ps2" import "C:\Documents and Settings\Cheat Master\Desktop\*.cbs"
"D:\Games\Playstation 2\MYMC\mymc.exe" "D:\Games\Playstation 2\MYMC\Mcd001.ps2" import "C:\Documents and Settings\Cheat Master\Desktop\*.psu"
"D:\Games\Playstation 2\MYMC\mymc.exe" "D:\Games\Playstation 2\MYMC\Mcd001.ps2" import "C:\Documents and Settings\Cheat Master\Desktop\*.sps"
"D:\Games\Playstation 2\MYMC\mymc.exe" "D:\Games\Playstation 2\MYMC\Mcd001.ps2" import "C:\Documents and Settings\Cheat Master\Desktop\*.xps"
"D:\Games\Playstation 2\MYMC\mymc.exe" "D:\Games\Playstation 2\MYMC\Mcd001.ps2" dir
pause
del "C:\Documents and Settings\Cheat Master\Desktop\*.max"
del "C:\Documents and Settings\Cheat Master\Desktop\*.cbs"
del "C:\Documents and Settings\Cheat Master\Desktop\*.psu"
del "C:\Documents and Settings\Cheat Master\Desktop\*.sps"
del "C:\Documents and Settings\Cheat Master\Desktop\*.xps"
move /y "D:\Games\Playstation 2\MYMC\Mcd001.ps2" "C:\Documents and Settings\Cheat Master\Desktop"
"C:\Program Files\WinRAR\RAR.exe" M -ep "C:\Documents and Settings\Cheat Master\Desktop\Save.rar" "C:\Documents and Settings\Cheat Master\Desktop\Mcd001.ps2"
"C:\Program Files\WinRAR\RAR.exe" X "D:\Games\Playstation 2\MYMC\Mcd001.rar" "D:\Games\Playstation 2\MYMC\"
@echo Enjoy!!!
@echo off
Mymc is in
D:\Games\Playstation 2\MYMC\mymc.exe
directory,the empty memory card that I use is in
D:\Games\Playstation 2\MYMC\Mcd001.ps2
directory and with
C:\Documents and Settings\Cheat Master\Desktop\*....
I import every of those formats from my desktop,then with this
"D:\Games\Playstation 2\MYMC\mymc.exe" "D:\Games\Playstation 2\MYMC\Mcd001.ps2" dir
I check if all saves are inside the memory card,then with
del "C:\Documents and Settings\Cheat Master\Desktop\*..."
I delete all those formats that I import already in the memory card and with that
move /y "D:\Games\Playstation 2\MYMC\Mcd001.ps2" "C:\Documents and Settings\Cheat Master\Desktop"
I move the card to my desktop and with that
"C:\Program Files\WinRAR\RAR.exe" M -ep "C:\Documents and Settings\Cheat Master\Desktop\Save.rar" "C:\Documents and Settings\Cheat Master\Desktop\Mcd001.ps2"
I archive the memory card so I can upload it,and in the end I extract the archive with an empty memory card to the mymc directory
"C:\Program Files\WinRAR\RAR.exe" X "D:\Games\Playstation 2\MYMC\Mcd001.rar" "D:\Games\Playstation 2\MYMC\"

And I'm ready for the next user wanting to convert a save for him

All that code I put in bat file and make the card for less than 5 seconds
 
As soon as I got the hang of it, I've been making my own saves using the guide. Thanks again for making that very first one for me though. I definitely have to check out this new program that you're using. :)
This "guide" that I make is for the command line part of the program(mymc.exe not mymcgui.exe) with the gui is way to easy even for noobs...with this guide I just do it more quickly(only one click and I'm done)
 
861 - 880 of 2,607 Posts