Jump to content

Using ImgBurn with xdvdfs_tools


mwg

Recommended Posts

Hiya. I am helping with the development of an open-source utility to build xISO files (xdvdfs_tools), this is, ISO files with xbox file format for game backups. ImgBurn is the tool of choice.

 

However, the last addition to the program is to build double layer isos, as similar as possible to the original. The program calculates the layer break sector, and this requires the user to manually specify it in imgBurn. I've been trying to make a MDS file containing this info but i haven't found much info about this file format (and i guess you can't just give it to anyone who asks).

 

I recently found out cloneCD makes .DVD files, which imgburn supports, and those are plain text files with the file names of the image chunks. And the first line contains the layer break sector, so i thought i could use this .dvd file format and open it with imgburn.

 

I made a dvd movie dump with cloneCD to check this .DVD file format, the first line has LayerBreak=[layer break sector number]. When i tried to open it with imgburn, it didn't work, I guess it expected to get only filenames not this LayerBreak line...

 

Will imgBurn support getting the layer break from .DVD files? maybe it's a new addition of the .dvd file format, I dunno, but it would help a lot! or, any other suggestion?

 

Excuse my newbieness and bad english. :'(

Link to comment
Share on other sites

I was actually the one who started CloneCD using .DVD files. Trouble is, I then progressed onto MDS and it stuck with .DVD.

Back then, DL weren't around and so there was never a need for the layerbreak value to be put in the file.

 

I will look into adding support for this newer type of .DVD file and it'll be in the next release.

 

Oh and you guess correctly, I can't give out the MDS file format info ;)

Link to comment
Share on other sites

I was actually the one who started CloneCD using .DVD files. Trouble is, I then progressed onto MDS and it stuck with .DVD.

Back then, DL weren't around and so there was never a need for the layerbreak value to be put in the file.

 

I will look into adding support for this newer type of .DVD file and it'll be in the next release.

 

Oh and you guess correctly, I can't give out the MDS file format info ;)

:D Thanx a lot mister! Interesting to know it was you who started with .DVD files... if you implement it, i guess other programs could also benefit from it, like pgcEdit.

 

i'm glad i don't have to use MDS files honestly, it looks like a lot of data and i only want to specify the layer break!

Link to comment
Share on other sites

In theory, you could just pass the normal .dvd file via the /SOURCE CLI parameter, and also use the /LAYERBREAK CLI parameter.

 

Of course that doesn't help if you're not running/calling ImgBurn from within your own program!

that's what i thought, doing it the pcgedit way, however the program is a small CLI program which doesn't save any config file or stuff like that (since it needs no config i think) so the user would have to specify the path to imgburn everytime, or have imgburn in the PATH env. variable, so i'm sticking with .DVD files. There's some nice dude who made a GUI to it, i think the GUI is the one who should call imgBurn, but that's "another story".

Link to comment
Share on other sites

You could just read the install dir from the registry - or the gui person could.

 

HKEY_CURRENT_USER\Software\ImgBurn\

 

Name = 'InstallDirectory'

 

Take that and stick a '\ImgBurn.exe' on the end of it ;)

D'oh! i should've figured that out >_<

Thanks for your help, come visit us if you ever happen to need any xbox backup done!

Link to comment
Share on other sites

Shamus, a deja-vu moment.................. Had one of those last night......... thought I know her from school........ she was soooo friendly...... :drunk::drunk:=))=))

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.