EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Interface Discussion > Released

Reply
Thread Tools Search this Thread Display Modes
  #376  
Unread 05-07-2005, 07:51 AM
Johnny Johnny is offline
A Young Mystail Rat
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 4
Default Chat box question

How can I get the last line on my main chat box to show without putting my mouse on the box. Right now when I type in the box it is like typing on the last line of text untill I put my curser over top of it.

I love your UI's keep them up Thanks
Reply With Quote
  #377  
Unread 05-07-2005, 09:55 AM
Dravan Dravan is offline
A Young Mystail Rat
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 3
Default In game mail problem

There seems to be a problem with ingame mail since the last update. I can now only see the top line of text. The rest of the mail text doesn't wrap now. Anyone else having that problem? I have the latest update 8 patch.
Reply With Quote
  #378  
Unread 05-07-2005, 11:33 AM
Coag's Avatar
Coag Coag is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Najena
Posts: 3
Default Guild UI change...

I don't know if your aware of last nights update that made it possible to sort by rank, as it appears they changed the xml to incorporate this feature as when i logged in using the nightfall UI I am still unable to sort by rank.
Reply With Quote
  #379  
Unread 05-07-2005, 11:47 AM
gandalf12 gandalf12 is offline
A Young Mystail Rat
 
Join Date: Mar 2005
Server: Valor
Posts: 7
Default Fetish UI and german language

Hello Zonx and community,
thanks for your great UI. All things are working fine for me but there is one little thing that makes playing EQ2 with german language a little bit complicated. Someone has told this question a few threads before but there was no answer. So i decided to post it again maybe there will be now a solution to this problem from you or from the community. Thanks in advance.
Zonx rules.

I'am playing the german Version of EQ2 and therefore our items are in german. As you maybe know we have special Characters like ä,ö,ü,Ä,Ö,Ü and ß.

This charakters are shown in the standard GUI but in yours they are missing.

Normally thats not a big thing, but it is bad in the qick search of the broker windows. e.g. sweet onion is in german "Süßzwiebel". Wenn you try to sell it and look for the price on the market with the qiuck search it changes into "Szwiebel".

The characters ü and ß are still there (you can see them when you place the cursor right before the z and press 2 times the backspace, then you will recognize that it will delete a hidden character".

It is not only a cosmetic thing, with this "bug" you are not able to use the quick search because you will get no hits.
Reply With Quote
  #380  
Unread 05-07-2005, 12:52 PM
Shade2074 Shade2074 is offline
A Grove Wisp
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 25
Default

Quote:
Originally Posted by fbaggy
Since switching to 3.6 from 3.5 the group buttons no longer seem to work, ie "Invite" "disband" "search players LFG" any reason why that might be?

Also I still have an old problem with the re centering the camera in 3rd person view by pressing "5" on the number pad, works ok in 1st but have had this since about ver. 3.3 I think

Still the best mod out there though, good work Zonx
I know you said you would look into this, but I just wanted to let you know that I too was having problems with the group button disband not working. on a side note typing in /disband still works for me, not sure if that might help anything or not.

Still though, this is a great UI, thank you for all your hard work!
Reply With Quote
  #381  
Unread 05-07-2005, 10:46 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Jhonny, your question has been answered multiple times in this thread and in the provided doc.

Dravan, I just got a PM from a user sugesting the mail issue is caused by EQ2MAPs. I'll be looking into it when I can. Edit: SOE pushed down a new version of the OpenedMail window today. Its quite possible this change will resolve the bug once I incorporate it into my window.

Coag, I've been expecting an updated Guild window from SOE. I'll see if last night's patch contains everything missing from the LU8 version. If it does, I'll be updating the guild window.

gandalf12, Interesting bug. Not sure if I can do anything about it but I'll look into it. Sounds like the UI doesn't like passing those characters across windows.

Shade2074, Yah from what I'm hearing this is a general SOE bug with scriptted chat commands. While /disband may work from the chatinput, recent changes to the UI script interpreter may break the same command in a UI script.

Last edited by Zonx : 05-07-2005 at 10:58 PM.
Reply With Quote
  #382  
Unread 05-08-2005, 04:18 AM
Cairbre Cairbre is offline
A Crazed Gnoll
 
Join Date: Dec 2004
Server: Valor
Posts: 22
Default

Zonx, i had the same problems with the "Umlaute". I think the problem is with your FontArial14T.xml_File.
In your _FetishStyles.xml-File i changed the line
PHP Code:
<include>FontArial14T.xml</include> 
into
PHP Code:
<TextStyle Algorithm="Simple" FontName="Arial" Language="english" Leading="-2" Name="FontArial14T" PointSize="13" UseCachedFont="true"/> 
and the "Umlaute" are shown correctly.
It's line 259 in the _FetishStyles.xml-File. Should be a quick fix for other germans.
Reply With Quote
  #383  
Unread 05-08-2005, 06:09 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Yah that's a good fix for displaying the characters. Does it fix the Search issue too?

I think the problem is that it doesn't know to switch from the English version of the font to a Euro version like it does with the default version of Arial. the Arial14T file is identical to the default version, only the leading was changed.
Reply With Quote
  #384  
Unread 05-08-2005, 06:28 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default Temp OpenedMail Fix

Open eq2ui_mainhud_openedmail.xml in Notepad.

Find Name="Body"

Delete MaxLines="1" from the same line of code.
Reply With Quote
  #385  
Unread 05-08-2005, 08:37 AM
Dravan Dravan is offline
A Young Mystail Rat
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 3
Default

Thanks Zonk. That fix worked perfectly. Yay I can read mail again!
Reply With Quote
  #386  
Unread 05-08-2005, 12:02 PM
Cairbre Cairbre is offline
A Crazed Gnoll
 
Join Date: Dec 2004
Server: Valor
Posts: 22
Default

Quote:
Originally Posted by Zonx
Yah that's a good fix for displaying the characters. Does it fix the Search issue too?
Sorry for the late reply. Unfortunatly the search isn't fixed with it. Instead of the missing characters there are very stragne characters. Tried with the example "Süßzwiebeln".
Reply With Quote
  #387  
Unread 05-08-2005, 12:12 PM
gandalf12 gandalf12 is offline
A Young Mystail Rat
 
Join Date: Mar 2005
Server: Valor
Posts: 7
Default fetish UI and german "Umlaute"

Hello Zonx, Cairbre and community
I did the quick and dirty workaround from Cairbre shown in thread 382 according the hidden german Umlaute ö, ü, ä, ß.
It works well for the questbook and all the buttens where these dammned german umlaute are written down.
But, what a pity, it works not for me in the broker search window. Now there`s the strange thing that instead of e.g. ö or ß there appears a rectangle as a kind of placeholder.
Again keep on working guys to help a lot of german fetish UI users.
Thanks in advance.
Reply With Quote
  #388  
Unread 05-08-2005, 01:53 PM
lolita lolita is offline
A Young Mystail Rat
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 5
Default problem with the trading window

First : It is a bloody good UI !
2nd : Im playing on the french server (storms) and your UI worked fine until the last patch (3 days ago). Now when I open the trader's window I cannot click on the item's name to type an item's name or in the trader's name input (to type the trader's name - and see all the trader's goods).
Same thing happend when I try to type any input in the bug's window.
Sad, isn't it ?
The same thing happend to me 2 months ago - also after a patch. I had to download your latest version (3.6) to resolve the problem.
Any idea what should I do ?
Thanks
Reply With Quote
  #389  
Unread 05-08-2005, 03:05 PM
The Griffon's Avatar
The Griffon The Griffon is offline
A Brown Bear
 
Join Date: Feb 2005
Server: Grobb
Posts: 12
Default

Could the problem with the German specific characters be with the original fontarial14.xml file? Does the German version have extra code to allow for the special characters where as the english version may not? Which could stand to reason as there are only 95 lines for characters in the english version and that should equal all the diffrent characters on the english keyboard. The german keyboard is slightly diffrent to support their unique character set; therefore, the fontarial14.xml file may be diffrent in the german install.

Someone may want to consider uploading the original version from the german install to be compared with the english install version.

After looking at the alpha channels of all the font tga files. Each one has exactly 95 characters in it. By using the fix Cairbre posted, it should be using the original fontarial14.xml which is referencing the fontarial.tga file correctly. It still doesnt explain the search function not working, but hopefully is a step in the right direction.

After looking at a lot of the xml files in the default UI directiory, I noticed many named font_euro_<font name>.xml Since the market window references the various

FontZapf

fonts throughout, perhaps that is where the error is. For some reason it uses the english version and not the euro version. No clue how to fix that though. Hopefully, those of you who are the coding experts may have an idea.

The Griffon

Last edited by The Griffon : 05-08-2005 at 03:36 PM.
Reply With Quote
  #390  
Unread 05-08-2005, 05:13 PM
vochore vochore is offline
A Brown Bear
 
Join Date: Oct 2004
Posts: 11
Default

just a request,if at all posible in the near future if you could make a differant persona display similar to thorvanq,s but to match the colors of nightfall,i find it very hard to read the small type on your current persona.
Reply With Quote
  #391  
Unread 05-08-2005, 06:19 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

lolita, the problem you describe usually results from installing a mod with an old FontStyles.xml file or dragging a copy from the default folder.

Fetish mods do NOT contain this file. If you're using some other mod that includes it, you'll need to update it with the latest fonts from SOE.

This is exactly why its a bad idea to copy default files to your custom UI directory. Only files included with the mod need to be in the custom UI folder.


Regarding German Arial, I believe the display problem results from localized client font switching. Prety sure the German version loads an extended version of Arial not used by the US client. Unfortunately it doesn't know how to do this switching with the custom Arial14T font.

The search feture is a bit more complicated, I think having to do with how the name is passed between windows. I suspect I'll need to make use of IME to get it working properly.

I'll have to speak with someone at SOE about how to resolve these issues cleanly. Untill then, folks using localized clients should make the Font change posted by Cairbre.
Reply With Quote
  #392  
Unread 05-09-2005, 11:19 AM
Gaal Gaal is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 6
Default okay, question and issue...combined!

okay, I can't for the life of me figure out what the numbers and the flashing orange bar is at the far right side of the exp meter. if someone could tell me what that is, that would be great.

However, it started to drive me insane cause it's ALWAYS flashing!

gah!

So, since it saves it's location, and i have the settig for allowing frames off the screen set, I decided to hide it by moving that part off screen.

then i log in next time and GAH? it's been moved for me so i cna see the flashing again!

How do I stop the annoying oragne insane flashing? - Edit - Well, my answer came from a different post for a modified fetish xp bar.

So, new question...how do I make it stop automatically repositioning itself on me?

I'm also having that problem with my third hotbar. keeps pushing itself out from the left edge of the screen, but the ther two don't. meh.

Last edited by Gaal : 05-09-2005 at 11:46 AM.
Reply With Quote
  #393  
Unread 05-09-2005, 12:26 PM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default

Quote:
Originally Posted by Gaal
okay, I can't for the life of me figure out what the numbers and the flashing orange bar is at the far right side of the exp meter. if someone could tell me what that is, that would be great.

However, it started to drive me insane cause it's ALWAYS flashing!

gah!

So, since it saves it's location, and i have the settig for allowing frames off the screen set, I decided to hide it by moving that part off screen.

then i log in next time and GAH? it's been moved for me so i cna see the flashing again!

How do I stop the annoying oragne insane flashing? - Edit - Well, my answer came from a different post for a modified fetish xp bar.

So, new question...how do I make it stop automatically repositioning itself on me?

I'm also having that problem with my third hotbar. keeps pushing itself out from the left edge of the screen, but the ther two don't. meh.
1. Its the Fetish equivalent of the gem and gemglow. The number is vitality percentage. It flashes when you have overflow.

2. Have you tried locking down the page? That would be the simplest solution
I'm too tired to think of anything more complex, but it would most likely require XML editing.

3. Interesting. Again, try locking it down for now. Hmm.. it might be that the frames is extended and hasnt been smart enuff to shrink back down. Maybe.

Tired, not thinking much.
Reply With Quote
  #394  
Unread 05-09-2005, 12:47 PM
Gaal Gaal is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 6
Default

Well, everything is locked down at all times, cause the worse thing to happen in the middle of a fight is to accidentally drag something somewhere.

So far though I have these three oddities. auto-repositioning of the xp bar, auto-repositioning of my third hotbar, and oddly enough, my second chat window keeps reverting back to it's original settings (hidden too) every time I log in.

I don't know if they're only Fetish issues or if these are things I'd have with the standard UI too...but I don't remember experiencing any of these in the stardard so I dunno. It's rather irritating when I have to go reposition half my UI every time I log in.



As for the gem and gemglow stuff...I'm totally lost. I was never able to figure out what any of that stuff meant and I was never really interested in it. I can find out all I want to know about my vitality in the tooltip in plain english without having to guess what it means when it's flashing, 3 boxes are filled, and the percentage is about 40% or something and hasn't changed in the last 3 days...it's just too confusing.
Reply With Quote
  #395  
Unread 05-09-2005, 12:50 PM
bbwolf bbwolf is offline
A Coastal Crab
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 1
Default

Great UI,
Just one question, do you know when you might get the guld window updated?
(if you posted, I missed it sry)
Great work, keep it up!
Reply With Quote
  #396  
Unread 05-09-2005, 01:35 PM
Shohanna Shohanna is offline
A Forest Scavenger
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 15
Default Bag Strip

I decided to install the full mod, and so far I like it. One thing that the instructions doesn't cover, and would like to know how to do, is to make the bagstrip open and shrunk by default.

It has it collapsed by default, but no instructions on how to make it Open, I could do just the shrink, np.. but I want both..

Could you help me please?
Thanks

Dreamvision
18 Cleric
19 Scholar
Reply With Quote
  #397  
Unread 05-09-2005, 05:26 PM
Zervun Zervun is offline
A Young Mystail Rat
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 7
Default

So far I love this UI

Only problems I had was on 3.5 the chat typing box would pop over the text (fixed by popping in 3.3 mainchat.xml)

also scrolling sometimes is buggy, other than that it works great

will give 3.6 a shot
Reply With Quote
  #398  
Unread 05-09-2005, 11:49 PM
Grymmtooth Grymmtooth is offline
A Forest Scavenger
 
Join Date: Feb 2005
Server: Everfrost
Posts: 15
Thumbs Down Feature Request for FetishRoundCompass v3.6

Just wondering if someone might have the time to add the day and month to this awesome clock/compass combo.

Thank you,

Grymmtooth
Reply With Quote
  #399  
Unread 05-10-2005, 01:45 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Gaal, fairly sure I posted this already but here it is again...
To disable Vitality pulsing open eq2ui_mainhud_experience.xml
Search for Name="PulsingEffect"
Delete that entire line of code.

bbwolf, the latest changes to the guild window are extreamly minor. I'm working on a 4.0 release atm which will include the Guild tweaks and several new features/tweaks. Hoping to have it up this week.

Shohanna, any window can be made persistant by adding
Code:
OnHide="visible=true"
to the very first page object. If that object already has an OnHide value, insert visible=true after the opening quote followed by a line break.

Zervun, not only do you have the option to disable chatinput stealthing but I've included an optional simple version of the chat window with no stealthing.

Grymmtooth, the upcomming 4.0 release makes the round compass standard (old compass becomes optional). I'll be adding a click effect to toggle between loc and day. I'd have to increase the Clock window height to accomodate both up at once, something I prefer not to do.
Reply With Quote
  #400  
Unread 05-10-2005, 02:03 AM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default

Quote:
Originally Posted by Gaal
Well, everything is locked down at all times, cause the worse thing to happen in the middle of a fight is to accidentally drag something somewhere...
So far though I have these three oddities. auto-repositioning of the xp bar, auto-repositioning of my third hotbar, and oddly enough, my second chat window keeps reverting back to it's original settings (hidden too) every time I log in ...
I don't know if they're only Fetish issues or if these are things I'd have with the standard UI too...but I don't remember experiencing any of these in the stardard so I dunno. It's rather irritating when I have to go reposition half my UI every time I log in....
As for the gem and gemglow stuff...I'm totally lost. I was never able to figure out what any of that stuff meant and I was never really interested in it. I can find out all I want to know about my vitality in the tooltip in plain english without having to guess what it means when it's flashing, 3 boxes are filled, and the percentage is about 40% or something and hasn't changed in the last 3 days...it's just too confusing.
1 || Ok, I am going to conjecture that your character settings might be borked. Most likely you will have to delete the settings file, which means that you are going to have to reposition everything when you log back in. However, it should take care of the jumping around and stuff. The name of the file's format is like this: Servername_Charactername_eq2_uisettings.ini
Example: Blackburrow_Oeric_eq2_uisettings.ini

2 || With the last update, the flash actually went bye-bye, because he included vitality and overflow markers. I am not currently experiencing any flash.

Quote:
Originally Posted by bbwolf
Great UI,
Just one question, do you know when you might get the guld window updated?
(if you posted, I missed it sry)
Great work, keep it up!
EDIT: Answered by Zonx

Quote:
Originally Posted by zervun
So far I love this UI
Only problems I had was on 3.5 the chat typing box would pop over the text (fixed by popping in 3.3 mainchat.xml)

also scrolling sometimes is buggy, other than that it works great

will give 3.6 a shot
This issue has been addressed at several points in this thread, and is covered in the update notes, both online and in the included documentation. Find it out for yourself. This same question has been answered repeatedly already.

Quote:
Originally Posted by shohanna
I decided to install the full mod, and so far I like it. One thing that the instructions doesn't cover, and would like to know how to do, is to make the bagstrip open and shrunk by default.

It has it collapsed by default, but no instructions on how to make it Open, I could do just the shrink, np.. but I want both..

Could you help me please?
Thanks

Dreamvision
18 Cleric
19 Scholar
EDIT: Answered by Zonx

Last edited by dc_roenfanz : 05-10-2005 at 02:09 AM.
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


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


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