lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > Developer Discussions > Preview Server (L)

Reply
Thread Tools Display Modes
  #1  
Unread 10-31-2010, 08:29 PM
The Old One The Old One is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2010
Posts: 54
New craft panel in November

there's a large change coming to the craft panel in November that will break all current craft panel skins.
attached is a image of broken Supercraft on the left and the new Turbine panel on the right.
What do you thank of this change?
Attached Thumbnails
Click image for larger version

Name:	ScreenShot00003.jpg
Views:	2397
Size:	380.5 KB
ID:	178  
Reply With Quote
  #2  
Unread 11-01-2010, 12:37 AM
Thrashfinger Thrashfinger is offline
The Wary
Interface Author - Click to view interfaces
 
Join Date: Apr 2010
Posts: 1
The new crafting panel looks more functional than the original crafting panel players have been using for the last 3+ years.

And, it's about time.

Last edited by Thrashfinger : 11-01-2010 at 12:40 AM. Reason: EDIT: more words
Reply With Quote
  #3  
Unread 11-01-2010, 01:52 AM
Lokor Lokor is offline
The Wary
 
Join Date: Sep 2010
Posts: 1
The first thing I noticed about the changes are the new "Buy stuff on our store" additions. I find these extremely annoying as a paying subscriber.

I really hope all store-related graphics in the UI are skinnable/blankable.
Reply With Quote
  #4  
Unread 11-01-2010, 04:21 AM
daimon's Avatar
daimon daimon is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Finland
Posts: 466
hahah you weren't kidding. it looks almost perfectly as your Supercraft
__________________
~·~ DaimonUI ~·~
avatar by Humon
Reply With Quote
  #5  
Unread 11-01-2010, 11:05 AM
MrJackdaw's Avatar
MrJackdaw MrJackdaw is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2009
Location: Lancaster, England
Posts: 249
Looks like Turbine have been watching us!

Well... their new version looks good enough that it makes Widecraft/Tallcraft etc redundant.

And if they did get the idea from what you have done OldOne... Cool!
__________________
************************************************** ************************************************** **
"Our ideals may never be realised, But they indicate what we are trying to do." Dick Tahta
Reply With Quote
  #6  
Unread 11-01-2010, 12:14 PM
The Old One The Old One is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2010
Posts: 54
I have been looking for a way to have recipe and mastery up at the same time since I made Supercraft and now I can.

I'm hoping I can remove those store buttons from the craft panel when the new Skin Definition info is out and I know I may be odd but I liked the old background I hope I can put one back in.

The complaint on the beta forms now is from people who use low res displays who want it back to something they can have open and still see what's going on in game. well can't please everyone.
Reply With Quote
  #7  
Unread 11-01-2010, 01:08 PM
Marll's Avatar
Marll Marll is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jan 2010
Posts: 51
I liked what I saw generally with the new crafting panel on Bullroarer, though I'd like to make it taller, and maybe add a background image. Also finding a way to blank out the store buttons would be nice, but I'm thinking that they won't let us do that
Reply With Quote
  #8  
Unread 11-01-2010, 02:36 PM
The Old One The Old One is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2010
Posts: 54
They did let us kill the store button on the tool bar so they may. I f they don't tell us how to move/remove them there's very little we can do with the panel at all so they better tell us.

Edit: I attached a quick mock-up of the 1st edit I would like to do on the new craft panel (the 3 woodworker's in it are there as the longest English profession) other than the removal of the store buttons this can be done with the Skin Definition info we have now
Attached Thumbnails
Click image for larger version

Name:	new supercraft.jpg
Views:	1907
Size:	178.0 KB
ID:	179  

Last edited by The Old One : 11-01-2010 at 06:00 PM.
Reply With Quote
  #9  
Unread 11-01-2010, 07:02 PM
The Old One The Old One is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2010
Posts: 54
I worked on it a little and got this quick change. It has a longer list and the tabs on 1 row but the panel itself is the same size as Turbines.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<opt>
	<SkinName Name="SuperCraft"></SkinName>

<!-- Crafting Dialog -->


<PanelFile ID="ID_UISkin_Craft_Window">
  <Element ID="Craft_Window" 												X="5" 		Y="122" 	Width="800" 	Height="580">		

		<Element ID="Craft_ProfessionPanel" 				X="0" 		Y="21" 	Width="382" 	Height="550">
			<Element ID="Craft_Prof1Tab" 						X="5" 	Y="4" 		Width="128" 	Height="29">
			  </Element>
			<Element ID="Craft_Prof2Tab" 						X="130" 	Y="4" 		Width="128" 	Height="29"> 
			  </Element>
			<Element ID="Craft_Prof3Tab" 						X="255" 	Y="4" 		Width="128" 	Height="29"> 
			  </Element>
			<!--This is the box that contains the recipie scroll list. The code for Prof2 and Prof3 is exactly the same as Prof1-->
			<Element ID="Craft_Prof1Page" 				X="6" 		Y="27" 	Width="376" 	Height="529"> 
				<Element ID="Craft_Profession_RecipeField" 					X="0" 		Y="0" 		Width="376" 	Height="553"> 
				  <Element ID="Craft_TreeBox" 											X="1" 	Y="27" 	Width="365" 	Height="494"> 
					<Element ID="Box_01_Background" 							X="1" 		Y="1" 		Width="365" 	Height="492"> </Element>
					<Element ID="Box_01_InnerShadow" 							X="1" 		Y="1" 		Width="365" 	Height="492"> 
					</Element>
					<Element ID="Box_01_LeftBorder" 								X="0" 		Y="0" 		Width="1" 		Height="533"> </Element>
					<Element ID="Box_01_BottomBorder" 							X="1" 		Y="532" 	Width="418" 	Height="1"> </Element>
					<Element ID="Box_01_RightBorder" 							X="363" 	Y="0" 		Width="1" 		Height="533"> </Element>
					<Element ID="Box_01_TopBorder" 								X="1" 		Y="0" 		Width="417" 	Height="1"> </Element>
				  </Element>
				  <Element ID="Box_01_Empty_InnerShadow" 				X="1" 		Y="1" 		Width="366" 	Height="566"> 
				  </Element>
				  <Element ID="Craft_Profession_Recipe_LB" 					X="2" 	Y="29" 	Width="363" 	Height="492"> </Element>
				  <Element ID="Box_01_Empty_LeftBorder" 					X="0" 		Y="0" 		Width="1" 		Height="553"> </Element>
				  
				  <Element ID="Craft_Profession_Recipe_SB" 					X="364" 	Y="29" 	Width="10" 	Height="492">
				  </Element>
					
				  <Element ID="Box_01_Empty_BottomBorder" 				X="1" 		Y="565" 	Width="376" 	Height="1"> </Element>
				  <Element ID="Box_01_Empty_RightBorder" 					X="376" 	Y="0" 		Width="1" 		Height="566"> </Element>
				  <Element ID="Box_01_Empty_TopBorder" 					X="1" 		Y="0" 		Width="375" 	Height="1"> </Element>
				</Element>
			</Element>

			<Element ID="Craft_Prof2Page" 				X="6" 		Y="27" 	Width="376" 	Height="529"> 
				<Element ID="Craft_Profession_RecipeField" 					X="0" 		Y="0" 		Width="376" 	Height="553"> 
				  <Element ID="Craft_TreeBox" 											X="1" 	Y="27" 	Width="365" 	Height="494"> 
					<Element ID="Box_01_Background" 							X="1" 		Y="1" 		Width="365" 	Height="492"> </Element>
					<Element ID="Box_01_InnerShadow" 							X="1" 		Y="1" 		Width="365" 	Height="492"> 
					</Element>
					<Element ID="Box_01_LeftBorder" 								X="0" 		Y="0" 		Width="1" 		Height="533"> </Element>
					<Element ID="Box_01_BottomBorder" 							X="1" 		Y="532" 	Width="418" 	Height="1"> </Element>
					<Element ID="Box_01_RightBorder" 							X="363" 	Y="0" 		Width="1" 		Height="533"> </Element>
					<Element ID="Box_01_TopBorder" 								X="1" 		Y="0" 		Width="418" 	Height="1"> </Element>
				  </Element>
				  <Element ID="Box_01_Empty_InnerShadow" 				X="1" 		Y="1" 		Width="366" 	Height="566"> 
				  </Element>
				  <Element ID="Craft_Profession_Recipe_LB" 					X="2" 	Y="29" 	Width="363" 	Height="492"> </Element>
				  <Element ID="Box_01_Empty_LeftBorder" 					X="0" 		Y="0" 		Width="1" 		Height="553"> </Element>
				  
				  <Element ID="Craft_Profession_Recipe_SB" 					X="364" 	Y="29" 	Width="10" 	Height="492">
				  </Element>
					
				  <Element ID="Box_01_Empty_BottomBorder" 				X="1" 		Y="565" 	Width="376" 	Height="1"> </Element>
				  <Element ID="Box_01_Empty_RightBorder" 					X="376" 	Y="0" 		Width="1" 		Height="566"> </Element>
				  <Element ID="Box_01_Empty_TopBorder" 					X="1" 		Y="0" 		Width="376" 	Height="1"> </Element>
				</Element>
			</Element>

			<Element ID="Craft_Prof3Page" 				X="6" 		Y="27" 	Width="376" 	Height="529"> 
				<Element ID="Craft_Profession_RecipeField" 					X="0" 		Y="0" 		Width="376" 	Height="553"> 
				  <Element ID="Craft_TreeBox" 											X="1" 	Y="27" 	Width="365" 	Height="494"> 
					<Element ID="Box_01_Background" 							X="1" 		Y="1" 		Width="365" 	Height="492"> </Element>
					<Element ID="Box_01_InnerShadow" 							X="1" 		Y="1" 		Width="365" 	Height="492"> 
					</Element>
					<Element ID="Box_01_LeftBorder" 								X="0" 		Y="0" 		Width="1" 		Height="533"> </Element>
					<Element ID="Box_01_BottomBorder" 							X="1" 		Y="532" 	Width="418" 	Height="1"> </Element>
					<Element ID="Box_01_RightBorder" 							X="363" 	Y="0" 		Width="1" 		Height="533"> </Element>
					<Element ID="Box_01_TopBorder" 								X="1" 		Y="0" 		Width="418" 	Height="1"> </Element>
				  </Element>
				  <Element ID="Box_01_Empty_InnerShadow" 				X="1" 		Y="1" 		Width="366" 	Height="566"> 
				  </Element>
				  <Element ID="Craft_Profession_Recipe_LB" 					X="2" 	Y="29" 	Width="363" 	Height="492"> </Element>
				  <Element ID="Box_01_Empty_LeftBorder" 					X="0" 		Y="0" 		Width="1" 		Height="553"> </Element>
				  
				  <Element ID="Craft_Profession_Recipe_SB" 					X="364" 	Y="29" 	Width="10" 	Height="492">
				  </Element>
					
				  <Element ID="Box_01_Empty_BottomBorder" 				X="1" 		Y="565" 	Width="376" 	Height="1"> </Element>
				  <Element ID="Box_01_Empty_RightBorder" 					X="376" 	Y="0" 		Width="1" 		Height="566"> </Element>
				  <Element ID="Box_01_Empty_TopBorder" 					X="1" 		Y="0" 		Width="376" 	Height="1"> </Element>
				</Element>
			</Element>

		</Element>
  </Element>
</PanelFile>

</opt>
Edit: updated code and screen shoot for better alignment
Attached Thumbnails
Click image for larger version

Name:	Supercraft 3 beta.jpg
Views:	1910
Size:	179.0 KB
ID:	180  

Last edited by The Old One : 11-01-2010 at 08:55 PM.
Reply With Quote
  #10  
Unread 11-01-2010, 08:03 PM
Deewe Deewe is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2007
Posts: 104
Quote:
Originally Posted by The Old One
I worked on it a little and got this quick change. It has a longer list and the tabs on 1 row but the panel itself is the same size as Turbines.
Most excellent, I was about to start doing the one row only tabs
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hunter's Tracking panel help. Brygard2007 Graphics modification help (L) 0 11-24-2008 07:40 AM
Panel File IDs hoojahmoolah General Authoring Discussion (L) 7 10-27-2008 04:33 PM
Craft Item backdrop Aldar Interface Requests (L) 1 06-19-2007 11:40 AM
Q: panel siding Oberion General Authoring Discussion (L) 1 03-06-2007 07:07 AM
Single panel names Oberion LotRO Wish List (L) 1 02-19-2007 01:37 AM


All times are GMT -5. The time now is 10:36 PM.


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