Template:Standard attributes for RCOXML objects: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
(AnchorPointMode allows for more values)
Line 30: Line 30:
|-
|-
| stdSizeScaleZ || float || {{yes}} || {{yes}} ||  
| stdSizeScaleZ || float || {{yes}} || {{yes}} ||  
|-
|-{{cellcolors|#DD6666}}
| stdAnchorPointMode || int || {{yes}} || {{yes}} ||  || Object "handle point", by default located in the center of the object
| stdAnchorPointMode || int || {{yes}} || {{yes}} ||  || Partially unknown, see [[Template:RCOXML_standard_object_attributes|RCOXML standard object attributes]]
|-
|-
| stdOnInit || event || {{yes}} || {{yes}} ||  || Triggers an event, see [[RCOXML Structure]]
| stdOnInit || event || {{yes}} || {{yes}} ||  || Triggers an event, see [[RCOXML Structure]]
Line 47: Line 47:
| stdOverrideSizeZ || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} ||  
| stdOverrideSizeZ || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} ||  
|}
|}
*The anchor point affects the position of the object and all transformations (resize, rotate, etc...), there are only 9 posible values:
<noinclude>
 
*'''stdAnchorPointMode'''. Affects the position of the object and all transformations (resize, rotate, etc...), values found:
{| class="wikitable"
{| class="wikitable"
|+'''stdAnchorPoint'''
|+'''stdAnchorPointMode'''
| 0x11 || 0x10 || 0x12
| 0x11 || 0x10 || 0x12
|-
|-
Line 57: Line 59:
|}
|}


<noinclude>[[Category:Templates]]</noinclude>
*In PSP 6.61 ofw has been found also the values:
**0x03 (missing in the table above)
**0x13 (missing in the table above)
**
**0x30
**0x31
**0x32
**0x33
**
**0x40
**0x41
**0x42
**0x43
 
 
 
 
 
[[Category:Templates]]</noinclude>

Revision as of 20:59, 15 December 2015

standard object attributes
Attribute How it works
Name Type PSP icon PS3 icon Examples
stdPositionX float Yes Yes Object X,Y,Z position, in pixels
stdPositionY float Yes Yes
stdPositionZ float Yes Yes
stdColorScaleR float Yes Yes Object Red,Green,Blue,Alpha channels scaler (scale 0-1)
stdColorScaleG float Yes Yes
stdColorScaleB float Yes Yes
stdColorScaleA float Yes Yes
stdSizeX float Yes Yes Object X,Y,Z size, in pixels
stdSizeY float Yes Yes
stdSizeZ float Yes Yes
stdSizeScaleX float Yes Yes Object X,Y,Z size scaler (scale 0-1)
stdSizeScaleY float Yes Yes
stdSizeScaleZ float Yes Yes
stdAnchorPointMode int Yes Yes Partially unknown, see RCOXML standard object attributes
stdOnInit event Yes Yes Triggers an event, see RCOXML Structure
stdOverridePositionX unk No Yes Overrides stdPositionX, stdPositionY, stdPositionZ with values from XMB Layouts
stdOverridePositionY unk No Yes
stdOverridePositionZ unk No Yes
stdOverrideSizeX unk No Yes Overrides stdSizeX, stdSizeY, stdSizeZ with values from XMB Layouts
stdOverrideSizeY unk No Yes
stdOverrideSizeZ unk No Yes


  • stdAnchorPointMode. Affects the position of the object and all transformations (resize, rotate, etc...), values found:
stdAnchorPointMode
0x11 0x10 0x12
0x01 0x00 0x02
0x21 0x20 0x22
  • In PSP 6.61 ofw has been found also the values:
    • 0x03 (missing in the table above)
    • 0x13 (missing in the table above)
    • 0x30
    • 0x31
    • 0x32
    • 0x33
    • 0x40
    • 0x41
    • 0x42
    • 0x43