PS3HEN HFW 4.87 Can't create folders?

victorstk

Member
I just got a ps3 super slim and modded it with Hen 4.87 everything is working fine
but this new hen made 2 changes that didn't happen before

1 is that I can't create any folders, I set up the album name under the game's information but no album is created

2 is that all of my original downloaded games won't show up under the game tab as usual, they now show up under Package Manager > Playstation Network Content

is there any way to revert this?
 
I got the album issue fixed, i had to press triangle and go to group content and select by albums

now its just the downloaded games problem
 
You will need to edit category_game.xml and move (or copy) the following 2 queries to the root (after the query for gameDir)

<Query class="type:x-xmb/folder-pixmap" key="seg_hdd_install" src="ese://localhost/query?type=install_game"/>
<Query class="type:x-xmb/folder-pixmap" key="seg_pkg_install" src="ese://localhost/query?type=install_pkg"/>
 
@aldostools i managed to find the category_game.xml

I changed the file and moved to the <View id="root">

under this position

<Query
class="type:x-xmb/folder-pixmap"
key="gameDir2"
attr="gameDir2"
src="sel://localhost/ex?root.view_selected.game"
/>
<Query
class="type:x-xmb/folder-pixmap"
key="seg_hdd_install"
src="ese://localhost/query?type=install_game"
/>
<Query
class="type:x-xmb/folder-pixmap"
key="seg_pkg_install"
src="ese://localhost/query?type=install_pkg"
/>

still didn't change where the downloaded games show up
 

Attachments

  • Capturar.PNG
    Capturar.PNG
    10.9 KB · Views: 41
Last edited:
Back
Top