I am using webMan and Multiman. I can try with Irisman but it has iso from hdd and external usb only in description. I think the problem is that mounted isos are replacing dev_dbvd which makes disc unaccessible so it would make also iso unaccessible while mounting it. The easiest way would be to remount real bdvd to some other virtual location first (like dev_usbX) and then webman/multiman would find games. But I don't see this option available…
That loses the file ordering unfortunately.Discs started to work after following steps:
1. Mount ISO and copy it's content to a content_folder
2. makeps3iso ./content_folder (from https://github.com/bucanero/ps3iso-utils )
3. Burn with lower speed (4x for Verbatim BD-R; 6x for HP DVD+R DL)
The physical location of the data on the disc.What do you mean by 'file ordering'?
I didn't know about that. But is this data of physical location of files kept when ISO is created from disk with webman/multiman or with PC tools?The physical location of the data on the disc.
Random access / seek times of Blu-Ray discs are pretty awful, so many developers designed the disc layout in a way that files that are likely to be read one after the other are also stored nearby on the disc, so the laser doesn't have to move far, which helps reduce loading times. Game folders don't have that information about where each file physically was located on the disc, so converting a game folder to an ISO just places them randomly, which removes any optimizations made by the studio and can increase loading times.
it would be interesting if you could explore the bd's isos, then run an executable from within. I know multiman can run self files, probably wmm as well, sorta like file explorer. I guess it's not possible, because of the way cobra works. dunno if it's doable or not though.
1. Launch the SELF directly from multiMAN's file manager.
2. Or you could use webMAN MOD to mount the SELF using /mount.ps3<path-of-self>
3. Or rename the SELF as EBOOT.BIN, put it in an USRDIR and map the folder containing the USRDIR to app_home
If you want to run anything from XMB, then you are bound to the limitations and features of PARAM.SFO. I think that you can only run EBOOT.BIN files from XMB or mount it from multiMAN and launch it there.
Here are some tips from Aldo:
Let's think of it as the old, infamous autorun.ini file that came on all CD and DVD games and software on PC. It's a simple file that displays the icon and launches an executable (can be anything that Windows can execute, if my memory serves me right) once the disc is loaded.
Yes. Other than decryption of the EBOOT.BIN file, the created ISO is 1:1.I didn't know about that. But is this data of physical location of files kept when ISO is created from disk with webman/multiman or with PC tools?