EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Chit Chat (http://www.eqinterface.com/forums/forumdisplay.php?f=15)
-   -   Infiniti Blue Di28889 (http://www.eqinterface.com/forums/showthread.php?t=21423)

Kaotik1z 02-19-2014 05:35 PM

Infiniti Blue Di28889
 
Any updates for this wonderful UI?
Thank you

Experience 02-20-2014 09:07 AM

Update
 
is anyone updating this UI Plz :)

ScaringChildren 02-20-2014 11:37 AM

2/19/14 patch
 
I have uploaded 4 files, aa window, player window, group window and the animations file. just waiting for them to pass inspection.

dont want to wait can get them here 2-19-14

Kaotik1z 02-23-2014 01:49 AM

I'm thinking anyone that can update this UI is probably very busy. Does anyone have a link or a how to on editing UI's that they could post?
Thanks much

warriorofmight 02-23-2014 04:30 PM

Quote:
Originally Posted by Kaotik1z
I'm thinking anyone that can update this UI is probably very busy. Does anyone have a link or a how to on editing UI's that they could post?
Thanks much

There's a lot of information here on the site, but really a lot of it is just trial and error until you get the hang of it. Short version:

Load broken UI
Check UIErrors for errors, not warnings
Open affected file and the default version
Compare what is missing/broken to the default
Add/delete lines to make the UI current
Save file
Rinse/Repeat

Mogley 03-08-2014 05:09 PM

Not working
 
Ok so I had to reinstall EQ because my hard drive crashed and I downloaded the latest of thei file and when I went into the game to set the ufile it only gave me the default. So I went back here to look further and then got the patch for it and it still does not reconize The Infiniti Blue. AM I doing something wrong or is there a glitch in the program

ScaringChildren 03-09-2014 12:34 PM

Everytime you load the ui and it fails/passes the UIError file is updated. That file is located in the root dirrectory of EQ. Should give you some idea where to start. or post it here for someone else to look into.

warriorofmight 03-14-2014 07:10 PM

if the folder doesn't show up in game, you might simply need to tweak the name of the folder. It cannot have any spaces in it, so if the folder is named The Infiniti Blue, try changing it to TheInfinitiBlue or just Infinity

Mores 03-14-2014 09:12 PM

Still waiting for updates on UI's Hope you can fix it for all of us.

ScaringChildren 03-15-2014 11:26 PM

Updated couple days ago
 
Infinity blue

3-12-2014 patch files.. (2 files.. Inventory window, and the animations file)

Ok simple question, this last updated did not "break" this ui, it just made it load with some errors. The inventory window was missing the "Upgrade Character" button, and EQUI_Animations was just missing a dragitem and maybe something else. If you are not able to load the UI at all, post here and I will put a full working version on the Infinity_Blue_Di28889 page.

fannfu 03-17-2014 07:19 AM

Thanks very much for the patch!

infinity9 03-19-2014 05:23 PM

Amazing over ten years later people still use my UI. Glad you guys enjoy it. :D

Kaotik1z 03-22-2014 01:07 PM

Not amazing. It's simply the best. You can't mess with perfection.
Thank you so much for creating it.

Sheldon 05-06-2014 02:41 PM

May 6 2014
Would like a update on Blue Infinity please.

favreon 05-12-2014 09:12 AM

Agree...miss using this UI ever since All Access came out and messed it up.

Kaotik1z 05-12-2014 12:05 PM

Yes. It is really messed up.

carpankor 05-12-2014 06:39 PM

I don't have the time or energy to figure out what else needs to be fixed, but this will make it load. Add the following before the final </XML> line in EQUI_Animations.xml:

Code:
<Ui2DAnimation item="A_SilverPlayerIcon"> <Cycle>false</Cycle> <Frames> <Texture>member_status.tga</Texture> <Location> <X>0</X> <Y>46</Y> </Location> <Size> <CX>188</CX> <CY>39</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AllAccessMemberIcon"> <Cycle>false</Cycle> <Frames> <Texture>member_status.tga</Texture> <Location> <X>0</X> <Y>89</Y> </Location> <Size> <CX>188</CX> <CY>39</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FreeToAllAccessIcon"> <Cycle>false</Cycle> <Frames> <Texture>member_status.tga</Texture> <Location> <X>0</X> <Y>131</Y> </Location> <Size> <CX>188</CX> <CY>39</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SilverToAllAccessIcon"> <Cycle>false</Cycle> <Frames> <Texture>member_status.tga</Texture> <Location> <X>0</X> <Y>178</Y> </Location> <Size> <CX>188</CX> <CY>39</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AllAccessHoverIcon"> <Cycle>false</Cycle> <Frames> <Texture>member_status.tga</Texture> <Location> <X>0</X> <Y>217</Y> </Location> <Size> <CX>188</CX> <CY>39</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClaimBanner"> <Cycle>true</Cycle> <Frames> <Texture>allaccess.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FreePlayerIcon"> <Cycle>false</Cycle> <Frames> <Texture>member_status.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>188</CX> <CY>39</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation>

damiller13219 05-14-2014 11:31 PM

thank you !!
 
Thank you Carpankor !! your file patch worked, was finally able to load the UI and got a resulting post to the UIError file as well, aside from the usual non-critical errors it referenced 2 other files with issues .. ShortDurationBuffWindow (could not find child Buff20 thru Buff29) and PlayerWindow (could not find GroupRoleMarkNPC). Am currently puttering with those to see if I can fix em.

But again, thank you for that post with the patch ! soooo nice to have my UI back working !!

damiller13219 05-16-2014 05:53 PM

"child errors" help !
 
Is there any of the more experienced people out there who can possibly help with the following error's in Infiniti Blue Di28889 ?

[Fri May 16 13:28:43 2014] Error: Could not find child AAW_AutoGrantAAsButton in window AAWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff20 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff21 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff22 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff23 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff24 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff25 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff26 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff27 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff28 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff29 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child GroupRoleMarkNPC in window PlayerWindow

nothing I have tried so far has worked, but then I have little idea on what I am doing :o hoping one of the experts will have a look, the UI is working but am guessing that at some point one of the above "children" is going to cause a problem.

fryguy503 05-16-2014 09:40 PM

Quote:
Originally Posted by damiller13219
Is there any of the more experienced people out there who can possibly help with the following error's in Infiniti Blue Di28889 ?

[Fri May 16 13:28:43 2014] Error: Could not find child AAW_AutoGrantAAsButton in window AAWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff20 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff21 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff22 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff23 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff24 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff25 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff26 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff27 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff28 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child Buff29 in window ShortDurationBuffWindow

[Fri May 16 13:28:57 2014] Error: Could not find child GroupRoleMarkNPC in window PlayerWindow

nothing I have tried so far has worked, but then I have little idea on what I am doing :o hoping one of the experts will have a look, the UI is working but am guessing that at some point one of the above "children" is going to cause a problem.



Those errors are non UI Breaking.

AA Window one is just the Auto Grant button, you can nuke the custom AA Window to fix that.

Buff Errors are the new 10 extra Short Term Slots. It can be ignored if you do not plan on seeing more than 20 Slots in Short Term.

Group Mark is Just the mark icon.

-----

All in All those errors are fine, just minor issues.

favreon 05-17-2014 10:46 AM

Sent a message last week to Scaring Children and been looking for him most nights on CT but no sign. Hoping he gets back soon and updates the UI. The fix above did get it loading though, so much appreciated!

carpankor 05-20-2014 12:31 PM

If there's significant interest, I'll do my best to help get this fixed up for folks. I maintain my own slightly modified version, so it's hard to post blanket fixes.

I rarely come to eqinterface, so it can be hard to find me here.

If you need help with this UI or a variant thereof, please contact me at [email protected]. If you would be so kind as to include:

1) A zipped copy of the UI so I'm working with *your* copy
2) Your uierrors.txt file
3) Any details - when it broke, if it loads but pieces are broken, if it crashes the client, etc

I'll do what I can. I really don't play much/at all right now, so be patient!

EQDAB 03-20-2016 09:58 PM

Oh PLEASE ....
 
USED THIS FOR MANY HAPPY YEARS, HAD A STROKE, LEFT, WANT TO RETURN - LORD SO MANY CHANGES, BUT BACK TO DEFAULT UI I CAN'T DO. GUESS MY EQ RUN IS OVER. TIS A SERIOUS SHAME. MY CHARS GO BACK TO 1999 ON EC'i. Hmm, MUST BE GOING ON 17 YEARS NOW, LESS TIMEOUT FOR STROKE RECOVERY. SOMEONE 'PLEASE' FIX THIS!! I'VE GOT WAY TO MUCH TIME & MONEY IN THIS GAME TO QUIT EARLY. :nana:

:nana:
:nana: :eek: :rolleyes:

Mogley 03-21-2016 05:14 PM

Yes
 
I would appreciate it if some one would fix this This is the only interface that I want to use it works best for me and both my accounts. I want to get back into the game but cant because this interface dosent work. So please fix it, I have been playing this game back when it was one disk to install. Thank you

Kalthazz 04-02-2016 09:36 AM

you can always try xfinity blue it has some things different but this is the ui i use and maintain pretty much

Mogley 04-02-2016 04:55 PM

Ok I will try that thank you

Experience 05-14-2016 09:34 AM

Plz
 
By chance anyone still using this UI or Updating it plz

Kaotik1z 05-20-2016 03:31 PM

Infiniti Blue 2
 
Updated as Infiniti Blue2

fannfu 05-24-2016 04:22 AM

thanks for the updata!

fannfu 09-18-2016 01:10 AM

i did everthing i know , but still cant fix error message with the patch at may.
and Infiniti Blue2 is missed the lootall button......... :(


All times are GMT -5. The time now is 04:28 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.