(adsbygoogle = window.adsbygoogle || []).push({});
This is pissing me off now!
i've been trying for fucking hours
can somebody please make this into a .pkg file for me?
You must login or register to view this content.
I was following this tutorial but couldn't do it REMOVED
Edit:
fuck all the pricks that wouldn't help me.
Download PKG Toolkit GUI:
You must login or register to view this content.
Then you have to make a config file.
Lets say I extracted the comgenies awesome file manager pkg, changed the picture and now I want to make it back into a pkg file. Run PKG Toolkit and then go to the Build Config tab. Then click browse and select a pkg. I'm gonna choose the comgenies awesome file manager pkg. Then click Build. It will now make a config file in the folder where the PKG Toolkit program is contained.
If you open the config file in notepad it will look like this:
ContentID = EP0001-BLES01337_00-WEEEEEEEEEEEEEEJ
k_licensee = 0x00000000000000000000000000000000
DRMType = Free
ContentType = GameExec
PackageVersion = 01.00
Now this is for a homebrew app. If you want to make a game update .pkg it will be different. so I've selected the MW2 1.13 game update .pkg and clicked Build and this is the config file it made:
ContentID = EP0002-BLES00683_00-MW2P000000000013
k_licensee = 0x00000000000000000000000000000000
DRMType = Free
ContentType = GameData
PackageVersion = 01.00
Inside game update pkg configs we also need this: PackageType = DiscGamePatch
So just paste that into the file like this:
ContentID = EP0002-BLES00683_00-MW2P000000000013
k_licensee = 0x00000000000000000000000000000000
DRMType = Free
ContentType = GameData
[COLOR="#FF0000"]PackageType = DiscGamePatch[/COLOR]
PackageVersion = 01.00
Now once you've made your config file go to the "Build Package" tab on PKG Toolkit and on "Input Folder:" click browse and choose the folder you want to make into a pkg file.
On "Config. File" click browse and choose the config file we just made.
Then on the drop down leave it on "Retail" and now click "Build".
It will now make your folder into a pkg file and it will put the pkg file inside the folder PKG Toolkit GUI is in.