Posts: 29.797
Threads: 16
Joined: Dec 2008
Reputation:
626
Location: 127.0.0.1
this is the kind of problem you should have ruled out before going further in the game.
you can still try formatting your memcard through bios, like you would do on your real PS2 console, then try again using your savestate to load your progress.
but don't expect too much
CPU : AMD Ryzen 7 3800X
Mobo : Asus PRIME B450-PLUS
GPU : NVIDIA GeForce RTX 3070
RAM : 16 Go
Posts: 8.013
Threads: 133
Joined: Nov 2009
Reputation:
96
Location: Delft, The Netherlands
Can't he remove the .mcd file and let pcsx2 remake it? Thought the emulator auto-formatted memory cards.
Posts: 502
Threads: 12
Joined: Jun 2018
Reputation:
5
Location: in a W16 piston
It's really simple so that feature would be pointless. About half of PS2 games, especially newer titles have the ability to format a memory card and the built-in BIOS does it as well.
PC Specs:
PC: HP Omen 15 dc-0051nr laptop
CPU: Intel i7-8750H (2.2 GHz up to 4.1 GHz)
RAM: 16 GB
GPU: Nvidia GeForce GTX 1060 Notebook (6 GB)
OS: Windows 10 Pro (64 bit)/Windows 8.1 Pro (64 bit)
Storage: 256 SSD PCi NV M.2+1 TB HDD
Need the latest GIT/development build? Click here!
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
344
I think I ask this before but I don't remember the answer(or if I actually get one)
Is there is some illegal reason or something to create already formatted card while creating the cards
The formating part is just chaning couple of bytes
The folder memory card is even easier because you are not creating 8mb+ file but a tinny file and that's all
Is it not possible to create already formatted cards
Posts: 786
Threads: 9
Joined: Dec 2016
Reputation:
45
Location: Bottom of the Well
Formatting is a bit more than just a few bytes. The cards are completely blank at first, and formatting creates the superblock (where information about the card's size, cluster size, etc lives), indirect FAT (tells where the FAT lives), the FAT (tells where the directories live), and root directory. Still low tech, but not as easy as just writing a string of bytes once and calling it a day.
The format itself, you could say it is "proprietary" cause Sony came up with it and never officially released the spec but that clearly hasn't stopped anyone from reverse engineering it and coming up with their own algorithms for imitating it.
Folder memory cards work by creating the superblock but stopping there. The FAT works on the fly and only ever exists in memory, never written to a file. That's why we have to add folder memory card inclusions to the GameDB for certain games to be able to read other game's files. It was intended as a way to prevent running out of space (since the entire principle of folder memcards is not running out of space at 8 or 16 MB) but this is inevitably a side effect of that.