View Single Post
Old 03-25-2005, 02:35 AM   #33
soran
A Tundra Mammoth
 
Join Date: Nov 2002
Posts: 69
Interface Author - Click to view interfaces
Default Small update

I made a small update tonight and fixed a problem with the selector window. The hott gauge was blocking the selector buttons. As a result the buttons appeared not to be working when you moved the mouse overtop. OOPS! On the screen it doesn't look like they overlap, but they do because part of the gauge "area" is invisible. I had to simply make sure the gauge was behind the buttons so they weren't blocked.

I also put the hott percentage in. Alot of people like it, but it stays there even when there isn't anyone on target. So I didn't initially include it.

If you don't like it there, here's how you get rid of it.

1. Open EQUI_SelectorWnd.xml in notepad
2. Scroll down to the bottom of the file.
3. Find the folowing line
Code:
<Pieces>SELW_HPLabel</Pieces>

4. Comment out that line so it looks like:
Code:
<!-- <Pieces>SELW_HPLabel</Pieces> -->

5. Save the file and then exit.
6. Reload the UI
soran is offline   Reply With Quote