[Release][C99] PBPCat - flatmush

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
flatmush
Posts: 28
Joined: Tue Aug 07, 2007 9:15 am
Location: Here
Contact:

[Release][C99] PBPCat - flatmush

Post by flatmush »

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.
Last edited by flatmush on Wed Aug 08, 2007 8:25 am, edited 5 times in total.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Re: [Release][C99] PBPCat - flatmush

Post by J.F. »

flatmush wrote: An EBOOT.PBP can have a maximum size approaching 24mb,
24 millibits

Wow, that's tiny! Think you can improve that a bit?

:D
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

haha i think he ment MEGA bits :D

but this is great use of pbp ...many thanx
your sample could be a bit more clearer for users...but
very simple to grasp if you know what your doing

cheers
10011011 00101010 11010111 10001001 10111010
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

No no no, you all got it wrong

MegaBytes :P

Good stuff flatmush
flatmush
Posts: 28
Joined: Tue Aug 07, 2007 9:15 am
Location: Here
Contact:

Post by flatmush »

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.
flatmush
Posts: 28
Joined: Tue Aug 07, 2007 9:15 am
Location: Here
Contact:

Post by flatmush »

Updated, read the first post.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

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
Post Reply