Here is my update to pbpcat, it includes more instructions with the download as well as a much improved pbpcat and improved functions for dealing with pbpPlus files. Among the improvements are that pbpcat can now add files in seperate passes, extract files, do a listing of all files contained within the pbp and some other things.
Download the new version here.
---Old Post Below---
Hi, I've just registered for these forums although some of you might know me as I have been in the scene for some time.
I come bearing a release of a tool which I hope some of you will find useful. PBPCat adds extra files into an EBOOT.PBP, and basically works as an alternative to bin2o in the way that it lets you store files within the eboot and allows you to read them back from within the program.
There is a small sample included, and the packer was compiled with mingw and only comes with a windows makefile. You should use the header files included with the sample to extract files.
This is a really simple program using the PBP file description found in YAPSPDoc.
An EBOOT.PBP can have a maximum size approaching 24MB, I assume that this is because at some point in the loading process the whole pbp is loaded into memory, however as you will see in the sample the additional data is not loaded into memory until you load it.
Hopefully this will improve the way homebrew is packaged, meaning fewer files are cluttered around and making it very slightly harder for people to steal sprites, etc.
Well enough waffle, here is the program.
[Release][C99] PBPCat - flatmush
[Release][C99] PBPCat - flatmush
Last edited by flatmush on Wed Aug 08, 2007 8:25 am, edited 5 times in total.
Re: [Release][C99] PBPCat - flatmush
24 millibitsflatmush wrote: An EBOOT.PBP can have a maximum size approaching 24mb,
Wow, that's tiny! Think you can improve that a bit?
:D
flatmush wrote:lol, enough of this madness, I changed it to MB :P
Anyways on a more sensible note, yeah I should really have made it a bit clearer, but I made it for myself really and released it incase anyone else would find it useful.
If anyone here has any questions about it I'll be happy to answer them.
Very nice work - just ignore all our jokes. Programmer humor and all that. :D