I messaged Schmilk about this on another forum, he told me to grab the files bla bla etc.
I did, I got the files but the new colors won't show up. I PM'd him but he never bothered to reply.
So, my question is, why are they refusing to show? I want them badly, don't even bother asking why. I just like them.
I grabbed files using a PSP 2004 (TA-088 V3)
TUXi Wrote:I messaged Schmilk about this on another forum, he told me to grab the files bla bla etc.
I did, I got the files but the new colors won't show up. I PM'd him but he never bothered to reply.
So, my question is, why are they refusing to show? I want them badly, don't even bother asking why. I just like them.
I grabbed files using a PSP 2004 (TA-088 V3)
If they added more colors, then a guess is that the block size would need to be adjusted in vshmain.prx. (That is just my guess)
Vegetano1 would know for sure..
Mr. Shizzy Wrote:TUXi Wrote:I messaged Schmilk about this on another forum, he told me to grab the files bla bla etc.
I did, I got the files but the new colors won't show up. I PM'd him but he never bothered to reply.
So, my question is, why are they refusing to show? I want them badly, don't even bother asking why. I just like them.
I grabbed files using a PSP 2004 (TA-088 V3)
If they added more colors, then a guess is that the block size would need to be adjusted in vshmain.prx. (That is just my guess)
Vegetano1 would know for sure..
Yeah, I figured. That was my first thought too, I just didn't know how I'd put it in the first post to make it understandable.
post the 01-12.bmp file..i forget how many images are in that..and i thought i replied but i guess i never sent it :(
also what firmware version are you using because you will need to modify vshmain for this to work and it is different for 5.00 and 5.50
I'm using 5.03 ChickHEN. I attached the 01-12.bmp and 13-27.bmp. Just incase. (no im not questioning anyones skillz, just... so I won't have to do it later)
Oh and for your info, Sorry for naming the thread wrong. I just remembered I decrypted 6.00 for some reason. Idk, I think 6.10 wasn't out or I didn't bother to download the file.
Which means, the colors are from 6.00 , like if it matters.
wee need to find the offset for the 13-27.bmp block size D:
well to start there are 22 colors in 13-27!
so you can do
Code:
copy /b 01-12_3g.bmp+13-27.bmp 01-12.bmp
|
now you have 34 images in your 01-12.bmp
now edit vshmain.prx (not the .bin file) and go to offset 273AC and change 12 to 34 and also 273B4 change 12 to 34.
DO NOT change the files on flash0,you will need to do this in a ctf.
Okay. Time to test it out.
Edit: I'm not able to find the hex string. Do I have to decrypt or decompress the PRX?
edit #2: I downloaded PRX decompressor 0.41, it won't decompress. Returns with some error.
SchmilK Wrote:well to start there are 22 colors in 13-27!
so you can do
Code:
copy /b 01-12_3g.bmp+13-27.bmp 01-12.bmp
|
now you have 34 images in your 01-12.bmp
now edit vshmain.prx (not the .bin file) and go to offset 273AC and change 12 to 34 and also 273B4 change 12 to 34.
DO NOT change the files on flash0,you will need to do this in a ctf.
decompressed or compressed vshmain.prx?
i got "8" on 273AC
and "0" on 273B4
as standard value, its not 12
