EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > XML Modification Help & Info

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 04-24-2008, 01:45 PM
maximoz maximoz is offline
A Crazed Gnoll
Interface Author - Click to view interfaces
 
Join Date: Feb 2008
Server: Antonia Bayle
Posts: 24
Default Bottom to top group window ?

Anyone know what i should do to make the default group window starts from bottom and populate upwards, ie group member 1 will always be on the bottom follow by group member 2 and so on? Thanks!
Reply With Quote
  #2  
Unread 04-24-2008, 04:08 PM
mother9987's Avatar
mother9987 mother9987 is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Everfrost
Posts: 204
Default

It could be a challenge as the way I remember the group window working, it resized itself and positioned the members inside even though it's not a volume fill.

Are you looking for a window that appears to grow upwards like:

________ ____ ____ ____ ____ ____ 5555
________ ____ ____ ____ ____ 4444 4444
________ ____ ____ 3333 3333 3333 3333
________ ____ 2222 2222 2222 2222 2222
________ 1111 1111 1111 1111 1111 1111

Or that appears to grow down with member 1 always on bottom?

1111 2222 3333 4444 5555
____ 1111 2222 3333 4444
____ ____ 1111 2222 3333
____ ____ ____ 1111 2222
____ ____ ____ ____ 1111

My guess is that you'll have to use a lot of onShow and OnHide scripts to attempt to override the default behavior of the group window, but I wish you luck. Could be a cool mod to see!
__________________
'Tetht the printhiple, tetht the printhiple,' muttered Igor. 'Thorry, thur, but Igorth do not "tetht the printhiple". Thtrap it to the bench and put a good thick bolt of lightning through it, thatth our motto. Thatth how you tetht thomething.'
Reply With Quote
  #3  
Unread 04-24-2008, 04:30 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Actually it should be fairly simple, copy the default eq2ui_mainhud_groupmembers.xml into your custom UI folder, open it in a text editor (I tend to recommend notepad++) and exchange just the text "GroupMember1" with "GroupMember5" and "GroupMember2" with "GroupMember4" (exchange it both ways, ie 1 becomes 5 and 5 becomes 1, same for 2 and 4).

Edit: Forgot something, it's not quite as simple after GU44, you also need to exchange Group_1/Group_5 and Group_2/Group_4. Each of those should be appearing 5 times.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.

Last edited by gm9 : 04-24-2008 at 04:33 PM.
Reply With Quote
  #4  
Unread 04-24-2008, 04:43 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

You sure that works gm9? It has been a while but If i recall the group window is hard coded to autofill gm1 to gm5 Left to right or top to bottom no matter where their actual node is in the window.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #5  
Unread 04-25-2008, 01:51 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Haven't tested this, but actually I'm fairly certain it will work. From what I remember about the hardcoding it affects the placement but not the contents. Just go ahead and try it maximoz, that edit will only take a couple of seconds.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #6  
Unread 04-25-2008, 02:17 AM
maximoz maximoz is offline
A Crazed Gnoll
Interface Author - Click to view interfaces
 
Join Date: Feb 2008
Server: Antonia Bayle
Posts: 24
Default

Am looking for the first layout you posted mother :

________ ____ ____ ____ ____ ____ 5555
________ ____ ____ ____ ____ 4444 4444
________ ____ ____ 3333 3333 3333 3333
________ ____ 2222 2222 2222 2222 2222
________ 1111 1111 1111 1111 1111 1111

And i did tried the changing group member 1 to 5 and 2 to 4 and so on but it still didn't do what i wanted as posted above on mothers layout. It reverted back to the default top bottom layout as ladiin mentioned.

Am going try what you suggested on the edit and see if it works, gm9!

Thanks all for the reply.
Reply With Quote
  #7  
Unread 04-25-2008, 02:39 AM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

If you just edit it and keep it at a size where it shows everything, and make it not resizable, it should be do-able.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #8  
Unread 04-25-2008, 02:41 AM
maximoz maximoz is offline
A Crazed Gnoll
Interface Author - Click to view interfaces
 
Join Date: Feb 2008
Server: Antonia Bayle
Posts: 24
Default

Quote:
Originally Posted by Drumstix42 View Post
If you just edit it and keep it at a size where it shows everything, and make it not resizable, it should be do-able.
Hmmm that sounds like a good idea lol

Thanks ... will try this method too
Reply With Quote
  #9  
Unread 04-25-2008, 07:53 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by Drumstix42 View Post
If you just edit it and keep it at a size where it shows everything, and make it not resizable, it should be do-able.
That might be what I was remembering, if you resized the window it would auto rearranged members. I am way to lazy to retest this so report back your findings :P
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #10  
Unread 04-26-2008, 12:17 PM
maximoz maximoz is offline
A Crazed Gnoll
Interface Author - Click to view interfaces
 
Join Date: Feb 2008
Server: Antonia Bayle
Posts: 24
Default

Ok, i tried gm9's suggested method of copy/paste the whole chunk of code from grp5,4,3,2,1 for 5 times and well that didn't work unless i misread what gm9 was telling?

Edit: Ok tried the fix size method and still no luck ... oh well ... will stick to the default way then.

Thanks for all the help guys!

Last edited by maximoz : 04-26-2008 at 01:24 PM.
Reply With Quote
  #11  
Unread 04-26-2008, 06:03 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

No, no copy & paste required for my method, just replacing some numbers. See attached, might yet work.
Attached Files
File Type: xml eq2ui_mainhud_groupmembers.xml (20.3 KB, 243 views)
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #12  
Unread 04-27-2008, 05:05 AM
maximoz maximoz is offline
A Crazed Gnoll
Interface Author - Click to view interfaces
 
Join Date: Feb 2008
Server: Antonia Bayle
Posts: 24
Default

Quote:
Originally Posted by gm9 View Post
No, no copy & paste required for my method, just replacing some numbers. See attached, might yet work.
Tried it out and still no go

Thanks much for the help gm9!
Reply With Quote
  #13  
Unread 04-27-2008, 10:47 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Ok, was worth a try.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #14  
Unread 04-27-2008, 11:27 AM
maximoz maximoz is offline
A Crazed Gnoll
Interface Author - Click to view interfaces
 
Join Date: Feb 2008
Server: Antonia Bayle
Posts: 24
Default

Yeah, at least we know it's hardcorded in terms of layout for the group windows
Reply With Quote
  #15  
Unread 04-27-2008, 11:56 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

I thought it was, but it had been a long time since I tried that so thought maybe something had changed.
__________________
Landiin's EQ2MAP Updater Discussion Download
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:30 PM.


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