Originally Posted by pSydeFX
where does this install the pkg? is it game dir? i need to build a pkg that installs to GAMES dir, similar to what op wants to do. is this the code to use:
ContentID = XXYYYY-XXXXYYYYY_00-XXXXXXXXXXXXXXXX
Klicensee = 0x00000000000000000000000000000000
DRMType = Free
ContentType = GameExec
PackageType = HDDGamePatch
PackageVersion = 01.00
|
the PKG with ContentType = GameExec or GameData always install in /dev_hdd0/game/XXXXYYYYY <-- Title ID of the game
The PackageType = DiscGamePatch are used for games played from BD disc. The files stored in the HDD will override the ones in the disc. PackageType = HDDGamePatch are for NPDRM games (PSN games).
If you want to install patches in /dev_hdd0/GAMES/ you can use the new feature of
multiMAN 04.05.xx that install patches to specific folders just double-clicking on a ZIP from the mmOS (File Manager).
To use the feature, you must create a ZIP archive (with or without folders) and name it like this:
PS3~dev_hdd0~GAMES~BLES12345~PS3_GAME~USRDIR.zip
multiMAN will extract the content to the path especified in the name of the ZIP, replacing the ~ with /
So the content of the ZIP will be extracted to:
/dev_hdd0/GAMES/BLES12345/PS3_GAME/USRDIR/
This new feature can be used for many neat purposes.
Examples:
PS3~dev_hdd0~home~theme.zip <- To copy/install .edat or .p3t to theme folder
PS3~dev_hdd0~home~00000001~exdata.zip <- To install .edats on user 1
PS3~dev_hdd0~home~00000001~webbrowser.zip <- To update bookmark.xml, history.xml, etc.
PS3~dev_hdd0~home~00000001~savedata.zip <- To install save data
PS3~dev_hdd0~game~BLES12345~USRDIR.zip <- Same as GameData PKG
PS3~dev_hdd0~GAMES~BLES12345~PS3_GAME~USRDIR.zip <- To install patches/translations/fixes/etc.
PS3~dev_flash~vsh~resource~explore~xmb.zip <- To flash category_tv.xml or any other XML
PS3~dev_flash~data~cert.zip <- To flash CER files (eg. for f*#kPSN)
PS3~dev_flash~vsh~module.zip <- To flash self or sprx module files (eg. vsh.self, premo_plugin.sprx, etc. )
PS3~dev_flash~vsh.zip <- To flash coldboot.raf, coldboot_multi.ac3, coldboot_stereo.ac3
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.