Editing RCOXML Coding
Jump to navigation
Jump to search
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: | ||
=Description= | =Description= | ||
RCOXML files are the XML descriptor files implicit inside [[Resource Container (RCO)]] files (.rco) | |||
This RCOXML files doesnt exists inside the .rco container, tools like [[Rcomage]] extracts the info as XML as a representation of the data inside the .rco container | |||
Are composed by tables, some of this tables works simply as an index of the contents inside the container (texts, sounds, languages), and others tables contains "pages" that builds the XMB items, animations, effects, dialog menues, selection windows, widgets, etc... | |||
Note the name "page" here in wiki is used as a generic name for all types of pages, rcomage uses specific names for some types of pages wich purpose was identifyed, this names can vary between different versions of rcomage tool | |||
For specific examples of the contents of this rcoxml files see the [[Plugin Interfaces]] page, most resource containers (.rco) uses the same name than his associated plugin (.sprx), but there are a few that doesnt follows this rule so is a bit harder to know from how many plugins .sprx can be called (and this is a problem for wiki by now because the way pages are ordered and named) | |||
audioplayer_plugin_util.rco | |||
avc_game_plugin.rco | |||
checker_plugin.rco | |||
explore_plugin_full.rco | |||
friendim_plugin_game.rco | |||
friendml_plugin_game.rco | |||
friendtrophy_plugin_game.rco | |||
game_plugin.rco | |||
impose_plugin.rco | |||
msgdialog_plugin.rco | |||
profile_plugin_mini.rco | |||
search_service.rco | |||
subdisplay_plugin.rco | |||
sv_pseudoaudioplayer_plugin.rco | |||
system_plugin.rco | |||
xmb_plugin_normal.rco | |||
= RCOXML Contents (PS3) = | |||
= RCOXML Structure = | = RCOXML Structure = | ||
Not all nodes below are required, and various object/anim entries are omitted. | |||
== | RcoFile - XML root element; generally does not need to be modified | ||
All | MainTree - root RCO node from which everything must descend from | ||
VSMXFile - attached UMD virtual machine instruction code, for UMD and some LFTV RCOs. Only one may exist in an RCO file | |||
ImageTree - parent node from which all image resources descend from | |||
Image | |||
Image | |||
... | |||
TextTree - parent node from which all text language resources descend from | |||
TextLang | |||
TextLang | |||
... | |||
ModelTree - parent node from which all model resources descend from | |||
Model | |||
Model | |||
... | |||
SoundTree - parent node from which all sound resources descend from | |||
Sound | |||
Sound | |||
... | |||
ObjectTree - parent node from which all object pages descend from | |||
<Page> | |||
page objects go here | |||
<Page> | |||
page objects go here | |||
... | |||
AnimTree - parent node from which all animation sequences descend from | |||
<Animation> | |||
animation entries go here | |||
<Animation> | |||
animation entries go here | |||
... | |||
==VSMXFile== | |||
None of the PS3 rco's uses a VSMXFile | |||
==ImageTree== | |||
*All PS3 rco's uses a ImageTree except: | |||
**[[ap_plugin]].rco | |||
**[[audioplayer_plugin_dummy]].rco | |||
**[[audioplayer_plugin_mini]].rco | |||
**[[audioplayer_plugin_util]].rco | |||
**[[avc2_game_plugin]].rco | |||
**[[bdp_disccheck_plugin]].rco | |||
**[[bdp_storage_plugin]].rco | |||
**[[checker_plugin]].rco | |||
**[[data_copy_plugin]].rco | |||
**[[dtcpip_util]].rco | |||
**[[game_plugin]].rco | |||
**[[gamedata_plugin]].rco | |||
**[[gameupdate_plugin]].rco | |||
**[[idle_plugin]].rco | |||
**[[ingame_manual_plugin]].rco | |||
**[[msgdialog_plugin]].rco | |||
**[[musicbrowser_plugin]].rco | |||
**[[newstore_effect]].rco | |||
**[[pesm_plugin]].rco | |||
**[[photolist_plugin]].rco | |||
**[[podl_plugin]].rco | |||
**[[poweroff_plugin]].rco | |||
**[[ps3_savedata_plugin_game_mini]].rco | |||
**[[rec_plugin]].rco | |||
**[[remotedownload_plugin]].rco | |||
**[[scenefolder_plugin]].rco | |||
**[[screenshot_plugin]].rco | |||
**[[search_service]].rco | |||
**[[strviewer_plugin]].rco | |||
**[[subdisplay_plugin]].rco | |||
**[[thumthum_plugin]].rco | |||
**[[user_info_plugin]].rco | |||
**[[videoplayer_util]].rco | |||
* | ==TextTree== | ||
** | *All PS3 rco's uses a TextTree except: | ||
** | **[[ap_plugin]].rco | ||
**[[avc2_game_video_plugin]].rco | |||
**[[checker_plugin]].rco | |||
**[[custom_render_plugin]].rco | |||
**[[game_indicator_plugin]].rco | |||
**[[gamelib_plugin]].rco | |||
**[[idle_plugin]].rco | |||
**[[musicbrowser_plugin]].rco | |||
**[[newstore_effect]].rco | |||
**[[osk_plugin]].rco | |||
**[[pesm_plugin]].rco | |||
**[[photolist_plugin]].rco | |||
**[[podl_plugin]].rco | |||
**[[rec_plugin]].rco | |||
**[[scenefolder_plugin]].rco | |||
**[[subdisplay_plugin]].rco | |||
* | ==ModelTree== | ||
** | None of the PS3 rco's uses a ModelTree | ||
** | ==SoundTree== | ||
*Rco files in PS3 firmware 4.76 using a SoundTree: | |||
**[[edy_plugin]].rco | |||
**[[eula_net_plugin]].rco | |||
**[[osk_plugin]].rco | |||
**[[regcam_plugin]].rco | |||
**[[system_plugin]].rco | |||
**[[videoeditor_plugin]].rco | |||
==ObjectTree== | |||
*All PS3 rco's uses a ObjectTree except: | |||
**[[audioplayer_plugin_dummy]].rco | |||
**[[avc2_game_plugin]].rco | |||
**[[category_setting_plugin]].rco | |||
**[[newstore_effect]].rco <------- this file is a wtf, it seems to be empty | |||
**[[search_service]].rco | |||
== | ==AnimTree== | ||
*Rco files in PS3 firmware 4.76 using a AnimTree: | |||
**[[bdp_plugin]].rco | |||
**[[custom_render_plugin]].rco | |||
**[[friendim_plugin]].rco | |||
**[[friendim_plugin_game]].rco | |||
**[[gamelib_plugin]].rco | |||
**[[impose_plugin]].rco | |||
**[[npsignin_plugin]].rco | |||
**[[premo_plugin]].rco | |||
**[[sacd_plugin]].rco | |||
**[[system_plugin]].rco | |||
=RCOXML Modifications= | |||
All modifications made in the main XML file that represents the structure of the RCO extracted by [[rcomage]] belongs to this category | |||
== | ==Changing color, size & shadow of TEXTS== <!-- iirc there is a setting for the font type too --> | ||
=== | Tutorial link: [http://www.tortuga-cove.com/forums/viewtopic.php?f=128&t=5361&p=28094#p28094 Changing the XMB Colour] | ||
=== | Located into .xml files of .rco files, scale <span style="color:#ff0000"> R </span><span style="color:#008000"> G </span><span style="color:#0000ff"> B </span>α colors go between 0 to 1. | ||
e.g.: Decimal value divided by 255 to get into this scale. | |||
=== | ==Gameboot Animation== | ||
In [[gamelib_plugin]].rco | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<Animation name="anim_gameboot"> | |||
<Lock unknownInt0="0xffffffff" /> | |||
<Fade object="object:ps3logo" duration="0" accelMode="0x0" transparency="0" /> | |||
<Resize object="object:ps3logo" duration="0" accelMode="0x0" width="0.938" height="0.938" depth="1" /> | |||
<Delay time="500" /> | |||
<Fade object="object:ps3logo" duration="863" accelMode="0x3" transparency="1" /> | |||
<Resize object="object:ps3logo" duration="863" accelMode="0x4" width="1" height="1" depth="1" /> | |||
<Delay time="1100" /> | |||
<Fade object="object:ps3logo" duration="174" accelMode="0x1" transparency="0" /> | |||
<Resize object="object:ps3logo" duration="174" accelMode="0x1" width="1.284" height="1.284" depth="1" /> | |||
<Delay time="1000" /> | |||
<Delay time="200" /> | |||
<FireEvent event="event:native:/GameLibApp_OnBootAnimationFinished" /> | |||
</Animation> | |||
</syntaxhighlight>}} | |||
=== | In [[custom_render_plugin]].rco | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<Animation name="anim_gameboot"> | |||
<Lock unknownInt0="0xffffffff" /> | |||
<Fade object="object:ps3logo" duration="0" accelMode="0x0" transparency="0" /> | |||
<Resize object="object:ps3logo" duration="0" accelMode="0x0" width="0.938" height="0.938" depth="1" /> | |||
<FireEvent event="event:native:/anim_gameboot_BG2" /> | |||
<Delay time="500" /> | |||
<Fade object="object:ps3logo" duration="863" accelMode="0x3" transparency="1" /> | |||
<Resize object="object:ps3logo" duration="863" accelMode="0x4" width="1" height="1" depth="1" /> | |||
<FireEvent event="event:native:/anim_gameboot_BG3" /> | |||
<Delay time="1100" /> | |||
<Fade object="object:ps3logo" duration="174" accelMode="0x1" transparency="0" /> | |||
<Resize object="object:ps3logo" duration="174" accelMode="0x1" width="1.284" height="1.284" depth="1" /> | |||
<Delay time="1000" /> | |||
<Delay time="200" /> | |||
<FireEvent event="event:native:/anim_gameboot_Finished" /> | |||
</Animation> | |||
</syntaxhighlight>}} | |||
{{ | {{System Firmware}}<noinclude>[[Category:Main]]</noinclude> | ||
<noinclude>[[Category:Main]]</noinclude> |