Talk:RCOXML Animations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Tests= ==Dual table with common and specific attributes + using the same headers than the tables on Resource Container (RCO)== The purpose is to standarize a bit the tab...") |
m (easyer) |
||
Line 7: | Line 7: | ||
{| class="wikitable" | {| class="wikitable" | ||
| | |+(0x09 0x03) Recolour | ||
! colspan="5" | Attribute !! rowspan="2" | How it works | ! colspan="5" | Attribute !! rowspan="2" | How it works | ||
|- | |- | ||
Line 18: | Line 18: | ||
| accelMode || int || {{yes}} || {{yes}} || 0x0 || | | accelMode || int || {{yes}} || {{yes}} || 0x0 || | ||
|- | |- | ||
| | | red || float || {{yes}} || {{yes}} || || updates the value of attribute '''ColorScaleR''' from the animated [[RCOXML Objects|object]] | ||
|- | |- | ||
| | | green || float || {{yes}} || {{yes}} || || updates the value of attribute '''ColorScaleG''' from the animated [[RCOXML Objects|object]] | ||
|- | |- | ||
| | | blue || float || {{yes}} || {{yes}} || || updates the value of attribute '''ColorScaleB''' from the animated [[RCOXML Objects|object]] | ||
|- | |- | ||
| | | alpha || float || {{yes}} || {{yes}} || || updates the value of attribute '''ColorScaleA''' from the animated [[RCOXML Objects|object]] | ||
| | |||
|} | |} |
Revision as of 03:37, 24 September 2016
Tests
Dual table with common and specific attributes + using the same headers than the tables on Resource Container (RCO)
The purpose is to standarize a bit the tables used in wiki by creating tables that contains templates, and move all the info related to attribute entry types to separated wiki pages
Also, is needed to include in the table info about how are represented the values inside the TOC (raw values like in an hexeditor view with offset, length, etc...) and in the RCOXML (values converted to XML), also the data types that indicates the conversion method from TOC to XML for every value
Attribute | How it works | ||||
---|---|---|---|---|---|
Name | Type | Examples | |||
object | ref | Yes | Yes | object:ps3logo | links the animation to an object |
duration | float | Yes | Yes | 1000 | |
accelMode | int | Yes | Yes | 0x0 | |
red | float | Yes | Yes | updates the value of attribute ColorScaleR from the animated object | |
green | float | Yes | Yes | updates the value of attribute ColorScaleG from the animated object | |
blue | float | Yes | Yes | updates the value of attribute ColorScaleB from the animated object | |
alpha | float | Yes | Yes | updates the value of attribute ColorScaleA from the animated object |