LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   Interface Help (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=3)
-   -   those crafting mods ??? (https://www.lotrointerface.com/forums/showthread.php?t=886)

Mandros 03-10-2010 03:19 AM

those crafting mods ???
 
I'm wondering how to implement the various crafting mods into existing full ui mods. Tried succesfully earlier with the dressing room and mail mod with Brygards bgm's. But it seems a bit harder and different with crafting ones. At least they look like full mods and with little to no experience in programming I feel a bit lost.

The sollution wouldn't such simple as just to remove the first few lines and paste it below the skindef, or would it ?

daimon 03-10-2010 06:34 AM

in theory you should be able to extract that info quite easily.

crafting panel code is under <PanelFile ID="ID_UISkin_Craft_Window"> tag.
and here is the list of the artasset id's (might be missing a few but the most important ones are here):

Code:

  <Mapping ArtAssetID="icon_multi_output_recipe_16" FileName="icon_multi_output_recipe_16.tga"></Mapping>
  <Mapping ArtAssetID="icon_one_shot_recipe_16" FileName="icon_one_shot_recipe_16.tga"></Mapping>
  <Mapping ArtAssetID="tab_recipe_ghost" FileName="tab_recipe_ghost.tga"></Mapping>
  <Mapping ArtAssetID="tab_recipe_highlight" FileName="tab_recipe_highlight.tga"></Mapping>
  <Mapping ArtAssetID="tab_recipe_highlight_roll" FileName="tab_recipe_highlight_roll.tga"></Mapping>
  <Mapping ArtAssetID="tab_recipe_master_ghost" FileName="tab_recipe_master_ghost.tga"></Mapping>
  <Mapping ArtAssetID="tab_recipe_master_highlight" FileName="tab_recipe_master_highlight.tga"></Mapping>
  <Mapping ArtAssetID="tab_recipe_master_highlight_roll" FileName="tab_recipe_master_highlight_roll.tga"></Mapping>
  <Mapping ArtAssetID="tab_recipe_master_normal" FileName="tab_recipe_master_normal.tga"></Mapping>
  <Mapping ArtAssetID="tab_recipe_master_rollover" FileName="tab_recipe_master_rollover.tga"></Mapping>
  <Mapping ArtAssetID="tab_recipe_normal" FileName="tab_recipe_normal.tga"></Mapping>
  <Mapping ArtAssetID="tab_recipe_rollover" FileName="tab_recipe_rollover.tga"></Mapping>
  <Mapping ArtAssetID="crafting_background" FileName="crafting_background.tga"></Mapping>


Mandros 03-10-2010 01:07 PM

going to try it, thnx


All times are GMT -5. The time now is 02:03 PM.

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