Editing Xmb ingame
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 11: | Line 11: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Plugin name !! Enum ID | ! Plugin name !! Enum ID | ||
|- | |- | ||
|[[system_plugin]] || 0x00 | |[[system_plugin]] || 0x00 | ||
|- | |- | ||
|[[xmb_plugin]] || 0x01 | |[[xmb_plugin]] || 0x01 | ||
|- | |- | ||
|[[explore_plugin]] || 0x02 | |[[explore_plugin]] || 0x02 | ||
|- | |- | ||
|[[game_plugin]] || 0x14 | |[[game_plugin]] || 0x14 | ||
|- | |- | ||
|[[np_trophy_ingame]] || 0x25 | |[[np_trophy_ingame]] || 0x25 | ||
|- | |- | ||
|} | |} | ||
Line 28: | Line 28: | ||
{{XMB_Indexed_Modules}} | {{XMB_Indexed_Modules}} | ||
=xmb_ingame.rco ([[RCOXML | =xmb_ingame.rco ([[RCOXML Structure|RCOXML]] contents)= | ||
*Notes: | *Notes: | ||
**The main tree uses the name '''xmb_plugin'''... same name than [[xmb_plugin]], and his contents are 99,9% similar | **The main tree uses the name '''xmb_plugin'''... same name than [[xmb_plugin]], and his contents are 99,9% similar | ||
Line 34: | Line 34: | ||
**'''page_xmb_bg''' (maybe related with the wave + sparks animation) and '''page_xmb_fg''' are background and foreground, his purpose is a bit confusing | **'''page_xmb_bg''' (maybe related with the wave + sparks animation) and '''page_xmb_fg''' are background and foreground, his purpose is a bit confusing | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="iso-8859-1"?> | <?xml version="1.0" encoding="iso-8859-1"?> | ||
<!-- This XML representation of an RCO structure was generated by Rcomage v1.1.1 --> | <!-- This XML representation of an RCO structure was generated by Rcomage v1.1.1 --> |