04/06/2010, 01:46 AM
04/06/2010, 02:19 AM
I think the front page only updates with new threads.
04/06/2010, 02:44 AM
Got a weird dump value:
Code:
|
the accelMode should be 4
04/06/2010, 02:50 AM
Thanks Zinga Burga, that solved the problem. ;)
04/06/2010, 03:16 AM
Vegetano1 Wrote: [ -> ]Got a weird dump value:Could you give me the RCO and/or other related stuff? Thanks.
Code:
<Rotate object="object:bat_plane" duration="8000" accelMode="0x40800000" x="0" y="0" z="-6.3333" />
the accelMode should be 4
04/06/2010, 03:42 AM
ZiNgA BuRgA Wrote: [ -> ]Vegetano1 Wrote: [ -> ]Got a weird dump value:Could you give me the RCO and/or other related stuff? Thanks.
Code:
<Rotate object="object:bat_plane" duration="8000" accelMode="0x40800000" x="0" y="0" z="-6.3333" />
the accelMode should be 4
don't have the rco anymore,. i just changed the weird value and recompiled,. but now when i dump the newly edited rco the "4" value's are ok,. hehe
22/06/2010, 02:31 PM
here is a trick i found to save resources,.
I made a new busy icon, kinda large, and all my main icons where missing,. :( then i found out when adding dummy 1x1 image entry's in image tree the main icons showed again,. :) you don't have to add objects for them,. just the image entries.
eg: just load all dummy files for these image entries,. the xmb reads how many images are in the rco and save resources,. i guess,.
I made a new busy icon, kinda large, and all my main icons where missing,. :( then i found out when adding dummy 1x1 image entry's in image tree the main icons showed again,. :) you don't have to add objects for them,. just the image entries.
eg: just load all dummy files for these image entries,. the xmb reads how many images are in the rco and save resources,. i guess,.
Code:
|
EDIT: i am guessing there are 2 sort of rco's passive and active
adding dummy images to active will save resources liek adding to system_plugin_fg.rco
but
adding to topmenu_icon.rco won't help because this rco is just pasive,. no objects and anim's are used in this rco,. just liek system_plugin.rco.
The xmb will check how many images are in a active rco,. and makes free memory for amount of images in active rco,. >!?
24/06/2010, 10:39 PM
^ So doing that basically increases the amount of resources available?
If so, nice find :)
If so, nice find :)
24/06/2010, 11:02 PM
%^^ i noticed this before kinda,. after deleting an old busy animation and adding 1 with less images but larger resoltution's all my topmenu_icon icons where gone except the system icon,. so i figured i deleted an amount of images,. so all i did was adding a bunch of dummy images and all topmenu_icons were showing again,. no need making object's for these images,. just adding them,. :)
28/06/2010, 05:51 AM
some unknown values discovered.
Please add them to rcomage..
to get the event values i looked inside pafmini, for others values i tested :)
GENERAL (more that one element):
onLoad
BUTTON:
unknownRef22
image2
unknownEvent24
unknownEvent26
unknownEvent28
unknownEvent30
unknownEvent32
unknownEvent34
unknownEvent36
unknownEvent38
MLIST:
unknownInt16
unknownInt18
unknownFloat20
unknownEvent23
unknownRef25
unknownRef27
unknownRef29
unknownEvent31
unknownRef33
unknownRef35
unknownRef37
unknownEvent39
unknownRef41
XLIST:
onMove
onContext
onCancel
unknownEvent29
CLOCK:
unknownEvent26
unknownEvent28
unknownRef30
unknownRef32
unknownEvent34
unknownEvent36
unknownRef38
unknownRef40
unknownEvent42
ILIST:
unknownRef17
unknownRef19
unknownEvent21
unknownRef23
bye,
Phobox
Please add them to rcomage..
to get the event values i looked inside pafmini, for others values i tested :)
GENERAL (more that one element):
onLoad
»onInit
BUTTON:
unknownRef22
»text
image2
»focus
unknownEvent24
»onPush
unknownEvent26
»onFocusIn
unknownEvent28
»onFocusOut
unknownEvent30
»onFocusLeft
unknownEvent32
»onFocusRight
unknownEvent34
»onFocusUp
unknownEvent36
»onFocusDown
unknownEvent38
»onContextMenu
MLIST:
unknownInt16
»visible elements count
unknownInt18
»initial top padding count, has to be less that the visible elements. set to -1 (0xffffffff) to disable
unknownFloat20
»distance between items (default 24)
unknownEvent23
»onPush
unknownRef25
»onCursorMove
unknownRef27
»onFocusIn
unknownRef29
»onFocusOut
unknownEvent31
»onFocusLeft
unknownRef33
»onFocusRight
unknownRef35
»onFocusUp
unknownRef37
»onFocusDown
unknownEvent39
»onScrollIn
unknownRef41
»onScrollOut
XLIST:
onMove
»onCursorMove
onContext
»onContextMenu
onCancel
»onFocusLeft
unknownEvent29
»onFocusRight
CLOCK:
unknownEvent26
»onDecide
unknownEvent28
»onCancel
unknownRef30
»onFocusIn
unknownRef32
»onFocusOut
unknownEvent34
»onFocusLeft
unknownEvent36
»onFocusRight
unknownRef38
»onFocusUp
unknownRef40
»onFocusDown
unknownEvent42
»onDigitSwitch
ILIST:
unknownRef17
»onFocusIn
unknownRef19
»onFocusOut
unknownEvent21
»onFocusLeft
unknownRef23
»onFocusRight
bye,
Phobox