Welcome!

Final Burn Neo => FBN Discussion => Topic started by: ISOHaven on July 07, 2023, 04:03:48 PM

Title: CDZ List Always Empty
Post by: ISOHaven on July 07, 2023, 04:03:48 PM
To start, all involved have maintained a fantastic emulator.  You all deserve much praise!


I can manually load all my CDs and run them just fine.  They are all CCD/IMG/CUE/SUB (trurip). However the CDZ list doesn't recognize any of them.

Is there some special format it's expecting?  I see ISO in the folder name but I thought ISO didn't support multi-track?

FinalBurn Neo v1.0.0.03\neocdiso\3 Count Bout\3 Count Bout.img (all 4 files)

Scan sub-dirs is selected

Under directories - /neocdiso/

Many thanks!
Title: Re: CDZ List Always Empty
Post by: dink on July 07, 2023, 08:23:52 PM
Hi,
Try this:

Game -> Load Neo Geo CDZ Game
when the empty game list pops up, make sure "scan sub dirs" is checked, if that doesn't fix it, try:
Click [Directories..]  button, then use the browse button to find the path to your CD images & hit OK.

best regards,
- dink
Title: Re: CDZ List Always Empty
Post by: ISOHaven on July 08, 2023, 01:17:18 AM
Ah ok, so the default /neocdiso/ isn't good.  Need the full path.  Thanks!

Is there a master list of all the game IDs?  Or a way to extract that like a DAT file?
Title: Re: CDZ List Always Empty
Post by: dink on July 28, 2023, 09:49:31 AM
Ah ok, so the default /neocdiso/ isn't good.  Need the full path.  Thanks!

Is there a master list of all the game IDs?  Or a way to extract that like a DAT file?

I'll look into that, maybe it needs fixing, thanks!

Not sure about a full list, sorry!

best regards,
- dink
Title: Re: CDZ List Always Empty
Post by: dink on July 28, 2023, 09:57:04 AM
wow, what an absolutely stupid bug with the default neocdrom directory/folder, sorry about that!  It's fixed now, at least :)

best regards,
- dink
Title: Re: CDZ List Always Empty
Post by: ISOHaven on August 05, 2023, 12:08:51 PM
Oh ok, cool, thanks!

Regarding the game list - What is the program pulling from to know the game data?  Is it all internal?
Title: Re: CDZ List Always Empty
Post by: dink on August 06, 2023, 01:31:32 AM
Oh ok, cool, thanks!

Regarding the game list - What is the program pulling from to know the game data?  Is it all internal?

it's internal, the list is in the top of neocdlist.cpp on git hub, though:

https://github.com/finalburnneo/FBNeo/blob/master/src/burner/win32/neocdlist.cpp

best regards,
- dink
Title: Re: CDZ List Always Empty
Post by: ISOHaven on August 07, 2023, 11:52:57 PM
Perfect, thanks again!