Talk:LIC.DAT

From PS3 Developer wiki
Revision as of 12:48, 17 February 2014 by Sandungas (talk | contribs) (Multiboot PS3 Game Discs, using several LIC.DAT files (moved from sfo talk page))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Multiboot PS3 Game Discs

There is an special type of PS3 game disc that contains 2 EBOOT.BIN with 2 LIC.DAT. This LIC.DAT files are a bit special because they contains the TITLE_ID of both EBOOT.BIN. The first game using this disc structure was: Metal Gear Solid The Legacy Collection (BLJM91001 on PS3_DISC.SFB)

  • dev_bdvd/PS3_GAME/LICDIR/LIC.DAT
    • ending (beginning of chunks + chunk amounts * chunk size ) at 0x0A00, chunk amounts: 2, title id (BLJM61001) of PS3_GAME at 0x800, title id (BLJM60351)of PS3_GM01 at 0x900.
  • dev_bdvd/PS3_GM01/LICDIR/LIC.DAT
    • debug flag, ending at 0x0A00, title id of PS3_GAME at 0x800, title id of PS3_GM01 at 0x900.