PDA

View Full Version : NewBTCNFedit 0.3



wraggster
July 4th, 2008, 02:09
News/release from Freeplay (http://forums.qj.net/showpost.php?p=2071858&postcount=93)


NewBTCNFedit by FreePlay v0.3 (July 2, 2008)

Use this tool to build a customized pspbtcnf.bin file for firmwares not supported by PSPBTEdit.

I designed this tool because I didn't have any way to load plugins in APP mode on 3.90m33-2... and Go! Messenger runs in APP mode.

As with most of my releases, the source is included. Thanks to Dark_AleX for information about the new pspbtcnf format; this wouldn't have been possible without that. (Well, maybe it would be... but it would've taken a little longer.)

Usage: btcnf <pspbtcnf file> -build | -extract -b | -e
-e | -extract: extract pspbtcnf file to pspbcnf.txt
-b | -build: build pspbtcnf file from pspbtcnf.txt

The pspbtcnf.txt file should be pretty straightforward; it's just a list of modules paired with a list of modes each module is loaded in.

Valid modes are VSH, Game, Updater, POPS, and App, abbreviated as V, G, U, P, and A. To make a module load in one of these modes, just add it to the list after the module name. They can be in any order, upper/lower case, doesn't matter.

New in v0.3:
* Since there are now more firmwares, it now saves the version of the pspbtcnf.bin file in the .txt file, and will use that when you rebuild the .bin file. If there is no version info present, it assumes version 3.90 (since that's the version assumed by previous versions of this program).

Download and Give Feedback Via Comments