Post Reply 
a new era of xmb customizing
Author Message
Ge64
Former Admin ;)

Posts: 3,163.4170
Threads: 295
Joined: 3rd Feb 2007
Reputation: 0.38918
E-Pigs: 108.4795
Offline
Post: #11
RE: a new era of xmb customizing
WAAAAAAH SO COOL!!!!!!!!

[Image: ub1985584.jpg]
13/03/2007 06:18 AM
Find all posts by this user Quote this message in a reply
bstronga
Vimperator

Posts: 457.2241
Threads: 19
Joined: 11th Mar 2007
Reputation: -5.33618
E-Pigs: 22.6748
Offline
Post: #12
RE: a new era of xmb customizing
always thought that the battery icon blinks to slow when recharging? ;P

system_plugin_fg.rco
Anim Data » anim_battery_charging » 0x907 » value in miliseconds(?)

see it in action :
Source: YouTube
(This post was last modified: 13/03/2007 09:55 PM by bstronga.)
13/03/2007 01:46 PM
Find all posts by this user Quote this message in a reply
|-Anubis-|
<3 Girls

Posts: 1,241.1884
Threads: 45
Joined: 12th Feb 2007
Reputation: -2.28734
E-Pigs: 26.8142
Offline
Post: #13
RE: a new era of xmb customizing
Nice finds as always!

I should have guessed....

Man I wish I didn't have so many tests so I could help figure out all this stuff! :(
(This post was last modified: 13/03/2007 01:52 PM by |-Anubis-|.)
13/03/2007 01:48 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,023.4213
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.0333
Offline
Post: #14
RE: a new era of xmb customizing
Hehe, just downgraded to 3.03 OE-C so I can play around with this too :)

Well, I found out what the values 4-7 are - they're strengths of the individual channels.
Doesn't seem to affect topmenu's xmenu though.  I tested it with the loading circle image.
Valid values are from 0 to 1, so 0.5 means "half" strength.  By default, it's always 1, meaning nothing's changed.

4  - Strength of Red Channel
5  - Strength of Green Channel
6  - Strength of Blue Channel
7  - Strength of Alpha Channel


Also, with the hex values, it seems that it will always start at item 14 (that is, item 14 is the first hex value).
It seems to contain all sorts of weird values Erk  Though as for xmenu, it contains pointers to the "native" table:

16  - "native:/OnXmbInit"
19  - "native:/OnXmbPush"
21  - "native:/OnXmbContextMenu"
23  - "native:/OnXmbCursorMove"
25  - "native:/OnXmbScrollIn"
23/03/2007 11:40 PM
Visit this user's website Find all posts by this user Quote this message in a reply
bstronga
Vimperator

Posts: 457.2241
Threads: 19
Joined: 11th Mar 2007
Reputation: -5.33618
E-Pigs: 22.6748
Offline
Post: #15
RE: a new era of xmb customizing
ZiNgA BuRgA Wrote:Hehe, just downgraded to 3.03 OE-C so I can play around with this too :)

Well, I found out what the values 4-7 are - they're strengths of the individual channels.
Doesn't seem to affect topmenu's xmenu though.  I tested it with the loading circle image.
Valid values are from 0 to 1, so 0.5 means "half" strength.  By default, it's always 1, meaning nothing's changed.

4  - Strength of Red Channel
5  - Strength of Green Channel
6  - Strength of Blue Channel
7  - Strength of Alpha Channel


Also, with the hex values, it seems that it will always start at item 14 (that is, item 14 is the first hex value).
It seems to contain all sorts of weird values Erk  Though as for xmenu, it contains pointers to the "native" table:

16  - "native:/OnXmbInit"
19  - "native:/OnXmbPush"
21  - "native:/OnXmbContextMenu"
23  - "native:/OnXmbCursorMove"
25  - "native:/OnXmbScrollIn"

great the man himself ;P
any clue why the xmb pushs back to default on OnXmbPush?

EDIT by ZiNgA BuRgA: vshmain.prx discussion can be found here
(This post was last modified: 09/04/2007 04:19 AM by ZiNgA BuRgA.)
24/03/2007 04:53 AM
Find all posts by this user Quote this message in a reply
Shady
Sometimes when poo, I hungry

Posts: 4,355.4586
Threads: 472
Joined: 18th Mar 2007
Reputation: 9.99582
E-Pigs: 508.0987
Offline
Post: #16
RE: a new era of xmb customizing
good question iwas wondering the same thing
ive been looking for a page data with the defaults but can't seam to find the right one :(

(09/06/2011 06:25 AM)S7* Wrote:  Spambots are strange, mysterious creatures.
24/03/2007 05:09 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,023.4213
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.0333
Offline
Post: #17
RE: a new era of xmb customizing
Probably won't interest many people, but anyway, if anyone is interested, or they're doing something similar...


Urgh, went back to some more page investigation - mainly looking at the hex data.

It seems that entries seem to be sorted in pairs like this:
Descriptor
Value

Here's some descriptors I found by poking around a little:
0x400Offset to the "native:/" action relative to the "native:/" data
0x401Unknown
0x402Absolute offset to the image entry
0x408Unknown
0xFFFFNon-existant.  The value of this entry should be 0xFFFFFFFF

In xmenu, the descriptors are all 0x400, meaning that the values below them point to the "native:/" table.


As for page entries having different structures, it looks like it's based on the page ID.  This will allow me to make RCO Editor nicer for some IDs, but the main thing I'm worried about is the number of different IDs... (there's too many)  There's must a pattern among them :S
[Image: clipboard01en2.jpg]

Here's a few
0x2049 (9)First entry is 0x0111.  This is followed by 4 "action pairs".
0x2050 (19)13 entries for item positioning (explained in first post) followed by 0x00, 2 "action pairs" then another 0x00
0x2053 (5)0x00 followed by 2 "action pairs"
0x2058 (6)3 "action pairs"
0x2060 (6)Appears to be the same as 0x2058
0x2066 (16)13 entries for item positioning followed by 0x00 then 1 "action pair"
0x2072 (4)2 "action pairs"
Note, the numbers in brakets refers to the number of entries
(This post was last modified: 09/04/2007 04:15 AM by ZiNgA BuRgA.)
09/04/2007 04:13 AM
Visit this user's website Find all posts by this user Quote this message in a reply
dance
Paradigmatic Apprentice

Posts: 23.4079
Threads: 2
Joined: 23rd Apr 2007
Reputation: 0
E-Pigs: 0.8058
Offline
Post: #18
RE: a new era of xmb customizing
this is RCO edit v1.14d ?
[Image: clipboard01en2.jpg]

[Image: miscellaneous84nz5.gif]
(This post was last modified: 09/06/2007 03:06 AM by dance.)
09/06/2007 03:05 AM
Find all posts by this user Quote this message in a reply
deep
The MUSIC MAN!!!

Posts: 293.1210
Threads: 24
Joined: 8th Jun 2007
Reputation: 1.88741
E-Pigs: 34.3261
Offline
Post: #19
RE: a new era of xmb customizing
they really do look good man, nice 1! i wish i new about all that technical shiznit!

[Image: deep2.jpg]
[Image: button1.gif]
09/06/2007 04:53 AM
Visit this user's website Find all posts by this user Quote this message in a reply
dance
Paradigmatic Apprentice

Posts: 23.4079
Threads: 2
Joined: 23rd Apr 2007
Reputation: 0
E-Pigs: 0.8058
Offline
Post: #20
RE: a new era of xmb customizing
''anime data'' aren't to RCO edit v1.14d ?

[Image: miscellaneous84nz5.gif]
(This post was last modified: 09/06/2007 06:48 AM by dance.)
09/06/2007 06:48 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: