""
All times are GMT +2. The time now is 05:04 AM.  

Go Back   PSX/PS2/PS3 Scene Newz > PlayStation2 Forums > PS2 Homebrew/Dev & Emu Scene > Official NEOCD/PS2 Forums

Official NEOCD/PS2 Forums The official messageboard to the NeoCD/SDL port to the playstation2.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-02-2005, 07:02 AM
nashismo's Avatar
nashismo nashismo is offline
Registered User
 
Join Date: Jan 2005
Posts: 7
CD

The correct way of creating a neo-geo cd image..


I found that almost every game on the net come whith an ISO plus a bunch of mp3 files. The explanation to this is that the structure of the neo-geo cd is like mixed discs, with the first track with data, and rest with audio tracks.
So... how to make an image with all this from the iso and mp3?

First you will need...
The game files (ISO + mp3).
Notepad.
Nero (I used 5.5).

Then we'll have to create a "cue" file (this is the trick).
Open the notepad an paste this..

FILE "gamename.iso" BINARY
TRACK 01 MODE1/2048
INDEX 01 00:00:00
FILE "Track 02.mp3" MP3
TRACK 02 AUDIO
PREGAP 00:03:00
INDEX 01 00:00:00
FILE "Track 03.mp3" MP3
TRACK 03 AUDIO
INDEX 01 00:00:00
FILE "Track 04.mp3" MP3
TRACK 04 AUDIO
INDEX 01 00:00:00
FILE "Track 05.mp3" MP3
TRACK 05 AUDIO
INDEX 01 00:00:00
FILE "Track 06.mp3" MP3
TRACK 06 AUDIO
INDEX 01 00:00:00
FILE "Track 07.mp3" MP3
TRACK 07 AUDIO
INDEX 01 00:00:00
FILE "Track 08.mp3" MP3
TRACK 08 AUDIO
INDEX 01 00:00:00
FILE "Track 09.mp3" MP3
TRACK 09 AUDIO
INDEX 01 00:00:00
FILE "Track 10.mp3" MP3
TRACK 10 AUDIO
INDEX 01 00:00:00
FILE "Track 11.mp3" MP3
TRACK 11 AUDIO
INDEX 01 00:00:00
FILE "Track 12.mp3" MP3
TRACK 12 AUDIO
INDEX 01 00:00:00
FILE "Track 13.mp3" MP3
TRACK 13 AUDIO
INDEX 01 00:00:00
FILE "Track 14.mp3" MP3
TRACK 14 AUDIO
INDEX 01 00:00:00
FILE "Track 15.mp3" MP3
TRACK 15 AUDIO
INDEX 01 00:00:00

replace "gamename.iso" with the filename of your iso file, and the track names with the mp3 filenames keeping an eye on the placement order.

then save the file as "anything.cue", and put it in the same folder as the iso and mp3 files.

then open Nero, go to "recorder", then "choose recorder", then "image recorder" and press "OK".

Then go to "file" -> "Burn Image", search the cue file that you created and click "open". then write the image, and nero will ask you where.

Finally burn it with the software you like.

(you could write directly to a cdr instead of an image, but nero has to convert the mp3 to cda so i recomend you to build the image first).

That's it..

The other way, (i haven't tried it yet)... is to extract the iso content and build a mixed cd with nero, drag the extracted files to the data field, and the mp3s to the audio field. Then burn. Let me know if it works.
Anyway, I think the first method is the best one.

Hope it helps.
bye bye.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 03-02-2005, 03:03 PM
boule's Avatar
boule boule is offline
et Bill
 
Join Date: Aug 2004
Location: Normandy
Posts: 153
just to facilitate things...

you can use sega cue maker to create the .cue file
just select the folder containing mp3s and iso, generate the .cue and save.

ps: sorry, can't post where to find it as it would link to an illegal site but it's available on google

Last edited by boule; 03-02-2005 at 03:11 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 03-02-2005, 08:40 PM
nashismo's Avatar
nashismo nashismo is offline
Registered User
 
Join Date: Jan 2005
Posts: 7
The only problem is that the emu have no support for cdda yet...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 03-04-2005, 10:26 PM
bytestorm bytestorm is offline
Registered User
 
Join Date: Aug 2003
Posts: 14
hmm..i was told thet iso's rebuilded from iso + mp3 wont work correct because of corrupt TOC... only iso+mpc/ogg vere able to be perfectly rebuilt..?

can you give me some more info? have you actually done this to a game and gotten it to work perfect with emu/neogeocd console?

regards

Quote:
Originally Posted by nashismo
I found that almost every game on the net come whith an ISO plus a bunch of mp3 files. The explanation to this is that the structure of the neo-geo cd is like mixed discs, with the first track with data, and rest with audio tracks.
So... how to make an image with all this from the iso and mp3?

First you will need...
The game files (ISO + mp3).
Notepad.
Nero (I used 5.5).

Then we'll have to create a "cue" file (this is the trick).
Open the notepad an paste this..

FILE "gamename.iso" BINARY
TRACK 01 MODE1/2048
INDEX 01 00:00:00
FILE "Track 02.mp3" MP3
TRACK 02 AUDIO
PREGAP 00:03:00
INDEX 01 00:00:00
FILE "Track 03.mp3" MP3
TRACK 03 AUDIO
INDEX 01 00:00:00
FILE "Track 04.mp3" MP3
TRACK 04 AUDIO
INDEX 01 00:00:00
FILE "Track 05.mp3" MP3
TRACK 05 AUDIO
INDEX 01 00:00:00
FILE "Track 06.mp3" MP3
TRACK 06 AUDIO
INDEX 01 00:00:00
FILE "Track 07.mp3" MP3
TRACK 07 AUDIO
INDEX 01 00:00:00
FILE "Track 08.mp3" MP3
TRACK 08 AUDIO
INDEX 01 00:00:00
FILE "Track 09.mp3" MP3
TRACK 09 AUDIO
INDEX 01 00:00:00
FILE "Track 10.mp3" MP3
TRACK 10 AUDIO
INDEX 01 00:00:00
FILE "Track 11.mp3" MP3
TRACK 11 AUDIO
INDEX 01 00:00:00
FILE "Track 12.mp3" MP3
TRACK 12 AUDIO
INDEX 01 00:00:00
FILE "Track 13.mp3" MP3
TRACK 13 AUDIO
INDEX 01 00:00:00
FILE "Track 14.mp3" MP3
TRACK 14 AUDIO
INDEX 01 00:00:00
FILE "Track 15.mp3" MP3
TRACK 15 AUDIO
INDEX 01 00:00:00

replace "gamename.iso" with the filename of your iso file, and the track names with the mp3 filenames keeping an eye on the placement order.

then save the file as "anything.cue", and put it in the same folder as the iso and mp3 files.

then open Nero, go to "recorder", then "choose recorder", then "image recorder" and press "OK".

Then go to "file" -> "Burn Image", search the cue file that you created and click "open". then write the image, and nero will ask you where.

Finally burn it with the software you like.

(you could write directly to a cdr instead of an image, but nero has to convert the mp3 to cda so i recomend you to build the image first).

That's it..

The other way, (i haven't tried it yet)... is to extract the iso content and build a mixed cd with nero, drag the extracted files to the data field, and the mp3s to the audio field. Then burn. Let me know if it works.
Anyway, I think the first method is the best one.

Hope it helps.
bye bye.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-17-2005, 11:27 PM
evilo's Avatar
evilo evilo is offline
Moderator
 
Join Date: Aug 2004
Posts: 289
Sticked !
__________________
froggies psXdev http://www.psxdev.org/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 07-18-2005, 01:12 AM
TOo
Guest
 
Posts: n/a
i tries it it doesnt even work wit the the cue i rename everything open nero it said no iso found or something NASHISMO
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 07-18-2005, 01:15 AM
Dmnj Dmnj is offline
Registered User
 
Join Date: Apr 2005
Posts: 29
It works fine for me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 07-18-2005, 03:10 AM
TOo
Guest
 
Posts: n/a
when i use sega cue maker and burn it on a cd and it works but one thing the music the sound works but the music i even use the 0.6 emulator but still no music maybe sega cue maker doesnt so Sh!t or i dont know can someone please tell me what game with sound works and uses the sega cue thingy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 07-18-2005, 03:17 AM
TOo
Guest
 
Posts: n/a
i accidently post he wrong thing sorry the i meant the music doesnt but the sound it works AND At the bottom thats says sega cue doesnt so sh1t the so suppose to be do
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 08-24-2005, 06:27 AM
Ps2fanatico's Avatar
Ps2fanatico Ps2fanatico is offline
KI
 
Join Date: Mar 2005
Posts: 14
Actually, I'm having the same problem.

I already made the image file of a game using Nero and burned it using Alcohol, and everything when fine. I said this because I tried the cd using a Neocd/PC Emulator that supports wav. and the music and sounds works ok. But when I tried it in the 6b version I can't get any music, even though I turned the cdda on in game menu.
Any Suggestions
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 09-06-2005, 06:26 PM
newgen
Guest
 
Posts: n/a
Any guy kindly tell me where I can get free download for Neocd rom? Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 09-06-2005, 07:16 PM
boule's Avatar
boule boule is offline
et Bill
 
Join Date: Aug 2004
Location: Normandy
Posts: 153
Quote:
Originally Posted by newgen
Any guy kindly tell me where I can get free download for Neocd rom? Thanks.
you should have read the FAQ/rules , no warez here, so sorry -.-

[edit]: just forgot, welcome to the forums
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 11-19-2005, 10:00 PM
Sepp3000 Sepp3000 is offline
Registered User
 
Join Date: Nov 2005
Posts: 9
None of these burning methods do work on my system!

Creating CUE Files - Negative.

Mixed Audio/Data CD - Negative.

Any Idea??? I used Nero 6...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 11-20-2005, 01:48 AM
Experiment1106's Avatar
Experiment1106 Experiment1106 is offline
lollo of pollo
 
Join Date: Mar 2005
Posts: 269
ok my way to do that is i take CDGENPS2 and take first my files from the EMU inside and then i do the files from the game and last the MP3 files in there.
Then make an new ISO with CDGENPS2 and put the ISO to My hdd it works fine but i have Probs with the MP3 files no music i think with the MP3 files i must do another way but i Dont no at the Moment
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 11-20-2005, 06:34 PM
Sepp3000 Sepp3000 is offline
Registered User
 
Join Date: Nov 2005
Posts: 9
Alright, fine! Thx, I'll go out and find this SEGA CUE MAKER and then I'll check CDGENPS2 again...

@Experiment1106: Do unzip the .iso-file in the CDGENPS2???

Last edited by Sepp3000; 11-20-2005 at 06:47 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 11-21-2005, 12:19 AM
Sepp3000 Sepp3000 is offline
Registered User
 
Join Date: Nov 2005
Posts: 9
Quote:
Originally Posted by Experiment1106
ok my way to do that is i take CDGENPS2 and take first my files from the EMU inside and then i do the files from the game and last the MP3 files in there.
Then make an new ISO with CDGENPS2 and put the ISO to My hdd it works fine but i have Probs with the MP3 files no music i think with the MP3 files i must do another way but i Dont no at the Moment

Yeah, did that too, but on a CD-R - and it works! But there's no sound. You can't pack those mp3's in cdgenPS2!! Gotta find a way...

SEGA CUE MAKER doesn't work...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 11-21-2005, 10:44 AM
Experiment1106's Avatar
Experiment1106 Experiment1106 is offline
lollo of pollo
 
Join Date: Mar 2005
Posts: 269
ok i am trying to find a way to implement the MP3 files, and then i post it.
Maybe you found an way to do that you can give me an answer ok.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 11-21-2005, 12:39 PM
Sepp3000 Sepp3000 is offline
Registered User
 
Join Date: Nov 2005
Posts: 9
Alright, let's get it going on. I tried this here...
Quote:
Originally Posted by s8n
hi man.... here is a Tutorial , i dont know who the author is.....im taking no credit.......but i have used it and it works.

To burn the emulator and a game together, it's very easy :

1. prepare a folder "neocd05" (not important)
2. put your neocd cd in your drive and copy all the files (*.spr, *.fix, *.z80, *.txt,etc..) in that
folder.
3. put all the files from the neocd binary in the same folder
4. put the neocd bios
5. and burn the content of the folder (so all files at the root of tne CD) as usual.

see readme, if you have problem !

then once at the "swap" screen, just DON'T swap the cd, press X and the game will be loaded

I hope you'll enjoy it
...but I do not know how to burn stuff on "the root" of a CD with NERO 6. I guess the mp3 must be converted to .wav, too....

I got a trash can full of CD-R's...

EDIT:



Muahaha, I got it! Here you go:

Creating a cue file with cdgenPS2 will work without sound - creating a cue file Nashimo's way, the game file is not being detected, but the sound works!

Solution: Mix those two cue files and everything is fine!

1. Cut out the first 4 Lines from your cue file made with cdgenPS2. Paste them in your cue file made manually Nashimo's way (replace these lines there)
2. Copy your .bin file created by cdgenPS2 to your game folder where you got your mp3's and the "mixed" cue-file.
3. Delete the original .iso file : Now there is your
- mixed cue file
- the .bin file made by cdgenPS2
- and the mp3's
4. Burn the mixed-cue file and have fun. YES!

ps.: The CD runs on the NJ's NeoGeo CDZ, too! (windows)

Last edited by Sepp3000; 11-21-2005 at 08:32 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19  
Old 11-23-2005, 10:36 AM
Experiment1106's Avatar
Experiment1106 Experiment1106 is offline
lollo of pollo
 
Join Date: Mar 2005
Posts: 269
i will try and give you an answer sepp3000 ok

Why you have 4 Lines when u use CDGENPS2 i have 3 look:

FILE "imagen.bin" BINARY
TRACK 01 MODE2/2352
INDEX 01 00:00:00

can i show your 4 lines i am going totally crazy about that.

Last edited by Experiment1106; 11-23-2005 at 01:48 PM.
Digg this Post!Add Post to del.icio.us