View Single Post
  #2  
Unread 03-09-2011, 09:25 PM
Silverangel's Avatar
Silverangel Silverangel is offline
The Indomitable
Interface Author - Click to view interfaces
 
Join Date: Nov 2010
Posts: 14
I don't find a JappMe SoM ivy treatment of the LotRO store button in his SkinDefinition.xml at all. I would try adding this to it:

<Mapping ArtAssetID="toolbar_webstore_button_normal" FileName="toolbar/toolbar_webstore_button_normal.tga"></Mapping>
<Mapping ArtAssetID="toolbar_webstore_button_pressed" FileName="toolbar/toolbar_webstore_button_pressed.tga"></Mapping>
<Mapping ArtAssetID="toolbar_webstore_button_rollover" FileName="toolbar/toolbar_webstore_button_rollover.tga"></Mapping>

But then making the FileName=" ... " a transparent tga or whatever you want it to look like. For an example of how to go about it, there is a blank.tga in the base JappMe folder. So you could add:


<Mapping ArtAssetID="toolbar_webstore_button_normal" FileName="blank.tga"></Mapping>
<Mapping ArtAssetID="toolbar_webstore_button_pressed" FileName="blank.tga"></Mapping>
<Mapping ArtAssetID="toolbar_webstore_button_rollover" FileName="blank.tga"></Mapping>

To the JappMe SkinDef to change the store button to show the blank.tga instead of the default store button. This might help you get started understanding what you need to do to get rid of the button.
Reply With Quote