Where on earth is this length contained. I've looked through rcos and prx's and havent found it. What I need to change is the length of a word or sentance that is displayed before the psp crops it off and scrolls the remainder. Where would such things be held?
You can see the effect I'm on about by adding an mp3 with a long filename. It displays 399 pixels of it only, and anything beyond that is scrolled into view.
I need the communities help to get this music player as good as possible!
Thanks in advance!
The only way to do this,. well atleast that i know of, is to find a font that is very compact,. like the original font,. that is also very compact,.
If this is whot you mean,.!?
Vegetano1 Wrote:The only way to do this,. well atleast that i know of, is to find a font that is very compact,. like the original font,. that is also very compact,.
If this is whot you mean,.!?
It's not no. That would just be a quick fix and not what I'm after. I need to find the offset that controls when the psp says 'I'm not going to display any more text, so I will begin scrolling'
I'm 100% sure its in there as a value I just need a hand discovering it.
For example if I made a song title "1234567890" And the psp would display "1234567" then it would scroll it in the same space like this: 2345678, 3456789, 4567890.
I hope that makes sense.
If you have msn, pm me your address. Would be good to be able to speak in real time
%^^ that would be nice indeed,.!!
I found a lot of font offsets but i have not checked if text begin to scroll or not,.. if you see the prx offsets topic there is a range of offsets in the paf prx and they are all font offsets,.. maybe at the beginning of those offsets,..!?
What you want is the scrollbar width i quess,.. maybe making the width smaller also makes it scroll sooner,.!?
Just had a quick look, couldn't find it :(
i also searched for 400 cause i thought 399 was kinda silly for a value lol
If it's in an RCO, it would be somewhere in page.
If PRX, well... you'd have to search for it.
There may be multiple values which control it...
Hehe I've searched every rco already, and every prx (including a decrypted kd folder) and the offset of pixel length doesn't seem to be there...
skyfox2k Wrote:Hehe I've searched every rco already, and every prx (including a decrypted kd folder) and the offset of pixel length doesn't seem to be there...
Wauw,. good job,. to bad you did not find anything,. :(
If i knew what the lenght of the scroll bar is then i would know what value to look for,..
One issue is that it doesn't have to be 400, or even really close to it - it all depends on how it's stored.
Heck, it's even possible that it may not even exist.
By the way, you're searching for single precision floating point numbers, right?