|
|
Post by RoninBuddha on Feb 9, 2004 12:33:02 GMT -5
sorry, i didnt get it to work on nebula (my fave emu too), sorry for the typo
but i did really get it to work on Kawaks (the 1.48dev leaked version)
here's how to get the current set: (credits to: Romshare.net)
ALL the parts in yellow should be copied to a text file and save as a .bat (a batch file), you must execute the batch file in the same dir as the P, C, and V roms
1) C roms have to be merged in a specific order (C1 with C3...), each C rom is 16 Mb :
copy /b 271-c1d.bin + 271-c3d.bin 271-c1.bin copy /b 271-c2d.bin + 271-c4d.bin 271-c2.bin copy /b 271-c5d.bin + 271-c7d.bin 271-c3.bin copy /b 271-c6d.bin + 271-c8d.bin 271-c4.bin echo bug copy /b 271-c5d.bin + 271-c7d.bin 271-c5.bin copy /b 271-c6d.bin + 271-c8d.bin 271-c6.bin
2) All V roms merge :
copy /b 271-v1.bin + 271-v2.bin + 271-v3.bin + 271-v4.bin 271-v1d.bin
3) p2 is splitted, then 1st, 2nd & 3rd parts merge : there is a patch for this part, ask me for it
chopfile 271-p2.bin p2_1.bin 0 1048576 chopfile 271-p2.bin p2_2.bin 1048576 1048576 chopfile 271-p2.bin p2_3.bin 2097152 1048576 chopfile 271-p2.bin p2_4.bin 3145728 1048576
then
copy /b p2_1.bin+p2_2.bin+p2_3.bin 271-p2bl.bin
Rename the new roms as :
271-c1d.bin 271-c2d.bin 271-c3d.bin 271-c4d.bin 271-c5d.bin 271-c6d.bin 271-m1d.bin (use the old M1) 271-s1bl.bin (there is also fix out for this) 271-p1bl.bin (take the old P1 [4 Mb]) 271-p2bl.bin 271-v1d.bin
& zip them in a file called kof2003b.zip
hope that helps
|
|