Thanks I was unclear on how to prepare them for the multi part. RTW's romset generator takes care of everything after step 4
Cps2 Rom generator
Cps2 Rom generator
ah yes, that works as well. I didn't have a 64bit pc to use set up so I did it with the command line.Thanks I was unclear on how to prepare them for the multi part. RTW's romset generator takes care of everything after step 4
Cps2 Rom generator
I think you'll have to manually set it up for Darksoft compatibility if it's not already in a rom pack. I had to do similar for some other hacked roms.Hi, was this training mode rom rolled into Darksoft? I would like to be able to use this on my Darksoft.
I used this command to create the file and my CRC is not the same as yoursI'll try to list the steps out...
1. download the ips files from the github or the zip attached to post #1
2. download the roms for 980629 JAPAN release: sfz3jr2.zip
3. use any ips patcher application to apply the two patches to those two files and save them into a new directory
4. copy the rest of the program roms into this same directory such that everything is the same as the original release except the .03 and .04 files
a. at this point you could run it in an emulator or burn those roms to eproms and put in a real sfz3 game board.
b. or you can prepare them for the multi by combining the program roms into one file, see below
To prepare them for the multi you need the various types of roms merged or prepared in a specific way. All of the program roms need to be concatenated and named .02.
if you're in windows you would use copy /b command, pseudocoded like above. if you're on a mac or linux you'd use cat to combine files. This is done on the command line. There are applications that can do it as well, but it's beyond the scope of this post to pick which one you want to use. Depending on how you name your files would change the command, but essentially you're combining all of the game roms into one file with the extension .02. for my purposes i am using the directory and base file name sfz3tm.
$ crc32 sfz3tm.02
ef603ceb
I took the sfz3jr2 release that was included in the full mame roll up pack and replaced the .02 file with the one I created. I edited the NAME file to what I wanted but left the KEY file alone. At this point you can put this onto your multi's SD card in the games directory and it will be selectable in the menu.
You just need to combine the .03 thru .10 files to make the sfz3tm.02 file. Then use that newly generated .02 file with the rest of the folder/file structure for the multi.I used this command to create the file and my CRC is not the same as yours
copy /b sz3.01 + sz3.02 + sz3j.03 + sz3j.04 + sz3.05 + sz3.06 + sz3.07 + sz3.08 + sz3.09 + sz3.10 + sz3.11m + sz3.12m + sz3.13m + sz3.14m + sz3.15m + sz3.16m + sz3.17m + sz3.18m + sz3.19m + sz3.20m sfz3tm.02
Is this the correct command to create 1 file?
Also, I do nto see sfz3jr2 as a part of my darksoft rollup back. All I have is sfz3j and sfa3u. Can you break down your explanation some more? Can I use the sfz3j and replace the .02 file in there? Or does it have to be sfz3jr2?