Template:RCO TOC reference types: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (Sandungas moved page Template:RCOXML reference loaders to Template:RCO TOC reference loaders without leaving a redirect: more accurate name)
mNo edit summary
Line 1: Line 1:
{| class="wikitable" border="1"
{| class="wikitable" style="font-size:x-small;"
|+RCO TOC reference loaders {{ed right|RCO TOC reference loaders}}
|+RCO TOC reference types {{ed right|RCO TOC reference types}}
! method !! loader !! loads !! from !! example !! notes
! colspan="2" | Method !! Loader !! Loads !! From !! Example (XML) !! Notes
|-
|-
| '''event:native:''' || [[RCOXML Objects]]<br>[[RCOXML Animations]] || code function || associated [[Plugin Interfaces|.SPRX]] || ''event:native:/runFuctionX'' ||  
| rowspan="2" | '''event:''' || '''native:''' || [[RCOXML Objects]]<br>[[RCOXML Animations]] || code function || associated [[Plugin Interfaces|.SPRX]] || ''event:native:/runFuctionX'' ||  
|-
|-
| '''event:script:''' || [[RCOXML Objects]] || '''VSMXFile'''/[[RCOXML Script]] function || [[VSMX]] inside [[Resource Container (RCO)|RCO]] || ''event:script:/main/runFuctionX'' ||  
| '''script:''' || [[RCOXML Objects]] || '''VSMXFile'''/[[RCOXML Script]] function || [[VSMX]] inside [[Resource Container (RCO)|RCO]] || ''event:script:/main/runFuctionX'' ||  
|-
|-
| '''image:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Code]] || '''ImageTree'''/[[RCOXML Images]] textures || .GIM .PNG .JPG inside [[Resource Container (RCO)|RCO]] || ''image:tex_mytexture'' ||  
| colspan="2" | '''image:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Code]] || '''ImageTree'''/[[RCOXML Images]] textures || .GIM .PNG .JPG inside [[Resource Container (RCO)|RCO]] || ''image:tex_mytexture'' ||  
|-
|-
| '''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>
| colspan="2" | '''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>
|-
|-
| '''text:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Code]] || '''TextTree'''/[[RCOXML Texts]] strings || [[Languages|<language>.xml]] inside [[Resource Container (RCO)|RCO]] || ''text:msg_mytext'' ||  
| colspan="2" | '''text:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Code]] || '''TextTree'''/[[RCOXML Texts]] strings || [[Languages|<language>.xml]] inside [[Resource Container (RCO)|RCO]] || ''text:msg_mytext'' ||  
|-
|-
| '''model:''' || [[RCOXML Objects]] || '''ModelTree'''/[[RCOXML Models]] || .GMO inside [[Resource Container (RCO)|RCO]] || ''model:mymodel'' ||  
| colspan="2" | '''model:''' || [[RCOXML Objects]] || '''ModelTree'''/[[RCOXML Models]] || .GMO inside [[Resource Container (RCO)|RCO]] || ''model:mymodel'' ||  
|-
|-
| {{cellcolors|#ff7777}} '''sound:''' ? || associated .SPRX || '''SoundTree'''/[[RCOXML Sounds]] || .VAG inside [[Resource Container (RCO)|RCO]] || {{cellcolors|#ff7777}} sound:mysound ? || {{cellcolors|#ff7777}} <abbr title="never found used in RCOXML code">speculation</abbr>
| colspan="2" {{cellcolors|#ff7777}} '''sound:''' ? || associated .SPRX || '''SoundTree'''/[[RCOXML Sounds]] || .VAG inside [[Resource Container (RCO)|RCO]] || {{cellcolors|#ff7777}} sound:mysound ? || {{cellcolors|#ff7777}} <abbr title="never found used in RCOXML code">speculation</abbr>
|-
|-
| '''object:''' || [[RCOXML Animations]] || '''ObjectTree'''/[[RCOXML Objects]] || [[RCOXML Coding|RCOXML code]] || ''object:plane_myplane'' ||  
| colspan="2" | '''object:''' || [[RCOXML Animations]] || '''ObjectTree'''/[[RCOXML Objects]] || [[RCOXML Coding|RCOXML code]] || ''object:plane_myplane'' ||  
|-
|-
| '''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>
| colspan="2" | '''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>
|-
|-
| '''anim:''' || [[RCOXML Animations]] || '''AnimTree'''/[[RCOXML Animations]] || [[RCOXML Coding|RCOXML code]] || ''anim:myanimation'' ||  
| colspan="2" | '''anim:''' || [[RCOXML Animations]] || '''AnimTree'''/[[RCOXML Animations]] || [[RCOXML Coding|RCOXML code]] || ''anim:myanimation'' ||  
|}<noinclude>[[Category:Templates]]</noinclude>
|}<noinclude>[[Category:Templates]]</noinclude>

Revision as of 09:12, 26 September 2016

RCO TOC reference types
Method Loader Loads From Example (XML) Notes
event: native: RCOXML Objects
RCOXML Animations
code function associated .SPRX event:native:/runFuctionX
script: RCOXML Objects VSMXFile/RCOXML Script function VSMX inside RCO event:script:/main/runFuctionX
image: RCOXML Objects
XMBML Code
ImageTree/RCOXML Images textures .GIM .PNG .JPG inside RCO image:tex_mytexture
font: RCOXML Objects FontTree/RCOXML Fonts styles system fonts ? font:fontstyle_sanserif speculation
text: RCOXML Objects
XMBML Code
TextTree/RCOXML Texts strings <language>.xml inside RCO text:msg_mytext
model: RCOXML Objects ModelTree/RCOXML Models .GMO inside RCO model:mymodel
sound: ? associated .SPRX SoundTree/RCOXML Sounds .VAG inside RCO sound:mysound ? speculation
object: RCOXML Animations ObjectTree/RCOXML Objects RCOXML code object:plane_myplane
object2: RCOXML Objects ObjectTree/RCOXML Objects RCOXML code object2:plane_myplane speculation
anim: RCOXML Animations AnimTree/RCOXML Animations RCOXML code anim:myanimation