LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   XML modification help (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=23)
-   -   Left side mini buttons? (https://www.lotrointerface.com/forums/showthread.php?t=1163)

Thayilis 10-18-2010 10:30 PM

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. :D

~~Thay

daimon 10-19-2010 04:02 AM

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"


Brygard2007 10-19-2010 06:51 AM

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>


Thayilis 10-19-2010 11:06 PM

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. :D



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. :D Sorry, I'm rather strange when it comes to giving due credit to someone else's hard work. :D

daimon 10-20-2010 05:40 AM

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>


Thayilis 10-20-2010 06:52 AM

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 :D

~~Thay

Brygard2007 10-20-2010 11:18 AM

Yeah it annoys me too the button that is.

I dunno since Frosty is giving the UI packs to us in his spare time and he has no obligations or Turbine doesn't have any obligation to release any skins at all.

Frosty was kind enough to give us the current skins.

Repost from Frosty:
Quote:

All of the normal EULA stuff with regards to these images apply:

"Your use of the UI components for The Lord of the Rings Online™ is subject to Turbine’s Terms of Service and the UI components shall be considered “Downloaded Content” for purposes thereof. The assets in this file may only be used with your user interface and may not be distributed or used for any other purpose. This file is provided without support of any kind. "
So there's no support,we just have to wait and hope Frosty see this and maybe released another update pack.

Thayilis 10-20-2010 07:07 PM

Aw man. lol But one can't look a gift horse in the mouth if Frosty is being cool enough to give us the Skin Art Pack in his free time. :D

I did have one question though: Daimon, thanks a lot for those ID tags but I can't find the images in the V3B2 skin pack that I have. :( I might have an older one though, so I may try to download it again and see. :D Thanks again for the input guys. Uh, or girls. rofl :o :D

~~Thay

Thayilis 10-21-2010 06:59 PM

Got the mini buttons figured out but I was running into an issue with the toolbar that maybe I could get some assistance with. :D



How do I get rid of the left over experience bar pieces? I'm trying to make a level cap toolbar and a non level cap toolbar. :D

Thanks in advance!

~~Thay


All times are GMT -5. The time now is 01:54 AM.

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI