lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > Developer Discussions > Tutorials & Other Helpful Information (L)

Reply
 
Thread Tools Display Modes
  #1  
Unread 02-12-2007, 02:56 PM
Ghil's Avatar
Ghil Ghil is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2007
Posts: 37
transparent bottombar

here is a little tip from Joviex on the beta forums:

to make a bottombar transparent and hide the bags and menu buttons,
create a 1x1 transparent .tga called invisible.tga, and put this in your SkinDefinition.xml:

Code:
<Mapping ArtAssetID="accomplishment_journal_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="accomplishment_journal_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="accomplishment_journal_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag_inventory" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag1" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag1_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag1_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag1_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag2" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag2_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag2_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag2_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag3" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag3_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag3_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag3_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag4" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag4_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag4_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag4_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="crafting_highlight" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="crafting_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="crafting_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="fellowship_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="fellowship_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="fellowship_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="inventory_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="inventory_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="inventory_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="journal_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="journal_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="journal_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="LetterBoxBottom" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="main_menu_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="main_menu_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="main_menu_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="map_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="map_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="map_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="quest_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="quest_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="quest_rollover" FileName="Invisible.tga"></Mapping>
to note: if you want to make a skin for the bottom bar, it is that line you have to add/change:

Code:
<Mapping ArtAssetID="LetterBoxBottom" FileName="Invisible.tga"></Mapping>
and the size is 1024x85.

Enjoy!

edit: for those that do not want to bother, I've uploaded a zip file containing the invisible tga file

Last edited by Cairenn : 02-12-2007 at 06:39 PM. Reason: Removed the zip, since Joviex has uploaded it himself to our download area - Cair
Reply With Quote
  #2  
Unread 02-12-2007, 03:05 PM
Cairenn's Avatar
Cairenn Cairenn is offline
Credendo Vides
Premium Member
LOTROInterface Admin
Interface Author - Click to view interfaces
 
Join Date: Jan 2007
Posts: 642
Ghil, thanks for posting the info.
__________________
"My friends, love is better than anger. Hope is better than fear. Optimism is better than despair. So let us
be loving, hopeful and optimistic. And we’ll change the world."

Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RafM
Reply With Quote
  #3  
Unread 02-21-2007, 10:20 AM
Capt Justice Capt Justice is offline
The Wary
 
Join Date: Feb 2007
Posts: 2
<Mapping ArtAssetID="quest_rollover" FileName="Invisible.tga"></Mapping>

So, if you didn't make this line of code invisible, the icon would show up when you move your mouse over it ?
Reply With Quote
  #4  
Unread 02-21-2007, 11:47 AM
jasonspeed's Avatar
jasonspeed jasonspeed is offline
The Undying
 
Join Date: Feb 2007
Location: Philadelphia, PA
Posts: 29
Can anyone make a mod with just the bags invisibile. I'd like the toolbar and option menu side still viewable. Also is it possible to relocate the main toolbar itself? Thanks.
__________________
The Line below is True.
The Line above is False.
Reply With Quote
  #5  
Unread 02-21-2007, 08:35 PM
Joviex's Avatar
Joviex Joviex is offline
The Wary
Interface Author - Click to view interfaces
 
Join Date: Feb 2007
Posts: 3
Quote:
Originally Posted by jasonspeed
Can anyone make a mod with just the bags invisibile. I'd like the toolbar and option menu side still viewable. Also is it possible to relocate the main toolbar itself? Thanks.

You cannot move the bottom bar.

Its easy enought o just balnk the bags however, remove all the lines from the above XML except where the bag* names are used. Those will override the default and disappear.

Specifically the xml main part would read:

Code:
<Mapping ArtAssetID="bag_inventory" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag1" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag1_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag1_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag1_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag2" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag2_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag2_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag2_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag3" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag3_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag3_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag3_rollover" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag4" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag4_normal" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag4_pressed" FileName="Invisible.tga"></Mapping>
<Mapping ArtAssetID="bag4_rollover" FileName="Invisible.tga"></Mapping>
Reply With Quote
  #6  
Unread 02-21-2007, 08:41 PM
Ghil's Avatar
Ghil Ghil is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2007
Posts: 37
you can't move the bottom bar yet, but for the menu buttons, here you go: (download the SkinDefinition.xml)

edit: Joviex beat me to it

edit2:

Quote:
Originally Posted by Capt Justice
<Mapping ArtAssetID="quest_rollover" FileName="Invisible.tga"></Mapping>

So, if you didn't make this line of code invisible, the icon would show up when you move your mouse over it ?
yep
Attached Files
File Type: xml SkinDefinition.xml (13.3 KB, 1392 views)

Last edited by Ghil : 02-21-2007 at 08:47 PM.
Reply With Quote
  #7  
Unread 02-21-2007, 10:27 PM
jasonspeed's Avatar
jasonspeed jasonspeed is offline
The Undying
 
Join Date: Feb 2007
Location: Philadelphia, PA
Posts: 29
i copied the xml file to the skins folder but it looked really strange. isn't there supposed to be any tga files? all i have in the /skins/nobags folder is the xml i downloaded from you. thanks for the help.
__________________
The Line below is True.
The Line above is False.
Reply With Quote
  #8  
Unread 02-21-2007, 10:37 PM
Cairenn's Avatar
Cairenn Cairenn is offline
Credendo Vides
Premium Member
LOTROInterface Admin
Interface Author - Click to view interfaces
 
Join Date: Jan 2007
Posts: 642
Suggestion - toss the complete package up as a download.
__________________
"My friends, love is better than anger. Hope is better than fear. Optimism is better than despair. So let us
be loving, hopeful and optimistic. And we’ll change the world."

Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RafM
Reply With Quote
  #9  
Unread 02-21-2007, 10:39 PM
Ghil's Avatar
Ghil Ghil is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2007
Posts: 37
yep, I'll do ( I just didn't think it was enough to post it as a download)

Nobags posted and awaiting clearance

Last edited by Ghil : 02-21-2007 at 10:48 PM.
Reply With Quote
  #10  
Unread 02-21-2007, 10:50 PM
Cairenn's Avatar
Cairenn Cairenn is offline
Credendo Vides
Premium Member
LOTROInterface Admin
Interface Author - Click to view interfaces
 
Join Date: Jan 2007
Posts: 642
Approved.
__________________
"My friends, love is better than anger. Hope is better than fear. Optimism is better than despair. So let us
be loving, hopeful and optimistic. And we’ll change the world."

Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RafM
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 12:43 PM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui