PS3 Make MultiDisc PS3 Game

oleguer

Member
Hi forum! yesterday I play the "Disgea Trilogy Collection" and I think is fantastic, because use only one blue ray and can be play (without instalation and launch from hdd, only use iso) the all saga on same disc anyone know if I can do this with other games or sagas?? How? Thanks forum!

P.D. I attach the filelist but I think dont have nothing (only structure of three games)
 

Attachments

Based on filelist, I see there only one game. So probably they merged code and resources of all of them.

If You want more, You would need to mix contents of few games and have hope it will not conflict with each other (the same filenames of resources), rename main executables, write loader which will running them on user choose in menu.

Eventually, another road is utilizing PS3_EXTRA but that's delivery system, not for playing from it.
 
Hi there a have a question not sure if it's the right place but here goes. So I'm trying to make install Discs for all my games including all DLCs and Updates my question is this is there a way to resign a Pkg and Rap file for universal use like a Ps3 Save file you resign for ALL USERS I'm gonna take an Example as the Borderlands 2 install Disc how are those packages Universal for all Consoles and Users why aren't they RAP specific what makes them different?

Any help would be greatly Appreciated
 
Hi there a have a question not sure if it's the right place but here goes. So I'm trying to make install Discs for all my games including all DLCs and Updates my question is this is there a way to resign a Pkg and Rap file for universal use like a Ps3 Save file you resign for ALL USERS I'm gonna take an Example as the Borderlands 2 install Disc how are those packages Universal for all Consoles and Users why aren't they RAP specific what makes them different?

Any help would be greatly Appreciated

If by ALL USERS you mean the local users created in your PS3 console, you only need that one user have the rap or rif installed.

But if you mean that ALL USERS on any system don't require a rap, you have to resign all the self files and edats with the npdrm free license. Some games may need more patches, but it's against the rules of this forum to discuss these subjects.
 
Packages aren't user specific, their contents can be. In case of game's stuff, only licenses are per user but as Aldostools said, if valid licenses are at least for one user, others can use contents protected by those licenses. If You want such AIO disc, follow the PS3_EXTRA road and make PKG with RAF licenses unpacked to some temporary folder on HDD from which user will need to take them to his exdata (because not always user number eg 00000001 existing). And not with RIFs because they are tied to this console and specific account.
 
Based on filelist, I see there only one game. So probably they merged code and resources of all of them.

If You want more, You would need to mix contents of few games and have hope it will not conflict with each other (the same filenames of resources), rename main executables, write loader which will running them on user choose in menu.

Eventually, another road is utilizing PS3_EXTRA but that's delivery system, not for playing from it.
you only see 1 game ? looking at the same filelist i see 3
First seems to start with
\PS3_GAME\
then the other games appear to start
\PS3_GM01\
and
\PS3_GM02\
so im guessing that filestructure might be how its done for this collection (this is only a guess, i don't have the collection so i can't check for sure), maybe the PS3 reads this folders on the disc as seperate games ? this would need testing i guess with other games to see.
 
you only see 1 game ? looking at the same filelist i see 3
First seems to start with
\PS3_GAME\
then the other games appear to start
\PS3_GM01\
and
\PS3_GM02\
so im guessing that filestructure might be how its done for this collection (this is only a guess, i don't have the collection so i can't check for sure), maybe the PS3 reads this folders on the disc as seperate games ? this would need testing i guess with other games to see.
I suggest that also check the flags and title IDs in PS3_DISC.SFB

This file activates the multi-disc in XMB and other features like hybrid content, PS3 Extras, etc.

https://www.psdevwiki.com/ps3/PS3_DISC.SFB

Check that your games are using DG in CATEGORY and the flags in ATTRIBUTE in the PARAM.SFO files.
https://www.psdevwiki.com/ps3/PARAM.SFO

Another important part is the folder structure containing PS3_GM01 (up to 99) with a special LIC.DAT indicating the number of licenses.
https://www.psdevwiki.com/ps3/LIC.DAT

To create multi-disc games I would use ps3gen which is the tool from the official PS3 SDK intended to create proper disc images.
 

Similar threads

Back
Top