As there seems to be no real use for string viewer plugin, I was messing around with ideas for other uses. None of these are really that useful currently, but maybe there is some idea here that can leads to something useful.
1: Mini "game" aka interactive screensaver
2. Button tester for only 6 buttons
3. Color changing screen saver
4. Fake System Check
To test these you just need to add an item like this to any XMBML
Files attached for testing these if anyone is interested. Just put the XML into /dev_blind/vsh/resource/explore/xmb/ and put one of the rcos onto flash as /dev_blind/vsh/resource/strviewer_plugin.rco (rename)
1: Mini "game" aka interactive screensaver
2. Button tester for only 6 buttons
3. Color changing screen saver
4. Fake System Check
To test these you just need to add an item like this to any XMBML
Code:
<View id="screensaver">
<Attributes>
<Table key="screensaver">
<Pair key="icon_rsc"><>trophy_tex_capsule</></Pair>
<Pair key="title"><>Animation Tester</></Pair>
<Pair key="info"><>String Viewer Plugin RCO Mod</></Pair>
<Pair key="module_name"><>strviewer_plugin</></Pair>
<Pair key="module_action"><></></Pair>
</Table>
</Attributes>
<Items>
<Item class="type:x-xmb/module-action" key="screensaver" attr="screensaver"/>
</Items>
</View>
Files attached for testing these if anyone is interested. Just put the XML into /dev_blind/vsh/resource/explore/xmb/ and put one of the rcos onto flash as /dev_blind/vsh/resource/strviewer_plugin.rco (rename)
Attachments
Last edited: