Editing Talk:Rcomage
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: | ||
=Missing descriptors in rcomage current version (1.1.1)= | =Missing descriptors in rcomage current version (1.1.1)= | ||
Line 181: | Line 11: | ||
*The languages are listed in the file '''miscmap.ini'''... you can add the unknowns by yourself to the languages table, example: | *The languages are listed in the file '''miscmap.ini'''... you can add the unknowns by yourself to the languages table, example: | ||
[languages] | [languages] | ||
00_Japanese | 00_Japanese ; ja | ||
01_EnglishUSA ; en | |||
02_French | 02_French ; fr | ||
03_Spanish | 03_Spanish ; es | ||
04_German | 04_German ; de | ||
05_Italian | 05_Italian ; it | ||
06_Dutch | 06_Dutch ; nl | ||
07_PortuguesePT ; pt | |||
08_Russian | 08_Russian ; ru | ||
09_Korean | 09_Korean ; ko | ||
10_ChineseTrad ; ch | |||
11_ChineseSimpl ; zh | |||
12_Finnish | 12_Finnish ; fi | ||
13_Swedish | 13_Swedish ; sv | ||
14_Danish | 14_Danish ; da | ||
15_Norwegian | 15_Norwegian ; no | ||
16_Polish | 16_Polish ; pl | ||
17_PortugueseBR ; br | |||
18_EnglishGB ; gb | |||
19_Turkish | 19_Turkish ; tr | ||
*changes | *changes i made...--[[User:Sandungas|Sandungas]] ([[User talk:Sandungas|talk]]) 00:08, 23 October 2014 (EDT) | ||
**Added the 4 | **Added language id number before the filenames | ||
**Added the 4 unknowns (Polish, PortugueseBR, EnglishGB, and Turkish) | |||
**Changed | **Changed filenames for variants of PortuguesePT/BR, and EnglishUSA/GB | ||
**Fixed "Portugese" typo | **Fixed "Portugese" typo | ||
==objattribdef-ps3.ini== | ==objattribdef-ps3.ini== | ||
This file defines the names of the object attributes used in the XML descriptor at the root of the .rco | This file defines the names of the object attributes used in the XML descriptor at the root of the .rco | ||
Lot of unknowns, some of them was not posible to identify in PSP times because PSP never used them... but in PS3 is posible to identify a few more, please help to fill an "unnofficial" list here | |||
[Page] | [Page] | ||
onInit | onInit OnOpen <---- better, official name (in rcomage are swapped onInit & onLoad) | ||
[ | [MList] | ||
unknownRef3 Text | |||
unknownRef33 OnPush | |||
unknownRef35 ???????? | |||
unknownRef37 OnFocusIn | |||
unknownRef39 OnFocusOut <---speculative, because always appears inmediatlly after OnFocusIn, and there is not unknownRef38 in rcomage) | |||
unknownRef41 cbFocusLeft | |||
unknownRef43 cbFocusRight | |||
unknownRef45 cbFocusUp | |||
unknownRef47 cbFocusDown | |||
unknownRef49 OnScrollIn | |||
unknownRef51 cbScrollOut | |||
[XMenu] | [XMenu] | ||
onEnter onPush <---- | onLoad onInit <---- better, official name (in rcomage are swapped onInit & onLoad) | ||
onEnter onPush <---- better, official name | |||
unknownEvent28 onCursorMove | unknownEvent28 onCursorMove | ||
onLabelLoad onScrollIn <---- official name | onLabelLoad onScrollIn <---- better, official name | ||
unknownRef32 onScrollOut | unknownRef32 onScrollOut | ||
[ | [Button] | ||
image2 glow | |||
unknownRef29 Text | |||
unknownEvent31 OnPush <---------- doubtfull | |||
unknownEvent33 OnFocusIn | |||
unknownEvent35 OnFocusOut | |||
unknownEvent37 OnFocusLeft | |||
unknownEvent39 OnFocusRight | |||
unknownEvent41 OnFocusUp | |||
unknownEvent43 OnFocusDown | |||
unknownEvent45 ?????????????? <--- OnScrollIn ? | |||
unknownInt47 ?????????????? <--- is the last attribute of the "button" group and probably is anoter event (OnScrollOut ?) | |||
[ | [Text] & [EditBox] | ||
unknown37 ?????????????? <--- speculative, font setings related (x axis line displacement?) | |||
unknown38 ?????????????? <--- speculative, font setings related (y axis line displacement?) | |||
unknown39 ?????????????? <--- speculative, font setings related (z axis line displacement?) | |||
unknown48 glowX <--- speculative | |||
unknown49 glowY <--- speculative | |||
unknown50 glowPerspective <--- speculative | |||
unknownFloat51 glowRed <--- speculative | |||
unknownFloat52 glowGreen <--- speculative | |||
unknownFloat53 glowBlue <--- speculative | |||
unknownFloat54 glowAlpha <--- speculative | |||
[ | [EditBox] | ||
unknownRef59 image | |||
unknownRef61 image | |||
unknownRef63 onPush | |||
unknownRef65 OnFocusIn ? <---speculative | |||
unknownRef67 OnFocusOut ? <---speculative | |||
unknownRef69 onFocusLeft | |||
unknownRef71 onFocusRight | |||
unknownRef73 onFocusUp | |||
unknownRef75 onFocusDown | |||
[Edit] | [Edit] | ||
unknownEvent31 onDecide | unknownEvent31 onDecide | ||
unknownRef33 onCancel | unknownRef33 onCancel | ||
unknownRef35 ??? | |||
unknownRef37 ??? | |||
unknownEvent39 onFocusLeft | unknownEvent39 onFocusLeft | ||
unknownEvent41 onFocusRight | unknownEvent41 onFocusRight | ||
unknownObject43 | unknownObject43 object2 ? | ||
unknownObject45 object2 | unknownObject45 object2 ? | ||
*Examples: | *Examples: | ||
Line 390: | Line 130: | ||
**onLabelLoad="event:native:/Bar::onScrollIn" | **onLabelLoad="event:native:/Bar::onScrollIn" | ||
**unknownRef32="event:native:/Bar::onScrollOut" | **unknownRef32="event:native:/Bar::onScrollOut" | ||
**image="image: | **image="image:wid_move" shadow="nothing" image2="image:wid_move_forcus" (an xmb icon/button is composed by: image, shadow, glow) | ||
**unknownEvent31="event:native:/XaiController::onPanelCommand" | **unknownEvent31="event:native:/XaiController::onPanelCommand" | ||
**unknownEvent37="event:native:/XaiController::onPanelCommand" | **unknownEvent37="event:native:/XaiController::onPanelCommand" | ||
Line 412: | Line 152: | ||
**unknownRef33="event:native:/ctl_list_cbPush" unknownRef35="nothing" unknownRef37="nothing" unknownRef39="nothing" unknownRef41="nothing" unknownRef43="event:native:/ctl_list_cbFocusRight" unknownRef45="event:native:/ctl_list_cbFocusUp" unknownRef47="nothing" unknownRef49="event:native:/ctl_list_cbScrollIn" unknownRef51="event:native:/ctl_list_cbScrollOut" | **unknownRef33="event:native:/ctl_list_cbPush" unknownRef35="nothing" unknownRef37="nothing" unknownRef39="nothing" unknownRef41="nothing" unknownRef43="event:native:/ctl_list_cbFocusRight" unknownRef45="event:native:/ctl_list_cbFocusUp" unknownRef47="nothing" unknownRef49="event:native:/ctl_list_cbScrollIn" unknownRef51="event:native:/ctl_list_cbScrollOut" | ||
**unknownRef59="image:avc2_main_back_paper" unknownRef61="image:avc2_main_back_paper" unknownRef63="event:native:/cbPush" | **unknownRef59="image:avc2_main_back_paper" unknownRef61="image:avc2_main_back_paper" unknownRef63="event:native:/cbPush" | ||
In the previous examples the ''MlistID'' is the owner of the attribute that specifyes the event... so ''MlistID'' needs to be removed to deduce the event name | |||
Probably another unknown is ''OnFocusOut'' (because ''Out'' is the opposite state of ''In'', it seems ''Focus'' and ''Scroll'' are intended to have 2 states) | |||
OnPush is used a lot instead of the pad directions, as example on some menues of xmb settings column, when moving right is taken as a push | |||
onPanelCommand seems to be an special event that can replace some of the standard events (used as a ''Button'' attribute) | |||
==animattribdef-ps3.ini== | |||
This file defines the names of the animation attributes used in the XML descriptor at the root of the .rco | |||
PS3 doesnt seems to use too much animations inside rco's (with a few exceptions like gameboot animation, and inside system_plugin.rco etc...) | |||
* | Only 5 unknowns. It seems that unknownInt5, unknownInt6, unknown7 has been implemented with rco 2.0 format specifically for PS3 (not supported in PSP). The others for lock/unlock existed before in rco 1.0 format (supported in PSP) | ||
** | |||
** | [MoveTo] | ||
** | unknownInt5 = int | ||
unknownInt6 = int | |||
unknown7 = unk | |||
[Lock] | |||
unknownInt0 = int | |||
[Unlock] | |||
unknownInt0 = int | |||
==tagmap.ini== | |||
This file defines the names of the tags used in the XML descriptor at the root of the .rco | |||
Only 2 unknowns: | |||
[Object] | |||
ObjUnknown0xB | |||
ObjUnknown0x1B | |||
=Other descriptors, not in setting files (seem to be hardcoded)= | |||
==unknownByte== | |||
In the xml representation of the .rco structure... every image inside the imagetree uses an unknown attribute named '''unknownByte'''. Is an attribute related with the image format and is equal to 0 in most of the PS3 images (very rarelly used) | |||
The only images found using the value 1 are, from [[system_plugin]].sprx | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<Image name="tex_optionmenu_bg" src=".\RCO 476 ofw\system_plugin\Images\tex_optionmenu_bg.gim" format="gim" compression="zlib" unknownByte="1" /> | |||
<Image name="tex_optionmenu_base" src=".\RCO 476 ofw\system_plugin\Images\tex_optionmenu_base.gim" format="gim" compression="zlib" unknownByte="1" /> | |||
</syntaxhighlight>}} | |||
*The 2 .gim files found using '''unknownByte="1"''' has some things in common: | |||
**The size of both .gim file is exactlly 452KB (463.232 bytes) | |||
**The resolution of both images in pixels is 512x206 | |||
**The first 0x80 bytes of the header in both is exactlly the same (see example below) | |||
unknownByte .gim header example | |||
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | |||
00000000 2E 47 49 4D 31 2E 30 30 00 50 53 50 00 00 00 00 .GIM1.00.PSP.... | |||
00000010 00 02 00 00 00 07 11 70 00 00 00 10 00 00 00 10 .......p........ | |||
00000020 00 03 00 00 00 07 11 60 00 00 00 10 00 00 00 10 .......`........ | |||
00000030 00 04 00 00 00 07 11 50 00 07 11 50 00 00 00 10 .......P...P.... | |||
00000040 00 30 00 00 00 03 00 00 02 18 00 D8 00 20 00 10 .0.........Ø. .. | |||
00000050 00 01 00 02 00 00 00 00 00 00 00 30 00 00 00 40 ...........0...@ | |||
00000060 00 07 11 40 00 00 00 00 00 01 00 01 00 03 00 01 ...@............ | |||
00000070 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00 ...@............ | |||
==minFirmwareVer== | |||
This is a very important unknown. See: [[Talk:Resource_Container_%28RCO%29]] | |||
==UMDFlag== | |||
This attribute was named UMDFlag unofficially because it was found used in the .rco files contained inside PSP UMD discs only | |||
The name seems not accurate enought (because PS3 cant read UMD discs) so maybe is something more generic like "disc media", though never has been found a PS3 disc containing .rco's and the '''HYBRID_FLAG''' used in the bluray contents descriptor file [[PS3_DISC.SFB]] for "music bluray" and "photo bluray" are completlly speculative |