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.