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 5: Line 5:
| '''event:native:''' || [[RCOXML Objects]]<br>[[RCOXML Animations]] || code function || associated [[Plugin Interfaces|.SPRX]] || ''event:native:/runFuctionX'' ||  
| '''event:native:''' || [[RCOXML Objects]]<br>[[RCOXML Animations]] || code function || associated [[Plugin Interfaces|.SPRX]] || ''event:native:/runFuctionX'' ||  
|-
|-
| '''event:script:''' || [[RCOXML Objects]] || [[RCOXML Script]] function in [[PlayStation JavaScript]] language from the [[VSMX]] script indexed in the '''VSMXFile''' || inside [[Resource Container (RCO)|RCO]] || ''event:script:/main/runFuctionX'' ||  
| '''event:script:''' || [[RCOXML Objects]] || '''VSMXFile'''/[[RCOXML Script]] function || [[VSMX]] inside [[Resource Container (RCO)|RCO]] || ''event:script:/main/runFuctionX'' ||  
|-
|-
| '''image:''' || [[RCOXML Objects]] || [[RCOXML Images]] textures in .GIM .PNG .JPG formats indexed in the '''ImageTree''' || inside [[Resource Container (RCO)|RCO]] || ''image:tex_mytexture'' ||  
| '''image:''' || [[RCOXML Objects]] || '''ImageTree'''/[[RCOXML Images]] textures || .GIM .PNG .JPG inside [[Resource Container (RCO)|RCO]] || ''image:tex_mytexture'' ||  
|-
|-
| '''font:''' || [[RCOXML Objects]] || [[RCOXML Fonts]] styles indexed in the '''FontTree''' || 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>
| '''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 Settings]] || [[RCOXML Texts]] strings from the [[Languages|<language>.xml]] files indexed in the '''TextTree''' || inside [[Resource Container (RCO)|RCO]] || ''text:msg_mytext'' ||  
| '''text:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Settings]] || '''TextTree'''/[[RCOXML Texts]] strings || [[Languages|<language>.xml]] inside [[Resource Container (RCO)|RCO]] || ''text:msg_mytext'' ||  
|-
|-
| '''model:''' || [[RCOXML Objects]] || [[RCOXML Models]] in .GMO format indexed in the '''ModelTree''' || inside [[Resource Container (RCO)|RCO]] || ''model:mymodel'' ||  
| '''model:''' || [[RCOXML Objects]] || '''ModelTree'''/[[RCOXML Models]] || .GMO inside [[Resource Container (RCO)|RCO]] || ''model:mymodel'' ||  
|-
|-
| {{cellcolors|#ff7777}} '''sound:''' ? || associated .SPRX || [[RCOXML Sounds]] in VAG format indexed in the '''SoundTree''' || inside [[Resource Container (RCO)|RCO]] || {{cellcolors|#ff7777}} sound:mysound ? || {{cellcolors|#ff7777}} <abbr title="never found used in RCOXML code">speculation</abbr>
| {{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]] || [[RCOXML Objects]] indexed in the '''ObjectTree''' || inside [[Resource Container (RCO)|RCO]] || ''object:plane_myplane'' ||  
| '''object:''' || [[RCOXML Animations]] || '''ObjectTree'''/[[RCOXML Objects]] || [[RCOXML Coding|RCOXML code]] || ''object:plane_myplane'' ||  
|-
|-
| '''object2:''' || [[RCOXML Objects]] || [[RCOXML Objects]] indexed in the '''ObjectTree''' || inside [[Resource Container (RCO)|RCO]] || ''object2:plane_myplane'' ||  
| '''object2:''' || [[RCOXML Objects]] || '''ObjectTree'''/[[RCOXML Objects]] || [[RCOXML Coding|RCOXML code]] || ''object2:plane_myplane'' ||  
|-
|-
| '''anim:''' || [[RCOXML Animations]] || [[RCOXML Animations]] indexed in the '''AnimTree''' || inside [[Resource Container (RCO)|RCO]] || ''anim:myanimation'' ||  
| '''anim:''' || [[RCOXML Animations]] || '''AnimTree'''/[[RCOXML Animations]] || [[RCOXML Coding|RCOXML code]] || ''anim:myanimation'' ||  
|}<noinclude>[[Category:Templates]]</noinclude>
|}<noinclude>[[Category:Templates]]</noinclude>

Revision as of 11:14, 4 September 2016

RCOXML reference loaders
method loader loads from example notes
event:native: RCOXML Objects
RCOXML Animations
code function associated .SPRX event:native:/runFuctionX
event:script: RCOXML Objects VSMXFile/RCOXML Script function VSMX inside RCO event:script:/main/runFuctionX
image: RCOXML Objects 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 Settings
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
anim: RCOXML Animations AnimTree/RCOXML Animations RCOXML code anim:myanimation