11-28-2013, 11:39 PM -
(11-28-2013, 06:35 PM)Dante38490 Wrote: a here, it is new
these online intrigue me, would find a solution for the games looking at the right place.
[E : PPU[1] Thread (CPUThread)[0x00157b1c]]: sys_fs error: '/dev_bdvd/PS3_GAME/USRDIR/KHLauncher/Launcher.mself' has unknown flags! flags: 0x00001000
[E : PPU[1] Thread (CPUThread)[0x00157b1c]]: sys_fs error: '/dev_bdvd/PS3_GAME/USRDIR/KHLauncher/Days.mself' has unknown flags! flags: 0x00001000
Ahh. It's trying to load MSELF files. I believe these files are encrypted with SDAT.
Fortunately, AlexAltea and I already begun working on a SDAT decryption tool: https://github.com/AlexAltea/sdata-tool
It should be just a matter of extracting the encrypted files from the MSELF container, which is quite simple as demonstrated in these posts: http://forum.xentax.com/viewtopic.php?f=10&t=10231
We intend on merging this with rpcs3 soon, the only part missing is the SDAT decompression algorithm in which I'm working on.