Endless Paradigm

Full Version: ? Move submenu text ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I would like to move the sub menu text from the right side of the submenu icons to the top of the submenuicons.
So... I was wondering, if I had the X and Y coordinates of the text, I should be able to search (weith Hex editor) the vshmain.prx and paf.prx
to look for the floats that match those coordinates right?
If so is there any data I should be looking for to narrow my search,maybe something that is common with relation to text in the .prx's?
And does anyone know the original X Y coordinates for the submenu text?
I hope this can be done because I think this would be great for the applecor theme and other themes that mimick it.:D
Hi elac,

I'm not sure if this has been found yet or anything (sticking the text into the image always works).

Searching for the positions for the text probably isn't the easiest thing to do.  But anyway, here's some guidelines:
  • Typically, X/Y coordinates are stored as single precision floating point numbers
  • (0, 0) is the centre of the screen
  • It's most likely stored in vshmain, with a possibility that it's in paf

Good luck.
Thank you Zinga Burga.:D
I could add the text to the icon, but in the case of the memstick icons I would also like to move
the "### MB" remaining text to the bottom of the Memstick icon.
And I would also like to move the "connected to" text for the remote play icon to the bottom of its icon also.
Now what I need is the EXACT X Y coordinates for those texts and I'll begin my search through the paf and
vshmain .prx's
elac Wrote:Now what I need is the EXACT X Y coordinates for those texts
Problem is, no-one (to my understanding) knows them...
ZiNgA BuRgA Wrote:
elac Wrote:Now what I need is the EXACT X Y coordinates for those texts
Problem is, no-one (to my understanding) knows them...

HHMMM, that could be a problem :yes:
Reference URL's