Frequncy UI - I Like turtles

Forum for posting custom UIs, portions of UIs, and HUD stuff using MQ's enhancements.

Moderator: MacroQuest Developers

Duddly
decaying skeleton
decaying skeleton
Posts: 3
Joined: Sun Jul 03, 2005 8:55 pm

Post by Duddly » Wed Jul 06, 2005 1:23 pm

thanks htw u were right about /echo ${Me.PctAAXp} it came back as 0.00 so it isn't the ui

now my question is what do I do about fixing the CHARINFO struct ? did I accidently compile eq wrong or something??

*edit*
After making this post I realized there had been a verison update released yesterday after compiling this update all previous issues with aa and graphic errors have been fixed for me personally so I hope that solves the problem for anyone else that was experience the same/similar problems

p.s. Thanks for the info HTW :) no wonder i couldn't find anything wrong with the ui its self lol.
*edit*

User avatar
FreQuency
a hill giant
a hill giant
Posts: 215
Joined: Tue Sep 23, 2003 6:03 pm

I'm still alive... Barely

Post by FreQuency » Tue Jul 12, 2005 9:03 pm

I'm still alive... Barely

Well i've been done with online gaming for a few months now due to a banning and not have enough $$ to pay. I wanna come back and i wanna start work ont he UI again i can't make any promises yet it depends on a few things...

My new job still in a probationary bitch status and my recent bike crash...
pics...
http://www.frequencyproducts.net/images/P1000179X.JPG
http://www.frequencyproducts.net/images/P1000180X.JPG
http://www.frequencyproducts.net/images/P1000181X.JPG

hope to be back in EQ soon. Keep an eye oout for me
Frequency
[quote="Lax"] "And before you whine about how we treat our short bus users..."[/quote]
[quote="skyler"]"I come for the comradery, I stay for the positive atmosphere."[/quote]
[quote="dont_know_at_all"]"i rather you not get VIP so i won't feel bad about banning your ass when you keep asking stupid questions"[/quote]

User avatar
htw
a grimling bloodguard
a grimling bloodguard
Posts: 512
Joined: Wed Feb 18, 2004 8:30 pm
Location: Albuquerque, NM USA
Contact:

Post by htw » Wed Jul 13, 2005 2:27 pm

yaw, sorry to hear that Freq, looks painful. ><

I hope the bike made out OK!!! ;-)

htw

Mochila
decaying skeleton
decaying skeleton
Posts: 6
Joined: Mon Apr 25, 2005 10:34 pm

UI Issue

Post by Mochila » Thu Jul 14, 2005 7:37 pm

I'm having a strange problem I've never had with UI's before..Applies to both Freq's and Vert's Interfaces so far...haven't even bothered testing with others.

Problem: When I loadskin it, it pauses to load, then reverts to default.

I have done the following:

Made a copy of the default files, pasted them into the new UI folder *first*, then posted the modified UI files overtop, telling it to replace them

Checked the UI folders to make sure there were no spaces in the names..

I don't even know what to try next, I used to use custom UI''s all the time, even mix and matched stuff I did, but I took a 3 month break or so from EQ, and now I can't figure out how to make them load. I know they work for a majority, so it has to be something on my end, any advice? Thanks...Very pretty looking UI by the way ;)

User avatar
htw
a grimling bloodguard
a grimling bloodguard
Posts: 512
Joined: Wed Feb 18, 2004 8:30 pm
Location: Albuquerque, NM USA
Contact:

Post by htw » Thu Jul 14, 2005 7:50 pm

Look to see what's happening by viewing your UIerrors.txt located in your main EQ directory.

htw

di28889
a hill giant
a hill giant
Posts: 296
Joined: Sat Jul 12, 2003 11:36 pm

Post by di28889 » Thu Jul 14, 2005 9:33 pm

Check the

Code: Select all

UI_yourname_yourserver.ini
In the EQ folder and makeshur there are no extra crap there

Code: Select all

[Main]
UISkin=yourUI

The last patch added some junk to 2 of my accounts, and it reverted to default all the time

Such as

Code: Select all

UISkin=MyUI
hope that help, its an :idea:


and hope you feel better soon FreQuency! :wink:
For those that are about to [url=http://www.di28889.com/posting.swf]POST[/url] a new topic befor USING SEARCH

http://www.di28889.com/posting.swf

User avatar
Coraz
a lesser mummy
a lesser mummy
Posts: 41
Joined: Mon Sep 09, 2002 11:24 pm

Post by Coraz » Fri Jul 15, 2005 7:24 pm

htw wrote:Look to see what's happening by viewing your UIerrors.txt located in your main EQ directory.

htw
Some of the standard not found, attempting to use default from Default Skin.



Then at the bottom it says this:

XML reference error! Ui2DAnimation[6]:A_AddressBookBtnNormal[569] referenced but NEVER declared!
XML reference error! Ui2DAnimation[6]:A_AddressBookBtnPressed[570] referenced but NEVER declared!
XML reference error! Ui2DAnimation[6]:A_AddressBookBtnFlyby[571] referenced but NEVER declared!
XML reference error! Ui2DAnimation[6]:A_AddressBookBtnPressedFlyby[572] referenced but NEVER declared!
XML reference error! Ui2DAnimation[6]:A_AddressBookSyncBtnNormal[573] referenced but NEVER declared!
XML reference error! Ui2DAnimation[6]:A_AddressBookSyncBtnPressed[574] referenced but NEVER declared!
XML reference error! Ui2DAnimation[6]:A_AddressBookSyncBtnFlyby[575] referenced but NEVER declared!
XML reference error! Ui2DAnimation[6]:A_AddressBookSyncBtnPressedFlyby[576] referenced but NEVER declared!

[Fri Jul 15 19:16:34 2005] Error validating symbol table.
[Fri Jul 15 19:16:34 2005] Error loading skin: loading default skin instead.
[Fri Jul 15 19:16:36 2005] ScreenPiece MIZoneSelectWnd referenced but not found in XML.

User avatar
htw
a grimling bloodguard
a grimling bloodguard
Posts: 512
Joined: Wed Feb 18, 2004 8:30 pm
Location: Albuquerque, NM USA
Contact:

Post by htw » Fri Jul 15, 2005 7:40 pm

OK, that's a problem with EQUI_Animations.xml and/or EQUI_SelectorWnd.xml. Basically, it means that those elements are referenced via one or more <Pieces></Pieces> entries in EQUI_SelectorWnd.xml, but were never declared (in this case, via button item entries) in EQUI_Animations.xml or other .xml file, so it does not know what to do with them. You need to correct the Animations with proper entries (also would want to, ideally, make sure the icons are in the .tga for it, but it is not absolutely necessary, you'd just get a blank of funky button).

htw

User avatar
Coraz
a lesser mummy
a lesser mummy
Posts: 41
Joined: Mon Sep 09, 2002 11:24 pm

Post by Coraz » Fri Jul 15, 2005 7:46 pm

htw wrote:OK, that's a problem with EQUI_Animations.xml and/or EQUI_SelectorWnd.xml. Basically, it means that those elements are referenced via one or more <Pieces></Pieces> entries in EQUI_SelectorWnd.xml, but were never declared (in this case, via button item entries) in EQUI_Animations.xml or other .xml file, so it does not know what to do with them. You need to correct the Animations with proper entries (also would want to, ideally, make sure the icons are in the .tga for it, but it is not absolutely necessary, you'd just get a blank of funky button).

htw
This is coming from a fresh download of Frequency_Latest off of FreQuency's homepage... I'm going to look through the XML and accomplish nothing.

User avatar
htw
a grimling bloodguard
a grimling bloodguard
Posts: 512
Joined: Wed Feb 18, 2004 8:30 pm
Location: Albuquerque, NM USA
Contact:

Post by htw » Fri Jul 15, 2005 7:56 pm

Freq has been out of EQ for a bit, I don't think he updated his copy for a while (pretty sure, he can correct me if I'm wrong!).

I updated it, and have it on my site. Give one or more of these UI's a try, and see if you still have problems:

Frequency classic UI but updated by me so it works right
Frequency UI with a few mods by me that change a few windows from the classic Freq UI
SARS caster UI updated by me to work right
SARS hybrid UI updated by me to work right
SARS melee UI updated by me to work right

Let us know how it turns out. :-)

htw

User avatar
Coraz
a lesser mummy
a lesser mummy
Posts: 41
Joined: Mon Sep 09, 2002 11:24 pm

Post by Coraz » Fri Jul 15, 2005 8:20 pm

htw wrote:Freq has been out of EQ for a bit, I don't think he updated his copy for a while (pretty sure, he can correct me if I'm wrong!).

I updated it, and have it on my site. Give one or more of these UI's a try, and see if you still have problems:

Frequency classic UI but updated by me so it works right
Frequency UI with a few mods by me that change a few windows from the classic Freq UI
SARS caster UI updated by me to work right
SARS hybrid UI updated by me to work right
SARS melee UI updated by me to work right

Let us know how it turns out. :-)

htw
Thanks! The Frequency Classic is working for me (:

Dragon_collector
decaying skeleton
decaying skeleton
Posts: 4
Joined: Thu Sep 30, 2004 4:57 pm

Post by Dragon_collector » Sat Jul 16, 2005 11:08 am

Would love to check them out but keep getting errors as if the files/ site are down.

User avatar
htw
a grimling bloodguard
a grimling bloodguard
Posts: 512
Joined: Wed Feb 18, 2004 8:30 pm
Location: Albuquerque, NM USA
Contact:

Post by htw » Sat Jul 16, 2005 11:26 am

Give it another shot, there were storms galore here yesterday, and our power company... well, I believe the whole damn workforce smokes crack. Power was out quite a while, there was some huge fire, and even when power came back on the UPS's were going wild with the brownouts. All steady today though, so the links should work again.

htw

User avatar
FreQuency
a hill giant
a hill giant
Posts: 215
Joined: Tue Sep 23, 2003 6:03 pm

Post by FreQuency » Sat Jul 16, 2005 4:31 pm

Im alive i jsut started playing eq again this week Just started workign on some new projects will be updating first post and web site this evening when i get home
Frequency
[quote="Lax"] "And before you whine about how we treat our short bus users..."[/quote]
[quote="skyler"]"I come for the comradery, I stay for the positive atmosphere."[/quote]
[quote="dont_know_at_all"]"i rather you not get VIP so i won't feel bad about banning your ass when you keep asking stupid questions"[/quote]

Dragon_collector
decaying skeleton
decaying skeleton
Posts: 4
Joined: Thu Sep 30, 2004 4:57 pm

Post by Dragon_collector » Sun Jul 17, 2005 6:14 am

Still nothign atm - don't suppose you could tell me what mods you did to the Freq Classic UI? Too bad you don't have SS's /grin -- I"d prob DL them all for various chars but i'm semi-lazy in terms of hating repeatedly doing /loadskin.