QUOTE(xmugen360 @ Apr 28 2010, 07:07 PM)

hmmph didnt appreciate the slow comment but i am allways willing to learn...now thing is how would i rebuild iso? just checked and wine doesnt run iso2god or xdvdmulleter? i am assuming i would use mullet then iso2god if someone know help am about to try later 2day files already extracted + merged
Oh I´m so sorry. That comment was NOT directed to you. It was just meant as a funny ironic comment why we hadn´t thought of that before. It sounded obvious in my head when I wrote it but I guess it wasn´t then
I have merged the bin files as you did. Got the first one at 9.81 GB and the other one on 6.78 GB. Then used PowerISO to merge them as a .ISO file. But when I then use ISO2GOD I get an error message telling me that the it can´t locate the default.xex file. But the file is there so I guess we can´t use PowerISO then =/
QUOTE(heffe2001 @ Apr 28 2010, 08:15 PM)

I'm going to go ahead and guess all this work with that particular game isn't going to work. You can't just basically cat 2 bin files together and make them work on the Xbox, the program needs to know where in that bin file the data it's looking for is at, depending on what disk it's on. The only way it works with games like ME2 and FF is the fact that the files are different on each disk, and the game is just looking in the location it started in for the files from the next disk. You'd need to totally re-write the code in the XEX file to look at the new datapoints on the larger datafile you've created (if it's accessing it directly), or use some other method of combining those files if they are some sort of file-system (something akin to a .zip or .rar file, a large container with multiple files in it). Until you figure out how to do either of those, you're pretty much just wasting time...
And your link, that's for combining a split up ISO file, not a generic bin data file, just not going to work...
Yeah I was thinking of that a page ago also. I guess it will be problem when the .xex file is searching for a string on i.e. "row 12" on DVD2. That "row 12" will actually be a string of code from DVD1 since all 3 DVDs are merged as one file and there can only exist one "row 12" instead of 3 (one for each DVD with unique code)?