thanks, it worked. i know that vsh.prx loaded atleast cause of the theme im using..im not sure how to test irspatch.prx though cause im not sure what it is supposed to do;P but all seems stable. did you just add a few bytes and put in vsh.prx or did you have to do more than that?
bstronga Wrote:afiser Wrote:bstrong, could you make a pspbtcnf.bin with vsh.prx and the new irshell module in it?
ehm yea, can't use my psp currently, give me the pspbtcnf.bin with the irshell module already added.
ugly is not the point. wee are result oriented ;)
Hmm, still no editor for this? I might try one...
By the way, I still haven't upgraded yet - will do sometime soon... >_> - can someone upload original 3.51 and 3.52 BINs? Thanks!
I've had a look at the modified ones here a bit more in depth - I think I've got most of how the header works, although it probably ain't that necessary. Just trying to figure out one small part now...
By the way, great work bstronga, and thanks Ac_K for the guide! Awesome work :)
Original Bin´s from 3.51 and 3.52 .
matchung Wrote:bstronga Wrote:afiser Wrote:bstrong, could you make a pspbtcnf.bin with vsh.prx and the new irshell module in it?
ehm yea, can't use my psp currently, give me the pspbtcnf.bin with the irshell module already added.
ugly is not the point. wee are result oriented ;)
i also seek for beauty and perfection ;p
@ZiNgA BuRgA yes please :>
Just wanted to say that the irshell patched bin works. iso loading tested and works. Also exiting homebrew ect works. And the vsh.prx works too. :)
Great work.
hi, Got a question, really appreciate any help; thanks in advance: My Situaton: I'm currently in 3.4OE and I unfortunately have one of those 4 gig Lexar memory cards ( the ones that cannot load plugins from "seplugins" folder). My solution/resolution around the plugin issue , that has worked for me perfectly is I have installed the plugins I use ( Cwcheat.prx, Cheatmaster.prx, CWcheatpop.prx ) in flash0 /kn folder and the pspbtcnf_game.txt has the lines: $/kd/cwcheat.prx and the so forth. This has been great because the bad luck I got with the 4 gig card not being able to load plugins has turned into the good for me since now I am able to load those plugins regardless of what memory card I have inserted ...Which comes to my question: I upgraded/downgraded to 3.52-2 M33 several times already .. really want the no-umd compatibilty in M33,but I can't load plugins in M33 since the pspbtcnf_game.txt s now a .bin.. and from reading the posts ,It sounds like I need to Hex edit ( which I know nothing about) the pspbtcnf_game.bin to add those 3 plugin lines..is there a tutorial how to do that? or can someone tell me how step by step please...also.. is there anyway that can somehow revert/relink the .pspbtcnf_game.bin to a pspbtcnf_game.txt like 3.40oe had so then wee can edit with ease the .txt again, or is it not possible..thanks for any help .thanks aaaalooooooooootttttt
Um I might write a tut or maybe even a tool.
Double postOkay well im working on a tool that will convert the bin to text and back but I don't know how I would implement the file type.
Ex.
0x01 : VSH
0x02 : GAME
0x04 : UPDATER
0x08 : POPS
0x10 : LICENSE GAME
0x40 : APP
im thinking of doing some thing like this that will convert bin to this and this to bin.
01_/kd/sysmem.prx
Thanks gsmoke!
bstronga, do you know what the "$"s and "%"s mean in the original txt files? They're actually stored in the 3.51 BIN, but in a different way. My program will convert them appropriately, but I'm just wondering what they actually meant. I guess it has something to do with how they're loaded?
Oh, and the only values I still don't get are at 0x44, 0x64, 0x84, 0xA4, 0xC4 and 0xE4... perhaps some sort of ordering? I might try some corruption some time...
ZiNgA BuRgA Wrote:Thanks gsmoke!
bstronga, do you know what the "$"s and "%"s mean in the original txt files? They're actually stored in the 3.51 BIN, but in a different way. My program will convert them appropriately, but I'm just wondering what they actually meant. I guess it has something to do with how they're loaded?
Oh, and the only values I still don't get are at 0x44, 0x64, 0x84, 0xA4, 0xC4 and 0xE4... perhaps some sort of ordering? I might try some corruption some time...
I'm as clueless as you are :>
but seems that % files are somewhat dependend to the last file %%.
i hope you figure out the last bit of the format ;>