Darnified dark UI question.

Post » Wed May 18, 2011 4:16 pm

Please forgive me if I missed it in a readme. I slogged through about 100 mb worth in my readme folder. The question I have is there a way to make the icon view default. Every time I load a save I have to switch the item view back to icon from the default detail list. I want my item menus to look more like the ones in Morrowind. I know there has to be a way to switch the defaults but I'm just missing it.


http://img832.imageshack.us/img832/4558/oblivion201011061723579.jpg
User avatar
Cool Man Sam
 
Posts: 3392
Joined: Thu May 10, 2007 1:19 pm

Post » Wed May 18, 2011 4:22 pm

Please forgive me if I missed it in a readme. I slogged through about 100 mb worth in my readme folder. The question I have is there a way to make the icon view default. Every time I load a save I have to switch the item view back to icon from the default detail list. I want my item menus to look more like the ones in Morrowind. I know there has to be a way to switch the defaults but I'm just missing it.


http://img832.imageshack.us/img832/4558/oblivion201011061723579.jpg



Go to data/menus/prefabs/darn and find "inventory_config.xml". Open it with Notepad or similar. Scroll down until you see this:

<!-- Enable grid view for the specified tab -->
<!-- Show grid in "ShowAll" tab -->
<_bGrid_All> &true;
<!-- Show grid in "Weapons" tab -->
<_bGrid_Weapons> &true;
<!-- Show grid in "Apparel" tab -->
<_bGrid_Apparel> &true;
<!-- Show grid in "Alchemy" tab -->
<_bGrid_Alchemy> &true;
<!-- Show grid in "Misc" tab -->
<_bGrid_Misc> &true;

You can see above I have the grid "true" for the various tabs. If "false" it will appear as a list.

Hope this helps.
User avatar
JD bernal
 
Posts: 3450
Joined: Sun Sep 02, 2007 8:10 am

Post » Wed May 18, 2011 9:04 pm

Go to data/menus/prefabs/darn and find "inventory_config.xml". Open it with Notepad or similar. Scroll down until you see this:

<!-- Enable grid view for the specified tab -->
<!-- Show grid in "ShowAll" tab -->
<_bGrid_All> &true;
<!-- Show grid in "Weapons" tab -->
<_bGrid_Weapons> &true;
<!-- Show grid in "Apparel" tab -->
<_bGrid_Apparel> &true;
<!-- Show grid in "Alchemy" tab -->
<_bGrid_Alchemy> &true;
<!-- Show grid in "Misc" tab -->
<_bGrid_Misc> &true;

You can see above I have the grid "true" for the various tabs. If "false" it will appear as a list.

Hope this helps.



Thank you so much Vaisellias. That worked like a charm. You have no idea how long I put up with that. :foodndrink:
User avatar
Julia Schwalbe
 
Posts: 3557
Joined: Wed Apr 11, 2007 3:02 pm

Post » Thu May 19, 2011 6:49 am

Thank you so much Vaisellias. That worked like a charm. You have no idea how long I put up with that. :foodndrink:


You're welcome. I"m glad I was able to help. :)
User avatar
Brian LeHury
 
Posts: 3416
Joined: Tue May 22, 2007 6:54 am


Return to IV - Oblivion