PS3 Help with XMB CFW Settings?

E7ite

Member
I have the XMB CFW settings edited by littlebalup (sorry if incorrect spelling), where the settings are under the User category. The problem is it was never finished (i think) and the settings don't show up in-game. It just shows constant loading icons and the missing icons. How can i get them to show up and work in-game as well? I will gladly upload what needs to be uploaded to get the help.


Sent from my iPhone using Tapatalk
 
I have the XMB CFW settings edited by littlebalup (sorry if incorrect spelling), where the settings are under the User category. The problem is it was never finished (i think) and the settings don't show up in-game. It just shows constant loading icons and the missing icons. How can i get them to show up and work in-game as well? I will gladly upload what needs to be uploaded to get the help.


Sent from my iPhone using Tapatalk

Are you familiar with modifying RCOs? (located at dev_flash/vsh/resource)

It depends what firmware you are on. and what package you have used. I have fixed this issue on Rebug CFW, and on playerpk420's CFW in the past. On those CFWs it was showing in the network category, and it required the explore plugin full rco to be extracted and the icons taken out and added to the relevant rco, in my case it was the explore_category_network.rco.

So in your case after you get the correct icons from the explore full rco then you would need to add those icons to the explore_category_user.rco. (and add the matching icon references to the main xml from inside the rco).

------------------------------------------------------------------------------------------------------------

Workaround: Another way to stop this bug from showing, is to just disable the item on the ingame xmb completely by modifying your cfw_settings_en.xml (located at dev_flash/vsh/resource/explore/xmb/ normally)

To do that, add the entry "<Pair key="ingame"><String>disable</String></Pair>" near the top of the xml.

So change yours from this:
Code:
<Table key="cfw_settings">
<Pair key="icon_rsc"><String>tex_album_icon</String></Pair>
<Pair key="icon_notation"><String>WNT_XmbItemAlbum</String></Pair>
<Pair key="title"><String>★ Custom Firmware Tools</String></Pair>
<Pair key="info"><String></String></Pair>
</Table>
to this:
Code:
<Table key="cfw_settings">
<Pair key="icon_rsc"><String>tex_album_icon</String></Pair>
<Pair key="icon_notation"><String>WNT_XmbItemAlbum</String></Pair>
<Pair key="title"><String>★ Custom Firmware Tools</String></Pair>
<Pair key="info"><String></String></Pair>
<Pair key="ingame"><String>disable</String></Pair>
</Table>



-------------------------------------------------------------------------------------------------------------------

Personally I think there should be external icons used for this mod or it should be disabled on ingame XMB, then it would work correctly without rco mods.
 
Last edited:
Are you familiar with modifying RCOs? (located at dev_flash/vsh/resource)

It depends what firmware you are on. and what package you have used. I have fixed this issue on Rebug CFW, and on playerpk420's CFW in the past. On those CFWs it was showing in the network category, and it required the explore plugin full rco to be extracted and the icons taken out and added to the relevant rco, in my case it was the explore_category_network.rco.

So in your case after you get the correct icons from the explore full rco then you would need to add those icons to the explore_category_user.rco. (and add the matching icon references to the main xml from inside the rco).

------------------------------------------------------------------------------------------------------------

Workaround: Another way to stop this bug from showing, is to just disable the item on the ingame xmb completely by modifying your cfw_settings_en.xml (located at dev_flash/vsh/resource/explore/xmb/ normally)

To do that, add the entry "<Pair key="ingame"><String>disable</String></Pair>" near the top of the xml.

So change yours from this:
Code:
<Table key="cfw_settings">
<Pair key="icon_rsc"><String>tex_album_icon</String></Pair>
<Pair key="icon_notation"><String>WNT_XmbItemAlbum</String></Pair>
<Pair key="title"><String>★ Custom Firmware Tools</String></Pair>
<Pair key="info"><String></String></Pair>
</Table>
to this:
Code:
<Table key="cfw_settings">
<Pair key="icon_rsc"><String>tex_album_icon</String></Pair>
<Pair key="icon_notation"><String>WNT_XmbItemAlbum</String></Pair>
<Pair key="title"><String>★ Custom Firmware Tools</String></Pair>
<Pair key="info"><String></String></Pair>
<Pair key="ingame"><String>disable</String></Pair>
</Table>



-------------------------------------------------------------------------------------------------------------------

Personally I think there should be external icons used for this mod or it should be disabled on ingame XMB, then it would work correctly without rco mods.

Ok that makes reasonable sense. Also yes i am familiar with this. I will try it and let you know how it goes


Sent from my iPhone using Tapatalk
 
Ok that makes reasonable sense. Also yes i am familiar with this. I will try it and let you know how it goes


Sent from my iPhone using Tapatalk

This is the list of icons as far as I know (or its close, you might need to add the plain folder icon aswell), and this is what you need to add to the user rco's main xml:
Code:
<Image name="tex_about" src="Images\tex_about.gim" format="gim" compression="zlib" unknownByte="0" />
<Image name="friend_tex_load" src="Images\friend_tex_load.gim" format="gim" compression="zlib" unknownByte="0" />
<Image name="item_tex_cam_icon" src="Images\item_tex_cam_icon.gim" format="gim" compression="zlib" unknownByte="0" />
<Image name="item_tex_disc_bd" src="Images\item_tex_disc_bd.gim" format="gim" compression="zlib" unknownByte="0" />
<Image name="item_tex_disc_cd_ps2" src="Images\item_tex_disc_cd_ps2.gim" format="gim" compression="zlib" unknownByte="0" />
<Image name="item_tex_disc_icon" src="Images\item_tex_disc_icon.gim" format="gim" compression="zlib" unknownByte="0" />
<Image name="item_tex_dlna_default" src="Images\item_tex_dlna_default.gim" format="gim" compression="zlib" unknownByte="0" />
<Image name="item_tex_NewFriend" src="Images\item_tex_NewFriend.gim" format="gim" compression="zlib" unknownByte="0" />
<Image name="item_tex_Players" src="Images\item_tex_Players.gim" format="gim" compression="zlib" unknownByte="0" />
<Image name="item_tex_ps3util" src="Images\item_tex_ps3util.gim" format="gim" compression="zlib" unknownByte="0" />
<Image name="photo_tex_load" src="Images\photo_tex_load.gim" format="gim" compression="zlib" unknownByte="0" />
<Image name="tex_reboot_xai" src="Images\tex_reboot_xai.gim" format="gim" compression="zlib" unknownByte="0" />
<Image name="tex_repeat_status" src="Images\tex_repeat_status.gim" format="gim" compression="zlib" unknownByte="0" />
<Image name="tex_urgent_ws" src="Images\tex_urgent_ws.gim" format="gim" compression="zlib" unknownByte="0" />
 
Last edited:

Similar threads

Back
Top