Endless Paradigm

Full Version: HEX EDIT HELP on opening_plugin.rco
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to hexedit my opening_plugin.rco to re-direct my gameboot path to my memory card like the other help post here!  I did what the quote below said to but I had NO luck

Quote:Post: #2RE: gameboot redirect to mso how?

matchung:
it should be in opening_plugin.prx
starting from 0x3AD8

Now, it Matchung said the path starts at "0x3AD8".  My MS0 did not have that code but it had the same path in his pic start at the code "03ad8".  So I re-write that path like said...Please see pic for further explanation:

[Image: hexhelpew7.jpg]
[attachment=1610]

What am I doing wrong???
Can anyone please help me I would greatly appreciate it!
prx...not rco

maybe change MS0 to ms0 and try :(
Your problem might be that additional "gadget" directory you created.

Original: flash0:/vsh/resource/gameboot.pmf

You have it as:

ms0:/GADGET/GAMEBOOT/GAMEBOOT.PMF

When redirecting to the memory stick, change the path to one directory.

ms0:/gameboot/gameboot.pmf and just add 0 bytes:

[Image: originalvp8.jpg]


[Image: newto2.jpg]
Oooops my typo sorry!  I am doing this to my prx not my rco...I am just use to using rco files it was habit but correction I am trying to edit my .prx

Thanks for the answers I will try both & let you all know...

EDIT:

Well, I tried both & either didn't work so I knew than I did something wrong well at least I thought.  I actually found out what my problem was...!  :) I am using another plugin that was blocking it somehow...It was a plugin made by Hellcat, it is a gamebot randomizer.  Since that was overriding everything it was trying to pull my gameboot from the flash0 & the direct wasn't there anymore...So I had to hexedit that plugin & direct it to my memory card just llike my opening_plugin.prx was.  After I hex'd that as well It worked perfectly.  I was able to also use any path I want through multiple folers with any names.  I appreciate everyones help!
Reference URL's