EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   ProfitUI (https://www.eq2interface.com/forums/forumdisplay.php?f=41)
-   -   GU67 Dawn of Darkness updates (https://www.eq2interface.com/forums/showthread.php?t=17565)

tknarr 07-20-2013 12:13 AM

GU67 Dawn of Darkness updates
 
1 Attachment(s)
Attached is the first set of files for GU67. It's the graphics files (default color only), the quest journal and helper window and the new login scene. They're working for me on Beta, the only question I have is the tier marker for daily objectives and whether it actually changes or it's fixed at the three-arrows Epic in which case I might as well not bother with it. You can unzip this directly into the UI/ProfitUI folder, overwriting what's there. Make sure you only do this on the Beta server, I'm pretty sure it'll break something if you try using it on Live.

Oh, right now the tier mark on the daily objective is right-side-up, I'll be flipping it to upside-down to match the way the default UI has it to distinguish it from a true Epic quest marker.

tknarr 07-20-2013 02:40 AM

1 Attachment(s)
Updated the quest helper window.

Darqwood 07-20-2013 09:10 AM

Quote:

Originally Posted by tknarr (Post 103975)
Oh, right now the tier mark on the daily objective is right-side-up, I'll be flipping it to upside-down to match the way the default UI has it to distinguish it from a true Epic quest marker.


tknarr I haven't been on Beta in a few days, but when I was checking out the quest helper changes you could actually click that icon and the daily task section would expand/collapse, and the icon rotates to indicate open or closed. The state appears to be getting saved in settings for each character. It kind of surprised me that the icon was interactive yet did not animate or highlight on mouseover.

tknarr 07-20-2013 12:01 PM

Quote:

Originally Posted by Darqwood (Post 103978)
tknarr I haven't been on Beta in a few days, but when I was checking out the quest helper changes you could actually click that icon and the daily task section would expand/collapse, and the icon rotates to indicate open or closed. The state appears to be getting saved in settings for each character. It kind of surprised me that the icon was interactive yet did not animate or highlight on mouseover.

I can probably make it highlight with UI coding, I'll have to see. I hadn't seen it rotating on click, but I'm still playing with the differences in the code. I wish they'd've just done daily objectives like any other daily mission quest, that would've been simpler.

Darqwood 07-20-2013 12:09 PM

2 Attachment(s)
Quote:

Originally Posted by tknarr (Post 103984)
I can probably make it highlight with UI coding, I'll have to see. I hadn't seen it rotating on click, but I'm still playing with the differences in the code. I wish they'd've just done daily objectives like any other daily mission quest, that would've been simpler.



I added hover in/hover out to the main daily template so the purple icon highlights whenever the mouse enters any part of the daily area:

Code:

<Page AbsorbsInput="false" Location="6,6" Name="DailyObjectiveTemplate" OnHoverIn="Contents.Tier.Color=#9F88FF" OnHoverOut="Contents.Tier.Color=#7F00FF" PackSize="a,f" ScrollExtent="249,102" Size="249,102" Visible="false">



.

tknarr 07-20-2013 08:06 PM

1 Attachment(s)
Updated the quest helper to let you hide the details of the daily objective, and make the marker highlight to indicate it's clickable when you mouse over the daily objective.

tknarr 07-20-2013 11:28 PM

1 Attachment(s)
And the default-sized persona window, adding the new Construct tab. I can't get this to render (not even in the default UI) so I can't check it in game, just in the UI builder (which I don't trust completely).

tknarr 07-21-2013 10:50 PM

GU67 final candidates
 
3 Attachment(s)
The final candidates for the GU67 changes. Only the default colors for the graphics are included. DD3.zip is the main set of files. The other two zipfiles are the large and small variants of the persona window. You can unzip DD3.zip into the BetaServer/UI/ProfitUI folder and overwrite the files from the live version, and then if you want to test the persona window variants unzip the variant you want into BetaServer/UI/ProfitUI overwriting the default persona window. Unless someone mentions a bug, these are the files that'll be sent up to the updater Monday night to be available Tuesday.

tknarr 07-22-2013 07:03 PM

The files for the GU67 changes are on their way to the updater. Be sure to NOT apply them until GU67 actually goes live if they happen to arrive on the updater early.

speedycerv 07-23-2013 02:10 PM

Hi there, updated already and lots of piece of ui aren't showing. Did you need a screenshot or are you aware of this issue? Or is it just happening for me? ;)

deveryn 07-23-2013 02:23 PM

Quote:

Originally Posted by speedycervi (Post 104005)
Hi there, updated already and lots of piece of ui aren't showing. Did you need a screenshot or are you aware of this issue? Or is it just happening for me? ;)

I have the same issue. The build mode and save to hard drive buttons are missing from the AA window. They work if you know where they are.

tknarr 07-23-2013 02:29 PM

Quote:

Originally Posted by deveryn (Post 104006)
I have the same issue. The build mode and save to hard drive buttons are missing from the AA window. They work if you know where they are.

Check to make sure you have NO eq2ui_mainhud_achievements.xml file in your UI/ProfitUI folder. It's obsolete and the updater should have removed it. If you find one, remove it.

Update: I double-checked the current Live downloads against the last copy of Beta I used to make the Profit changes. The only differences were in the achievement window, and those don't impact Profit's files.

Therendil 07-23-2013 05:32 PM

FWIW... I just checked. The build and save buttons are visible and functional for me at least.

The only anomaly I have noticed so far is that the background on the top panel of the crafting window is wider than the rest, and overflows about 1/4 inch on each side.

-= Therendil =-

tknarr 07-23-2013 06:55 PM

Quote:

Originally Posted by Therendil (Post 104010)
FWIW... I just checked. The build and save buttons are visible and functional for me at least.

The only anomaly I have noticed so far is that the background on the top panel of the crafting window is wider than the rest, and overflows about 1/4 inch on each side.


Zhuka checked and the AA window's working fine for her including those buttons, so I'm thinking the glitches have to be stale copies of old AA window files that didn't get automatically deleted.

As for the crafting window, I really need to sit down and fix the keyboard focus, clean things up and apply all the changes to the small and large variants (including putting the large variant back to Profit's version). It's just messy, a lot of picky coding, and work's just being insane enough that I'm tempted to go seriously looking for another job. And if it weren't for medical issues, the adjective wouldn't be "tempted". I've got the code files, I've got the differences, I just need to get annoyed enough to spend a weekend working on it.

deveryn 07-25-2013 05:27 PM

Quote:

Originally Posted by tknarr (Post 104007)
Check to make sure you have NO eq2ui_mainhud_achievements.xml file in your UI/ProfitUI folder. It's obsolete and the updater should have removed it. If you find one, remove it.

Update: I double-checked the current Live downloads against the last copy of Beta I used to make the Profit changes. The only differences were in the achievement window, and those don't impact Profit's files.

I found the problem. It was the graphics files you had updated for the default scheme. I had them blocked for the black skin. :p

tknarr 07-25-2013 06:27 PM

Quote:

Originally Posted by deveryn (Post 104039)
I found the problem. It was the graphics files you had updated for the default scheme. I had them blocked for the black skin. :p

Aha. There shouldn't be any need for that now, all the skins were updated to include all current graphics elements. Just select the skin you want in the variants and the updater'll take care of applying the right files when they change.

Therendil 07-26-2013 12:10 PM

Quote:

Originally Posted by tknarr (Post 104012)
As for the crafting window, I really need to sit down and fix the keyboard focus, clean things up and apply all the changes to the small and large variants (including putting the large variant back to Profit's version). It's just messy, a lot of picky coding, and work's just being insane enough that I'm tempted to go seriously looking for another job. And if it weren't for medical issues, the adjective wouldn't be "tempted". I've got the code files, I've got the differences, I just need to get annoyed enough to spend a weekend working on it.

Well, the window at least works without major issues, so it needs to be done but not urgently. When you do get to it, there is still the annoyance I have mentioned elsewhere that the window initializes to a single pane but the expand/collapse control thinks it's set to double pane.

I can relate to the medical and job issues. I have been disabled for five years now and that makes it hard to get along physically and financially. But the tech job market has been such a shark tank that I really think I'm better off not being able to hold a regular job. That's sad when you think about it.

-= Therendil =-

tknarr 08-06-2013 03:04 PM

I nailed down what's up with the cruft at the top of the tradeskill window. They changed the tab background styles a big, so sizes and positions need adjusted. It affects the crafting, community, browser, guild, mail and persona windows and the Info Center window. I'm cleaning things up and will have an update tomorrow. It doesn't affect functionality, it just makes the appearance look crufty.


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

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