Template:RCO TOC reference types: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
| '''ScriptTree'''/[[RCOXML Script|Script]] || File inside [[Resource Container (RCO)|RCO]] || <Entry <span style="color:#000099;">reference</span>=<span style="color:#990000;">"event:script:/main/runFuctionX"</span>> ||  
| '''ScriptTree'''/[[RCOXML Script|Script]] || File inside [[Resource Container (RCO)|RCO]] || <Entry <span style="color:#000099;">reference</span>=<span style="color:#990000;">"event:script:/main/runFuctionX"</span>> ||  
|-
|-
| 0x04010000 || # (0-based) || '''text:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Code]] || '''TextTree'''/[[RCOXML Texts|Text]] || Strings inside [[Resource Container (RCO)|RCO]] || <Entry <span style="color:#000099;">reference</span>=<span style="color:#990000;">"text:msg_mytext"</span>> ||  
| 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]] || <Entry <span style="color:#000099;">reference</span>=<span style="color:#990000;">"text:msg_mytext"</span>> ||  
|-
|-
| 0x04020000 || absolute || '''image:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Code]] || '''ImageTree'''/[[RCOXML Images|Image]] || File inside [[Resource Container (RCO)|RCO]] || <Entry <span style="color:#000099;">reference</span>=<span style="color:#990000;">"image:tex_mytexture"</span>> ||  
| 0x04020000 || absolute || '''image:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Code]] || '''ImageTree'''/[[RCOXML Images|Image]] || File inside [[Resource Container (RCO)|RCO]] || <Entry <span style="color:#000099;">reference</span>=<span style="color:#990000;">"image:tex_mytexture"</span>> ||  

Revision as of 12:21, 26 September 2016

RCO TOC reference types
reference_type pointer_type Method Loader Loads From Example (XML) Notes
0xFFFF0000 0xFFFFFFFF n/a All Nothing None <Entry reference="nothing">
0x04000000 relative event: RCOXML Objects
RCOXML Animations
Code function Associated .SPRX <Entry reference="event:native:/runFuctionX">
ScriptTree/Script File inside RCO <Entry reference="event:script:/main/runFuctionX">
0x04010000 # (0-based) text: RCOXML Objects
XMBML Code
TextTree/Text Strings inside RCO <Entry reference="text:msg_mytext">
0x04020000 absolute image: RCOXML Objects
XMBML Code
ImageTree/Image File inside RCO <Entry reference="image:tex_mytexture">
0x04030000 absolute model: RCOXML Objects ModelTree/Model File inside RCO <Entry reference="model:mymodel">
0x04040000 absolute ? sound: ? associated .SPRX SoundTree/Sound File inside RCO <Entry reference="sound:mysound"> ? speculation
0x04050000 absolute font: RCOXML Objects FontTree/Font ? <Entry reference="font:fontstyle_sanserif"> speculation
0x04060000 absolute ? unknown speculation
0x04070000 absolute object2: RCOXML Objects ObjectTree/Object RCOXML code <Entry reference="object2:plane_myplane"> speculation
0x04080000 absolute anim: RCOXML Animations AnimTree/Animation RCOXML code <Entry reference="anim:myanimation">
0x04090000 absolute object: RCOXML Animations ObjectTree/Object RCOXML code <Entry reference="object:plane_myplane">