Talk:Sysconf plugin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=OtherOS related pages in XMB settings column= | =OtherOS related pages in XMB settings column= | ||
This lines has been copyed from the .xml at the root of syconf_plugin.rco, the examples here only contains the start of the lines, are not together, and are not complete | This lines has been copyed from the .xml at the root of syconf_plugin.rco, the examples here only contains the start of the lines, are not together, and are not complete (only listed the references to texts and images) | ||
{{Boxcode| | {{Boxcode|code=<syntaxhighlight lang="xml"> | ||
<Page name="page_console_boot_os" | <Page name="page_console_boot_os" | ||
<Plane name="plane_console_boot_os" | |||
<Plane name="plane_console_boot_os_BG0" | |||
<Plane name="plane_console_boot_os_BG1" | |||
<MList name="plane_console_boot_os_LowerMenu" | |||
<MItem name="item_console_boot_os_0" text="text:msg_ps3" | |||
<MItem name="item_console_boot_os_1" text="text:msg_ex_os" | |||
</MList> | |||
</Plane> | |||
</Page> | |||
<Page name="page_console_install_otheros" | <Page name="page_console_install_otheros" | ||
<Page name="page_install_otheros_search_media" | |||
<Plane name="plane_install_otheros_search_media" | |||
<Text name="text_install_otheros_search_media" text="text:msg_searching" | |||
</Plane> | |||
</Page> | |||
<Page name="page_install_otheros_start_download" | <Page name="page_install_otheros_start_download" | ||
<Plane name="plane_install_otheros_start_download" | |||
<Button name="button_install_otheros_start_download" image="image:tex_button" shadow="image:tex_button_shadow" image2="image:tex_button_focus" unknownRef29="text:msg_start" | |||
<Text name="text_install_otheros_start_download" text="text:msg_installdata_found" | |||
<IList name="ilist_install_otheros_start_download" | |||
<IItem name="iitem_install_otheros_start_download_title" textDefault="text:msg_title" textError="text:msg_info_none" | |||
<IItem name="iitem_install_otheros_start_download_location" textDefault="text:msg_location" textError="text:msg_info_none" | |||
</IList> | |||
</Plane> | |||
</Page> | |||
<Page name="page_install_otheros_check_installdata" | <Page name="page_install_otheros_check_installdata" | ||
<Plane name="plane_install_otheros_check_installdata" | |||
<Text name="text_install_otheros_check_installdata" text="text:msg_installdata_checking" | |||
<Text name="text_install_otheros_installing" text="text:msg_installing" | |||
<Progress name="progress_install_otheros_installing" | |||
<Text name="text_install_otheros_installing_count" text="text:msg_info_none" | |||
</Plane> | |||
</Page> | |||
<Page name="page_install_otheros_installing" | <Page name="page_install_otheros_installing" | ||
<Plane name="plane_install_otheros_installing" | |||
<Text name="text_install_otheros_installing" text="text:msg_installing" | |||
<Progress name="progress_install_otheros_installing" | |||
<Text name="text_install_otheros_installing_count" text="text:msg_info_none" | |||
</Plane> | |||
</Page> | |||
<Page name="page_install_otheros_installed" | <Page name="page_install_otheros_installed" | ||
< | <Plane name="plane_install_otheros_installed" | ||
<Text name="text_install_otheros_installed" text="text:msg_installed_restart" | |||
</Plane> | |||
</Page> | |||
<Page name="page_console_format_hdd_area_details" | <Page name="page_console_format_hdd_area_details" | ||
<Plane name="plane_console_format_hdd_area_details" | <Plane name="plane_console_format_hdd_area_details" | ||
<MList name="mlist_console_format_hdd_area_details" | <MList name="mlist_console_format_hdd_area_details" | ||
<MItem name="item_console_format_hdd_area_details_all_ps3" | <MItem name="item_console_format_hdd_area_details_all_ps3" text="text:msg_partition_ps3" | ||
<MItem name="item_console_format_hdd_area_details_another_10g" | <MItem name="item_console_format_hdd_area_details_another_10g" text="text:msg_partition_ex_os_part" | ||
<MItem name="item_console_format_hdd_area_details_ps3_10g" | <MItem name="item_console_format_hdd_area_details_ps3_10g" text="text:msg_partition_ps3_part" | ||
</MList> | </MList> | ||
<Text name="text_console_format_hdd_area_details" | <Text name="text_console_format_hdd_area_details" text="text:msg_partition_select" | ||
</Plane> | </Plane> | ||
</Page> | </Page> | ||
</syntaxhighlight>}} | |||
And from the .xml for english language | |||
{{Boxcode|code=<syntaxhighlight lang="xml"> | |||
<Text name="msg_ps3">PS3™</Text> | |||
<Text name="msg_ex_os">Other OS</Text> | |||
<Text name="msg_searching">Scanning... Please wait.</Text> | |||
<Text name="msg_start">Start</Text> | |||
<Text name="msg_installdata_found">The following installer items were found:</Text> | |||
<Text name="msg_title">Title</Text> | |||
<Text name="msg_info_none">-</Text> | |||
<Text name="msg_location">Location</Text> | |||
<Text name="msg_installdata_checking">Checking for the installer... Please wait.</Text> | |||
<Text name="msg_installing">Installing... Do not turn off the system.</Text> | |||
<Text name="msg_installed_restart"><![CDATA[Install completed. To start another system, go to [Settings] > [System Settings] > [Default System] and set to [Other OS]. Then restart the system.]]></Text> | |||
<Text name="msg_partition_select">Select a partition setting for the system storage.</Text> | |||
<Text name="msg_partition_ps3">Use All for the PS3™ System</Text> | |||
<Text name="msg_partition_ps3_part">Allot %1 to the PS3™ System</Text> | |||
<Text name="msg_partition_ex_os_part">Allot %1 to the Other OS</Text> | |||
</syntaxhighlight>}} | |||
=Sysconf filer= | |||
This pages looks interesting, one of its functions is to work as the theme selector, but seems to be working like some kind of file manager | |||
{{Boxcode|code=<syntaxhighlight lang="xml"> | |||
<Page name="page_sysconf_filer_wizard" unknownInt0="0x1110000" onInit="event:native:/OnInitSysconfFiler" onCancel="event:native:/OnCancelSysconfFiler" onContextMenu="nothing" onActivate="event:native:/OnActivateSysconfFiler"> | |||
<Plane name="plane_sysconf_filer_background" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" image="nothing" unknownInt24="0x0"> | |||
<Plane name="plane_sysconf_filer_background_cover" posX="0" posY="0" objectScale="0" redScale="0" greenScale="0" blueScale="0" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x10007" unknownInt21="0x10008" unknown22="0x0" image="nothing" unknownInt24="0x0"></Plane> | |||
<Plane name="plane_sysconf_filer_separation_upper" posX="0" posY="0" objectScale="0" redScale="0.8" greenScale="0.8" blueScale="0.8" alphaScale="0.5" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x100" unknown18="0xa040100" unknown19="0x100" unknownInt20="0x10007" unknownInt21="0x1040c" unknown22="0x0" image="nothing" unknownInt24="0x0"></Plane> | |||
<Plane name="plane_sysconf_filer_separation_lower" posX="0" posY="0" objectScale="0" redScale="0.8" greenScale="0.8" blueScale="0.8" alphaScale="0.5" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x100" unknown18="0xb040100" unknown19="0x100" unknownInt20="0x10007" unknownInt21="0x1040c" unknown22="0x0" image="nothing" unknownInt24="0x0"></Plane> | |||
</Plane> | |||
</Page> | |||
<Page name="page_sysconf_filer_media_select" unknownInt0="0x1110000" onInit="event:native:/OnInitSysconfFiler" onCancel="nothing" onContextMenu="nothing" onActivate="event:native:/OnActivateSysconfFiler"> | |||
<Plane name="plane_sysconf_filer_media_select" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" image="nothing" unknownInt24="0x0"></Plane> | |||
</Page> | |||
<Page name="page_sysconf_filer_data_select" unknownInt0="0x1110000" onInit="event:native:/OnInitSysconfFiler" onCancel="event:native:/OnCancelSysconfFiler" onContextMenu="nothing" onActivate="event:native:/OnActivateSysconfFiler"> | |||
<Plane name="plane_sysconf_filer_data_select" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" image="nothing" unknownInt24="0x0"> | |||
<MList name="mlist_sysconf_filer_data_select" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x10000" onLoad="event:native:/OnInitMlistSysconfFiler" unknown17="0x100" unknown18="0x100" unknown19="0x100" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" unknown23="0x6000000" unknown24="0x0" unknown25="0xffffffff" unknown26="0x0" unknown27="0x0" unknown28="0x0" unknown29="0x0" unknown30="0x0" unknownRef32="nothing" unknownRef33="event:native:/OnPushMlistSysconfFiler" unknownRef35="nothing" unknownRef37="nothing" unknownRef39="nothing" unknownRef41="nothing" unknownRef43="nothing" unknownRef45="nothing" unknownRef47="nothing" unknownRef49="event:native:/OnScrollInMlistSysconfFiler" unknownRef51="nothing"> | |||
<Scroll name="scroll_sysconf_filer_data_select" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="8" height="172" posUnknown="1" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" unknownFloat23="100" unknownFloat24="100" unknown25="0x0" unknownRef26="nothing" unknownRef28="nothing" unknownRef30="nothing" unknownRef32="nothing" unknownRef34="nothing"></Scroll> | |||
</MList> | |||
<Text name="text_sysconf_filer_data_select" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="1" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x100000" onLoad="nothing" unknown17="0x100" unknown18="0x14040100" unknown19="0x100" unknownInt20="0x10415" unknownInt21="0x10416" unknown22="0x0" text="text:msg_select_theme" font="nothing" unknownInt27="0x10001" unknownInt29="0x1000000" size="10" topRed="1" topGreen="1" topBlue="1" bottomRed="1" bottomGreen="1" bottomBlue="1" spacingHorizontal="0" unknown37="0x0" unknown38="0x0" unknown39="0x0" spacingVertical="0" shadowX="4" shadowY="-5" shadowPerspective="0" shadowRed="0.25" shadowGreen="0.25" shadowBlue="0.25" shadowAlpha="1" unknown48="0x0" unknown49="0x0" unknown50="0x0" unknownFloat51="1" unknownFloat52="1" unknownFloat53="1" unknownFloat54="1" unknown55="0x0" unknownInt56="0x10014" unknownInt57="0x3" unknown58="0x0"></Text> | |||
</Plane> | |||
</Page> | |||
<Page name="page_sysconf_filer_error_no_data" unknownInt0="0x1110000" onInit="event:native:/OnInitSysconfFiler" onCancel="event:native:/OnCancelSysconfFiler" onContextMenu="nothing" onActivate="event:native:/OnActivateSysconfFiler"> | |||
<Plane name="plane_sysconf_filer_error_no_data" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" image="nothing" unknownInt24="0x0"> | |||
<Text name="text_sysconf_filer_error_no_data" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="1" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x100" unknown18="0x100" unknown19="0x100" unknownInt20="0x1041a" unknownInt21="0x1041b" unknown22="0x0" text="text:msg_error_no_theme" font="nothing" unknownInt27="0x10001" unknownInt29="0x1000000" size="10" topRed="1" topGreen="1" topBlue="1" bottomRed="1" bottomGreen="1" bottomBlue="1" spacingHorizontal="0" unknown37="0x0" unknown38="0x0" unknown39="0x0" spacingVertical="0" shadowX="4" shadowY="-5" shadowPerspective="0" shadowRed="0.25" shadowGreen="0.25" shadowBlue="0.25" shadowAlpha="1" unknown48="0x0" unknown49="0x0" unknown50="0x0" unknownFloat51="1" unknownFloat52="1" unknownFloat53="1" unknownFloat54="1" unknown55="0x0" unknownInt56="0x10014" unknownInt57="0x3" unknown58="0x0"></Text> | |||
</Plane> | |||
</Page> | |||
<Page name="page_sysconf_filer_error_extra" unknownInt0="0x1110000" onInit="event:native:/OnInitSysconfFiler" onCancel="event:native:/OnCancelSysconfFiler" onContextMenu="nothing" onActivate="event:native:/OnActivateSysconfFiler"> | |||
<Plane name="plane_sysconf_filer_error_extra" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" image="nothing" unknownInt24="0x0"></Plane> | |||
</Page> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} |
Latest revision as of 04:54, 30 August 2021
[edit source]
This lines has been copyed from the .xml at the root of syconf_plugin.rco, the examples here only contains the start of the lines, are not together, and are not complete (only listed the references to texts and images)
<Page name="page_console_boot_os" <Plane name="plane_console_boot_os" <Plane name="plane_console_boot_os_BG0" <Plane name="plane_console_boot_os_BG1" <MList name="plane_console_boot_os_LowerMenu" <MItem name="item_console_boot_os_0" text="text:msg_ps3" <MItem name="item_console_boot_os_1" text="text:msg_ex_os" </MList> </Plane> </Page> <Page name="page_console_install_otheros" <Page name="page_install_otheros_search_media" <Plane name="plane_install_otheros_search_media" <Text name="text_install_otheros_search_media" text="text:msg_searching" </Plane> </Page> <Page name="page_install_otheros_start_download" <Plane name="plane_install_otheros_start_download" <Button name="button_install_otheros_start_download" image="image:tex_button" shadow="image:tex_button_shadow" image2="image:tex_button_focus" unknownRef29="text:msg_start" <Text name="text_install_otheros_start_download" text="text:msg_installdata_found" <IList name="ilist_install_otheros_start_download" <IItem name="iitem_install_otheros_start_download_title" textDefault="text:msg_title" textError="text:msg_info_none" <IItem name="iitem_install_otheros_start_download_location" textDefault="text:msg_location" textError="text:msg_info_none" </IList> </Plane> </Page> <Page name="page_install_otheros_check_installdata" <Plane name="plane_install_otheros_check_installdata" <Text name="text_install_otheros_check_installdata" text="text:msg_installdata_checking" <Text name="text_install_otheros_installing" text="text:msg_installing" <Progress name="progress_install_otheros_installing" <Text name="text_install_otheros_installing_count" text="text:msg_info_none" </Plane> </Page> <Page name="page_install_otheros_installing" <Plane name="plane_install_otheros_installing" <Text name="text_install_otheros_installing" text="text:msg_installing" <Progress name="progress_install_otheros_installing" <Text name="text_install_otheros_installing_count" text="text:msg_info_none" </Plane> </Page> <Page name="page_install_otheros_installed" <Plane name="plane_install_otheros_installed" <Text name="text_install_otheros_installed" text="text:msg_installed_restart" </Plane> </Page> <Page name="page_console_format_hdd_area_details" <Plane name="plane_console_format_hdd_area_details" <MList name="mlist_console_format_hdd_area_details" <MItem name="item_console_format_hdd_area_details_all_ps3" text="text:msg_partition_ps3" <MItem name="item_console_format_hdd_area_details_another_10g" text="text:msg_partition_ex_os_part" <MItem name="item_console_format_hdd_area_details_ps3_10g" text="text:msg_partition_ps3_part" </MList> <Text name="text_console_format_hdd_area_details" text="text:msg_partition_select" </Plane> </Page>
And from the .xml for english language
<Text name="msg_ps3">PS3™</Text> <Text name="msg_ex_os">Other OS</Text> <Text name="msg_searching">Scanning... Please wait.</Text> <Text name="msg_start">Start</Text> <Text name="msg_installdata_found">The following installer items were found:</Text> <Text name="msg_title">Title</Text> <Text name="msg_info_none">-</Text> <Text name="msg_location">Location</Text> <Text name="msg_installdata_checking">Checking for the installer... Please wait.</Text> <Text name="msg_installing">Installing... Do not turn off the system.</Text> <Text name="msg_installed_restart"><![CDATA[Install completed. To start another system, go to [Settings] > [System Settings] > [Default System] and set to [Other OS]. Then restart the system.]]></Text> <Text name="msg_partition_select">Select a partition setting for the system storage.</Text> <Text name="msg_partition_ps3">Use All for the PS3™ System</Text> <Text name="msg_partition_ps3_part">Allot %1 to the PS3™ System</Text> <Text name="msg_partition_ex_os_part">Allot %1 to the Other OS</Text>
Sysconf filer[edit source]
This pages looks interesting, one of its functions is to work as the theme selector, but seems to be working like some kind of file manager
<Page name="page_sysconf_filer_wizard" unknownInt0="0x1110000" onInit="event:native:/OnInitSysconfFiler" onCancel="event:native:/OnCancelSysconfFiler" onContextMenu="nothing" onActivate="event:native:/OnActivateSysconfFiler"> <Plane name="plane_sysconf_filer_background" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" image="nothing" unknownInt24="0x0"> <Plane name="plane_sysconf_filer_background_cover" posX="0" posY="0" objectScale="0" redScale="0" greenScale="0" blueScale="0" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x10007" unknownInt21="0x10008" unknown22="0x0" image="nothing" unknownInt24="0x0"></Plane> <Plane name="plane_sysconf_filer_separation_upper" posX="0" posY="0" objectScale="0" redScale="0.8" greenScale="0.8" blueScale="0.8" alphaScale="0.5" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x100" unknown18="0xa040100" unknown19="0x100" unknownInt20="0x10007" unknownInt21="0x1040c" unknown22="0x0" image="nothing" unknownInt24="0x0"></Plane> <Plane name="plane_sysconf_filer_separation_lower" posX="0" posY="0" objectScale="0" redScale="0.8" greenScale="0.8" blueScale="0.8" alphaScale="0.5" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x100" unknown18="0xb040100" unknown19="0x100" unknownInt20="0x10007" unknownInt21="0x1040c" unknown22="0x0" image="nothing" unknownInt24="0x0"></Plane> </Plane> </Page> <Page name="page_sysconf_filer_media_select" unknownInt0="0x1110000" onInit="event:native:/OnInitSysconfFiler" onCancel="nothing" onContextMenu="nothing" onActivate="event:native:/OnActivateSysconfFiler"> <Plane name="plane_sysconf_filer_media_select" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" image="nothing" unknownInt24="0x0"></Plane> </Page> <Page name="page_sysconf_filer_data_select" unknownInt0="0x1110000" onInit="event:native:/OnInitSysconfFiler" onCancel="event:native:/OnCancelSysconfFiler" onContextMenu="nothing" onActivate="event:native:/OnActivateSysconfFiler"> <Plane name="plane_sysconf_filer_data_select" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" image="nothing" unknownInt24="0x0"> <MList name="mlist_sysconf_filer_data_select" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x10000" onLoad="event:native:/OnInitMlistSysconfFiler" unknown17="0x100" unknown18="0x100" unknown19="0x100" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" unknown23="0x6000000" unknown24="0x0" unknown25="0xffffffff" unknown26="0x0" unknown27="0x0" unknown28="0x0" unknown29="0x0" unknown30="0x0" unknownRef32="nothing" unknownRef33="event:native:/OnPushMlistSysconfFiler" unknownRef35="nothing" unknownRef37="nothing" unknownRef39="nothing" unknownRef41="nothing" unknownRef43="nothing" unknownRef45="nothing" unknownRef47="nothing" unknownRef49="event:native:/OnScrollInMlistSysconfFiler" unknownRef51="nothing"> <Scroll name="scroll_sysconf_filer_data_select" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="8" height="172" posUnknown="1" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" unknownFloat23="100" unknownFloat24="100" unknown25="0x0" unknownRef26="nothing" unknownRef28="nothing" unknownRef30="nothing" unknownRef32="nothing" unknownRef34="nothing"></Scroll> </MList> <Text name="text_sysconf_filer_data_select" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="1" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x100000" onLoad="nothing" unknown17="0x100" unknown18="0x14040100" unknown19="0x100" unknownInt20="0x10415" unknownInt21="0x10416" unknown22="0x0" text="text:msg_select_theme" font="nothing" unknownInt27="0x10001" unknownInt29="0x1000000" size="10" topRed="1" topGreen="1" topBlue="1" bottomRed="1" bottomGreen="1" bottomBlue="1" spacingHorizontal="0" unknown37="0x0" unknown38="0x0" unknown39="0x0" spacingVertical="0" shadowX="4" shadowY="-5" shadowPerspective="0" shadowRed="0.25" shadowGreen="0.25" shadowBlue="0.25" shadowAlpha="1" unknown48="0x0" unknown49="0x0" unknown50="0x0" unknownFloat51="1" unknownFloat52="1" unknownFloat53="1" unknownFloat54="1" unknown55="0x0" unknownInt56="0x10014" unknownInt57="0x3" unknown58="0x0"></Text> </Plane> </Page> <Page name="page_sysconf_filer_error_no_data" unknownInt0="0x1110000" onInit="event:native:/OnInitSysconfFiler" onCancel="event:native:/OnCancelSysconfFiler" onContextMenu="nothing" onActivate="event:native:/OnActivateSysconfFiler"> <Plane name="plane_sysconf_filer_error_no_data" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" image="nothing" unknownInt24="0x0"> <Text name="text_sysconf_filer_error_no_data" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="1" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x100" unknown18="0x100" unknown19="0x100" unknownInt20="0x1041a" unknownInt21="0x1041b" unknown22="0x0" text="text:msg_error_no_theme" font="nothing" unknownInt27="0x10001" unknownInt29="0x1000000" size="10" topRed="1" topGreen="1" topBlue="1" bottomRed="1" bottomGreen="1" bottomBlue="1" spacingHorizontal="0" unknown37="0x0" unknown38="0x0" unknown39="0x0" spacingVertical="0" shadowX="4" shadowY="-5" shadowPerspective="0" shadowRed="0.25" shadowGreen="0.25" shadowBlue="0.25" shadowAlpha="1" unknown48="0x0" unknown49="0x0" unknown50="0x0" unknownFloat51="1" unknownFloat52="1" unknownFloat53="1" unknownFloat54="1" unknown55="0x0" unknownInt56="0x10014" unknownInt57="0x3" unknown58="0x0"></Text> </Plane> </Page> <Page name="page_sysconf_filer_error_extra" unknownInt0="0x1110000" onInit="event:native:/OnInitSysconfFiler" onCancel="event:native:/OnCancelSysconfFiler" onContextMenu="nothing" onActivate="event:native:/OnActivateSysconfFiler"> <Plane name="plane_sysconf_filer_error_extra" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" image="nothing" unknownInt24="0x0"></Plane> </Page>