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 7: Line 7:
| '''event:script:''' || [[RCOXML Objects]] || '''VSMXFile'''/[[RCOXML Script]] function || [[VSMX]] 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]]<br>[[XMBML Coding|XMBML Settings]] || '''ImageTree'''/[[RCOXML Images]] textures || .GIM .PNG .JPG inside [[Resource Container (RCO)|RCO]] || ''image:tex_mytexture'' ||  
| '''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>
| '''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]] || '''TextTree'''/[[RCOXML Texts]] strings || [[Languages|<language>.xml]] inside [[Resource Container (RCO)|RCO]] || ''text:msg_mytext'' ||  
| '''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'' ||  
| '''model:''' || [[RCOXML Objects]] || '''ModelTree'''/[[RCOXML Models]] || .GMO inside [[Resource Container (RCO)|RCO]] || ''model:mymodel'' ||  

Revision as of 11:40, 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
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
anim: RCOXML Animations AnimTree/RCOXML Animations RCOXML code anim:myanimation