lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > Developer Discussions > XML modification help (L)

Reply
 
Thread Tools Display Modes
  #1  
Unread 10-18-2010, 10:30 PM
Thayilis's Avatar
Thayilis Thayilis is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jan 2010
Posts: 59
Left side mini buttons?

Hey all! I am in the middle of making a mini version of the Eorlingas skin *and adding a few other items to it as well) and I was having a bit of trouble location the ArtAssetID's for the left hand side mini buttons. I've managed to get everything else figured out though. lol Any help with this would be greatly appreciated.

Also, I know that the Accelerate deed button and the Get more space vault button are skinable because I have seen other authors do it. I was curious what the ID's are for those. Is is one ID for all the buttons or multiple ID's? While messing around tonight I also noticed that the uppermost title bars (if that's what you call it lol) on the vault panel are stuck default blue. I tried finding those and were not able to either. Thanks in advance.

~~Thay
__________________
The truth of the matter is that you always know the right thing to do. The hard part is doing it.
-General Norman Schwarzkopf

Last edited by Thayilis : 10-19-2010 at 12:32 AM.
Reply With Quote
  #2  
Unread 10-19-2010, 04:02 AM
daimon's Avatar
daimon daimon is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Finland
Posts: 466
with mini buttons do you mean menu buttons on the main bar ? because if you do these are basically the same buttons that are on the right side as well (you can't know what buttons the users have assigned where as one can choose them from the game menu). Addition to that the same icons are used in the start menu thingie.

if so here's the tags (list taken from my skin as they are a bit scattered in the original skindef. the filenames and paths are custom so disregard those) ^^

Code:
  <!-- menu buttons -->
    <Mapping ArtAssetID="accomplishment_journal_normal"                         FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="accomplishment_journal_pressed"                        FileName="..\Buttons\menuDeedPressed.tga" />
    <Mapping ArtAssetID="accomplishment_journal_rollover"                       FileName="..\Buttons\menuDeedHover.tga" />
    <Mapping ArtAssetID="bag1_normal"                                           FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="bag1_pressed"                                          FileName="..\Buttons\menuBagPressed.tga" />
    <Mapping ArtAssetID="bag1_rollover"                                         FileName="..\Buttons\menuBagHover.tga" />
    <Mapping ArtAssetID="bag2_normal"                                           FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="bag2_pressed"                                          FileName="..\Buttons\menuBagPressed.tga" />
    <Mapping ArtAssetID="bag2_rollover"                                         FileName="..\Buttons\menuBagHover.tga" />
    <Mapping ArtAssetID="bag3_normal"                                           FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="bag3_pressed"                                          FileName="..\Buttons\menuBagPressed.tga" />
    <Mapping ArtAssetID="bag3_rollover"                                         FileName="..\Buttons\menuBagHover.tga" />
    <Mapping ArtAssetID="bag4_normal"                                           FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="bag4_pressed"                                          FileName="..\Buttons\menuBagPressed.tga" />
    <Mapping ArtAssetID="bag4_rollover"                                         FileName="..\Buttons\menuBagHover.tga" />
    <Mapping ArtAssetID="bag5_normal"                                           FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="bag5_pressed"                                          FileName="..\Buttons\menuBagPressed.tga" />
    <Mapping ArtAssetID="bag5_rollover"                                         FileName="..\Buttons\menuBagHover.tga" />
    <Mapping ArtAssetID="crafting_normal"                                       FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="crafting_pressed"                                      FileName="..\Buttons\menuCraftPressed.tga" />
    <Mapping ArtAssetID="crafting_highlight"                                    FileName="..\Buttons\menuCraftHover.tga" />
    <Mapping ArtAssetID="destiny_normal"                                        FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="destiny_pressed"                                       FileName="..\Buttons\menuDestinyPressed.tga" />
    <Mapping ArtAssetID="destiny_rollover"                                      FileName="..\Buttons\menuDestinyHover.tga" />
    <Mapping ArtAssetID="destiny_ghosted"                                       FileName="..\Panels\null.tga" />
    <Mapping ArtAssetID="exit_normal"                                           FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="exit_pressed"                                          FileName="..\Buttons\menuExitPressed.tga" />
    <Mapping ArtAssetID="exit_rollover"                                         FileName="..\Buttons\menuExitHover.tga" />
    <Mapping ArtAssetID="fellowing_normal"                                      FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="fellowing_pressed"                                     FileName="..\Buttons\menuFellowingPressed.tga" />
    <Mapping ArtAssetID="fellowing_rollover"                                    FileName="..\Buttons\menuFellowingHover.tga" />
    <Mapping ArtAssetID="fellowship_normal"                                     FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="fellowship_pressed"                                    FileName="..\Buttons\menuSocialPressed.tga" />
    <Mapping ArtAssetID="fellowship_rollover"                                   FileName="..\Buttons\menuSocialHover.tga" />
    <Mapping ArtAssetID="friends_normal"                                        FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="friends_pressed"                                       FileName="..\Buttons\menuFriendsPressed.tga" />
    <Mapping ArtAssetID="friends_rollover"                                      FileName="..\Buttons\menuFriendsHover.tga" />
    <Mapping ArtAssetID="groupstage_normal"                                     FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="groupstage_pressed"                                    FileName="..\Buttons\menuGroupPressed.tga" />
    <Mapping ArtAssetID="groupstage_rollover"                                   FileName="..\Buttons\menuGroupHover.tga" />
    <Mapping ArtAssetID="help_normal"                                           FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="help_pressed"                                          FileName="..\Buttons\menuHelpPressed.tga" />
    <Mapping ArtAssetID="help_rollover"                                         FileName="..\Buttons\menuHelpHover.tga" />
    <Mapping ArtAssetID="hobby_normal"                                          FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="hobby_pressed"                                         FileName="..\Buttons\menuHobbyPressed.tga" />
    <Mapping ArtAssetID="hobby_rollover"                                        FileName="..\Buttons\menuHobbyHover.tga" />
    <Mapping ArtAssetID="house_normal"                                          FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="house_pressed"                                         FileName="..\Buttons\menuHousePressed.tga" />
    <Mapping ArtAssetID="house_rollover"                                        FileName="..\Buttons\menuHouseHover.tga" />
    <Mapping ArtAssetID="inventory_normal"                                      FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="inventory_pressed"                                     FileName="..\Buttons\menuInventoryPressed.tga" />
    <Mapping ArtAssetID="inventory_rollover"                                    FileName="..\Buttons\menuInventoryHover.tga" />
    <Mapping ArtAssetID="itemAdvancement_panel_normal"                          FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="itemAdvancement_panel_pressed"                         FileName="..\Buttons\menuLegendariesPressed.tga" />
    <Mapping ArtAssetID="itemAdvancement_panel_rollover"                        FileName="..\Buttons\menuLegendariesHover.tga" />
    <Mapping ArtAssetID="itemAdvancement_panel_ghosted"                         FileName="..\Panels\null.tga" />
    <Mapping ArtAssetID="journal_normal"                                        FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="journal_pressed"                                       FileName="..\Buttons\menuJournalPressed.tga" />
    <Mapping ArtAssetID="journal_rollover"                                      FileName="..\Buttons\menuJournalHover.tga" />
    <Mapping ArtAssetID="kinship_normal"                                        FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="kinship_pressed"                                       FileName="..\Buttons\menuKinPressed.tga" />
    <Mapping ArtAssetID="kinship_rollover"                                      FileName="..\Buttons\menuKinHover.tga" />
    <Mapping ArtAssetID="leavesession_normal"                                   FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="leavesession_pressed"                                  FileName="..\Buttons\menuLeavePressed.tga" />
    <Mapping ArtAssetID="leavesession_rollover"                                 FileName="..\Buttons\menuLeaveHover.tga" />
    <Mapping ArtAssetID="logout_normal"                                         FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="logout_pressed"                                        FileName="..\Buttons\menuLogoutPressed.tga" />
    <Mapping ArtAssetID="logout_rollover"                                       FileName="..\Buttons\menuLogoutHover.tga" />
    <Mapping ArtAssetID="lorebook_normal"                                       FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="lorebook_pressed"                                      FileName="..\Buttons\menuLorebookPressed.tga" />
    <Mapping ArtAssetID="lorebook_rollover"                                     FileName="..\Buttons\menuLorebookHover.tga" />
    <Mapping ArtAssetID="lorebook_ghosted"                                      FileName="..\Panels\null.tga" />
    <Mapping ArtAssetID="main_menu_normal"                                      FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="main_menu_pressed"                                     FileName="..\Buttons\menuMainPressed.tga" />
    <Mapping ArtAssetID="main_menu_rollover"                                    FileName="..\Buttons\menuMainHover.tga" />
    <Mapping ArtAssetID="map_normal"                                            FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="map_pressed"                                           FileName="..\Buttons\menuMapPressed.tga" />
    <Mapping ArtAssetID="map_rollover"                                          FileName="..\Buttons\menuMapHover.tga" />
    <Mapping ArtAssetID="mounts_normal"                                         FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="mounts_pressed"                                        FileName="..\Buttons\menuMountsPressed.tga" />
    <Mapping ArtAssetID="mounts_rollover"                                       FileName="..\Buttons\menuMountsHover.tga" />
    <Mapping ArtAssetID="options_normal"                                        FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="options_pressed"                                       FileName="..\Buttons\menuOptionsPressed.tga" />
    <Mapping ArtAssetID="options_rollover"                                      FileName="..\Buttons\menuOptionsHover.tga" />
    <Mapping ArtAssetID="quest_normal"                                          FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="quest_pressed"                                         FileName="..\Buttons\menuQuestPressed.tga" />
    <Mapping ArtAssetID="quest_rollover"                                        FileName="..\Buttons\menuQuestHover.tga" />
    <Mapping ArtAssetID="raid_normal"                                           FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="raid_pressed"                                          FileName="..\Buttons\menuRaidPressed.tga" />
    <Mapping ArtAssetID="raid_rollover"                                         FileName="..\Buttons\menuRaidHover.tga" />
    <Mapping ArtAssetID="reputation_normal"                                     FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="reputation_pressed"                                    FileName="..\Buttons\menuReputationPressed.tga" />
    <Mapping ArtAssetID="reputation_rollover"                                   FileName="..\Buttons\menuReputationHover.tga" />
    <Mapping ArtAssetID="skills_normal"                                         FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="skills_pressed"                                        FileName="..\Buttons\menuSkillsPressed.tga" />
    <Mapping ArtAssetID="skills_rollover"                                       FileName="..\Buttons\menuSkillsHover.tga" />
    <Mapping ArtAssetID="skirmish_normal"                                       FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="skirmish_pressed"                                      FileName="..\Buttons\menuSkirmishPressed.tga" />
    <Mapping ArtAssetID="skirmish_rollover"                                     FileName="..\Buttons\menuSkirmishHover.tga" />
    <Mapping ArtAssetID="start_menu_normal"                                     FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="start_menu_pressed"                                    FileName="..\Buttons\menuStartPressed.tga" />
    <Mapping ArtAssetID="start_menu_rollover"                                   FileName="..\Buttons\menuStartHover.tga" />
    <Mapping ArtAssetID="startmenu_button_slotting"                             FileName="..\Buttons\menuButtonConfig.tga" />
    <Mapping ArtAssetID="title_normal"                                          FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="title_pressed"                                         FileName="..\Buttons\menuTitlePressed.tga" />
    <Mapping ArtAssetID="title_rollover"                                        FileName="..\Buttons\menuTitleHover.tga" />
    <Mapping ArtAssetID="trait_panel_normal"                                    FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="trait_panel_pressed"                                   FileName="..\Buttons\menuTraitPressed.tga" />
    <Mapping ArtAssetID="trait_panel_rollover"                                  FileName="..\Buttons\menuTraitHover.tga" />
    <Mapping ArtAssetID="worldjoin_normal"                                      FileName="..\Buttons\menuButton.tga" />
    <Mapping ArtAssetID="worldjoin_pressed"                                     FileName="..\Buttons\menuWorldjoinPressed.tga" />
    <Mapping ArtAssetID="worldjoin_rollover"                                    FileName="..\Buttons\menuWorldjoinHover.tga" />
    <Mapping ArtAssetID="startmenu_buynow" FileName="startmenu_buynow.tga"></Mapping>
I can't help you much (because of the obvious reasons, Thanks to CM for still not launching F2P in EU) with the new ID's but I think those store related buttons (Accelerate deed button and the Get more space vault button) are called "Chargen_*" so look em up with your picture browser and see if you see something that would match.

The uppermost element for the vaults are:
Code:
Mapping ArtAssetID="storage_header"
Mapping ArtAssetID="Vault_storage_header"
__________________
~·~ DaimonUI ~·~
avatar by Humon
Reply With Quote
  #3  
Unread 10-19-2010, 06:51 AM
Brygard2007's Avatar
Brygard2007 Brygard2007 is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2007
Location: http://www.youtube.com/user/Brygard2009
Posts: 183
The buy now buttons:

The buy now buttons which have the yellow arc thingie is no longer working and
Turbine removed those skins from the pack along with the codes.

Daimon got the header vault correctly cause I have skinned them myself.


The only thing they left untouched is the Big Lotro store button located at right side:
Code:
  <Mapping ArtAssetID="toolbar_webstore_button_normal" FileName="toolbar_webstore_button_normal.tga"></Mapping>
  <Mapping ArtAssetID="toolbar_webstore_button_pressed" FileName="toolbar_webstore_button_pressed.tga"></Mapping>
  <Mapping ArtAssetID="toolbar_webstore_button_rollover" FileName="toolbar_webstore_button_rollover.tga"></Mapping>

Last edited by Brygard2007 : 10-19-2010 at 06:59 AM.
Reply With Quote
  #4  
Unread 10-19-2010, 11:06 PM
Thayilis's Avatar
Thayilis Thayilis is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jan 2010
Posts: 59
Okay, I got the menu buttons figured out. It seems that I forgot a few of the ID tags so not all of them are invisible. Thanks a lot for the help on that one.

The other items I had mentioned before are in this screen shot to better explain the tga files I'm looking for.



Thanks again!

~~Thay

Edit: The background image used in this screenshot for the vault header is from Wicked Mouse's Delving Hills skin. I am currently waiting on a response as to whether or not I have permission to use it with this alteration. If denied, the screenshot will be removed. Sorry, I'm rather strange when it comes to giving due credit to someone else's hard work.
__________________
The truth of the matter is that you always know the right thing to do. The hard part is doing it.
-General Norman Schwarzkopf

Last edited by Thayilis : 10-19-2010 at 11:09 PM.
Reply With Quote
  #5  
Unread 10-20-2010, 05:40 AM
daimon's Avatar
daimon daimon is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Finland
Posts: 466
Ah thats storage sortbar

here's most of the vault related things

Code:
  <Mapping ArtAssetID="storage_bottombar" FileName="storage_bottombar.tga"></Mapping>
  <Mapping ArtAssetID="storage_fill_base" FileName="storage_fill_base.tga"></Mapping>
  <Mapping ArtAssetID="storage_fill_frame" FileName="storage_fill_frame.tga"></Mapping>
  <Mapping ArtAssetID="storage_header" FileName="storage_header.tga"></Mapping>
  <Mapping ArtAssetID="storage_sortbar" FileName="storage_sortbar.tga"></Mapping>
__________________
~·~ DaimonUI ~·~
avatar by Humon
Reply With Quote
  #6  
Unread 10-20-2010, 06:52 AM
Thayilis's Avatar
Thayilis Thayilis is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jan 2010
Posts: 59
Great thanks a lot! And Brygard, you mentioned that Turbine took out the other values for the previously mentioned "Get More Space buttons." Do you happen to know if they are intending to re-release them to us? Because the default buttons annoy me to no end. lol

~~Thay
__________________
The truth of the matter is that you always know the right thing to do. The hard part is doing it.
-General Norman Schwarzkopf
Reply With Quote
Reply



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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to tweak Eorlingas Mini Aalwein Interface Help (L) 0 12-04-2009 06:21 PM
Bottom Left UI Code Cleitanious XML modification help (L) 8 04-30-2008 05:47 AM
Mini-map felgrath Interface Help (L) 2 03-01-2008 02:02 PM
Mini Map Shadimar Interface Help (L) 4 07-13-2007 09:06 PM
Chat Window - Which side do YOU prefer? Taffu General Authoring Discussion (L) 5 03-29-2007 09:18 PM


All times are GMT -5. The time now is 08:40 PM.


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