Editing Template:RCO TOC reference types

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{| class="wikitable" style="font-size:small;"
{| class="wikitable" style="font-size:x-small;"
|+RCO TOC reference types {{ed right|RCO TOC reference types}}
|+RCO TOC reference types {{ed right|RCO TOC reference types}}
! <abbr title="First byte = ref_type, second byte = ref_id, last 2 bytes = padding">reference_type</abbr> !! pointer !! Method !! Loader !! Loads !! From !! Example (XML) !! Notes
! Reference_type !! Method !! Loader !! Loads !! From !! Example (XML) !! Notes
|-{{cellcolors|lightgrey}}
| 0xFFFF0000 || 0xFFFFFFFF || ''n/a'' || All || Nothing || None || class="nowrap | {{#tag:syntaxhighlight|<Entry reference="nothing"/>|lang=xml|inline=yes}} ||
|-
|-
| rowspan="2" | 0x04000000 || rowspan="2" | <abbr title="relative to the start of the '''event_string_table'''">relative</abbr> || rowspan="2" | '''event:''' || rowspan="2" | [[RCOXML Objects]]<br>[[RCOXML Animations]] || Code function || Associated [[Plugin Interfaces|.SPRX]] || class="nowrap | {{#tag:syntaxhighlight|<Entry event="event:native:/runFuctionX"/>|lang=xml|inline=yes}} ||  
| rowspan="2" | 0x04000000 || rowspan="2" | '''event:''' || rowspan="2" | [[RCOXML Objects]]<br>[[RCOXML Animations]] || code function || associated [[Plugin Interfaces|.SPRX]] || ''event:native:/runFuctionX'' ||  
|-
|-
| '''ScriptTree'''/[[RCOXML Script|Script]] || File inside [[Resource Container (RCO)|RCO]] || class="nowrap | {{#tag:syntaxhighlight|<Entry event="event:script:/main/runFuctionX"/>|lang=xml|inline=yes}} ||  
| '''VSMXFile'''/[[RCOXML Script]] function || [[VSMX]] inside [[Resource Container (RCO)|RCO]] || ''event:script:/main/runFuctionX'' ||  
|-
|-
| 0x04010000 || <abbr title="The text entry #.  For example, 0 = the first text entry"># (0-based)</abbr> || '''text:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Code]] || '''TextTree'''/[[RCOXML Texts|Text]] || Strings inside [[Resource Container (RCO)|RCO]] || class="nowrap | {{#tag:syntaxhighlight|<Entry text="text:msg_mytext"/>|lang=xml|inline=yes}} ||  
| 0x04010000 || '''text:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Code]] || '''TextTree'''/[[RCOXML Texts]] strings || [[Languages|<language>.xml]] inside [[Resource Container (RCO)|RCO]] || ''text:msg_mytext'' ||  
|-
|-
| 0x04020000 || absolute || '''image:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Code]] || '''ImageTree'''/[[RCOXML Images|Image]] || File inside [[Resource Container (RCO)|RCO]] || class="nowrap | {{#tag:syntaxhighlight|<Entry image="image:tex_mytexture"/>|lang=xml|inline=yes}} ||  
| 0x04020000 || '''image:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Code]] || '''ImageTree'''/[[RCOXML Images]] textures || .GIM .PNG .JPG inside [[Resource Container (RCO)|RCO]] || ''image:tex_mytexture'' ||  
|-
|-
| 0x04030000 || absolute || '''model:''' || [[RCOXML Objects]] || '''ModelTree'''/[[RCOXML Models|Model]] || File inside [[Resource Container (RCO)|RCO]] || class="nowrap | {{#tag:syntaxhighlight|<Entry model="model:mymodel"/>|lang=xml|inline=yes}} ||  
| 0x04030000 || '''model:''' || [[RCOXML Objects]] || '''ModelTree'''/[[RCOXML Models]] || .GMO inside [[Resource Container (RCO)|RCO]] || ''model:mymodel'' ||  
|-{{cellcolors|#ff7777}}
|-{{cellcolors|#ff7777}}
| 0x04040000 || absolute ? || '''sound:''' ? || associated .SPRX || '''SoundTree'''/[[RCOXML Sounds|Sound]] || File inside [[Resource Container (RCO)|RCO]] || class="nowrap | {{#tag:syntaxhighlight|<Entry sound="sound:mysound"/>|lang=xml|inline=yes}} ? || <abbr title=" the reference_types follows the same order than the entry_types for TextTree, ImageTree, ModelTree, SoundTree, FontTree... so is highly probable this is a reference to a sound file from SoundTree">speculation</abbr>
| 0x04040000 ? || '''sound:''' ? || associated .SPRX || '''SoundTree'''/[[RCOXML Sounds]] || .VAG inside [[Resource Container (RCO)|RCO]] || sound:mysound ? || <abbr title="never found used in RCOXML code">speculation</abbr>
|-
|-
| 0x04050000 || absolute || '''font:''' || [[RCOXML Objects]] || '''FontTree'''/[[RCOXML Fonts|Font]] || File inside [[Resource Container (RCO)|RCO]] ? || class="nowrap | {{#tag:syntaxhighlight|<Entry font="font:fontstyle_sanserif"/>|lang=xml|inline=yes}} ||
| 0x04050000 || '''font:''' || [[RCOXML Objects]] || '''FontTree'''/[[RCOXML Fonts]] styles || system [[XMB Fonts|fonts]] ? || ''font:fontstyle_sanserif'' || <abbr title="the font file doesnt seems to be included inside the .rco so it should be a system font">speculation</abbr>
|-{{cellcolors|#ff7777}}
|-{{cellcolors|#ff7777}}
| 0x04060000 || absolute ? || '''anim2:''' ? || [[RCOXML Objects]] ? || '''AnimTree'''/[[RCOXML Animations|Animation]] ? || [[RCOXML Coding|RCOXML code]] ? || class="nowrap | {{#tag:syntaxhighlight|<Entry anim2="anim2:myanimation"/>|lang=xml|inline=yes}} ? || <abbr title="last 4 reference types could be crosslinks in between objecttree and animtree">speculation</abbr>
| 0x04060000 || ''unknown'' || || || || ||  
|-
|-
| 0x04070000 || absolute || '''object2:''' || [[RCOXML Objects]] || '''ObjectTree'''/[[RCOXML Objects|Object]] || [[RCOXML Coding|RCOXML code]] || class="nowrap | {{#tag:syntaxhighlight|<Entry object2="object2:plane_myplane"/>|lang=xml|inline=yes}} ||
| 0x04070000 || '''object2:''' || [[RCOXML Objects]] || '''ObjectTree'''/[[RCOXML Objects]] || [[RCOXML Coding|RCOXML code]] || ''object2:plane_myplane'' || <abbr title="maybe the object2 found is just a variant of object where is specifyed with a sufix the xml hierarchy depth, so to go down in the xml hierarchy maybe is posible to use object3, object4 and so on">speculation</abbr>
|-
|-
| 0x04080000 || absolute || '''anim:''' || [[RCOXML Animations]] || '''AnimTree'''/[[RCOXML Animations|Animation]] || [[RCOXML Coding|RCOXML code]] || class="nowrap | {{#tag:syntaxhighlight|<Entry anim="anim:myanimation"/>|lang=xml|inline=yes}} ||  
| 0x04080000 || '''anim:''' || [[RCOXML Animations]] || '''AnimTree'''/[[RCOXML Animations]] || [[RCOXML Coding|RCOXML code]] || ''anim:myanimation'' ||  
|-
|-
| 0x04090000 || absolute || '''object:''' || [[RCOXML Animations]] || '''ObjectTree'''/[[RCOXML Objects|Object]] || [[RCOXML Coding|RCOXML code]] || class="nowrap | {{#tag:syntaxhighlight|<Entry object="object:plane_myplane"/>|lang=xml|inline=yes}} ||  
| 0x04090000 || '''object:''' || [[RCOXML Animations]] || '''ObjectTree'''/[[RCOXML Objects]] || [[RCOXML Coding|RCOXML code]] || ''object:plane_myplane'' ||
|}
|-{{cellcolors|lightgrey}}
*A reference attribute is composed by two values, the first is the '''reference_type''' that indicates the "tree" of the entry that is going to be loaded, and the second is a '''pointer''' to a text string with the '''label''' of the entry that is going to be loaded
| 0xFFFF0000 || '''nothing''' ||  ||  ||  ||  ||
*The reference_type '''event''' doesnt loads an entry from a "tree" though, it runs a code function from either a .sprx (by storing the text '''native:/''' as part of the text string inside the RCO) or from a [[VSMX]] script (by storing the text '''script:/''' as part of the text string inside the RCO)
|}<noinclude>[[Category:Templates]]</noinclude>
*First two bytes are swapped based on architecture (PSP in little endian, PS3 in big endian). The table shows the values in big endian
<noinclude>[[Category:Templates]]</noinclude>
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)

Templates used on this page: