Quote:
|
Originally Posted by Ambrosia
Is there a "simple" version of the tracking window as well? It does the same thing as the chat window, default hiding the scrollbar, etc, when not being moused over. I can't find any other files to replace it with, though.
|
No, there is not a simple version of the track window
as far as I know. You can either check to see if anyone has uploaded a simple version that you can DL, or if you want to try it, you can edit the code yourself.
Right click the eq2_mainhud_tracking window, open the file with Notepad, at the top you will see OnHoverIn="_lots of code here_" and OnHoverOut"_more code here" Deleting the full line of OnHoverIn and OnHoverOut should make it stop hiding things. I have no way to test this, so I haven't tried.
The full code looks like this:
Quote:
|
<Page eq2usescomwndcontrols="true" Location="36,96" MaximumSize="306,16384" MinimumSize="84,140" Name="Tracking" OnHoverIn="CheckboxFrame0.visible=true ConCheckbox0.visible=true CheckboxFrame1.visible=true ConCheckbox1.visible=true CheckboxFrame2.visible=true ConCheckbox2.visible=true CheckboxFrame3.visible=true ConCheckbox3.visible=true CheckboxFrame4.visible=true ConCheckbox4.visible=true CheckboxFrame5.visible=true ConCheckbox5.visible=true CheckboxFrame6.visible=true ConCheckbox6.visible=true FilterDropdown.visible=true FilterText.visible=true OkButton.visible=true WhoButton.visible=true CancelButton.visible=true TablePage.SortImage.visible=true TablePage.TableHeader.visible=true TablePage.Scroll.visible=true TablePage.Scroll.HideIfUnnecessary=true TablePage.TableFrame.visible=true" OnHoverOut="CheckboxFrame0.visible=false ConCheckbox0.visible=false CheckboxFrame1.visible=false ConCheckbox1.visible=false CheckboxFrame2.visible=false ConCheckbox2.visible=false CheckboxFrame3.visible=false ConCheckbox3.visible=false CheckboxFrame4.visible=false ConCheckbox4.visible=false CheckboxFrame5.visible=false ConCheckbox5.visible=false CheckboxFrame6.visible=false ConCheckbox6.visible=false FilterDropdown.visible=false FilterText.visible=false OkButton.visible=false WhoButton.visible=false CancelButton.visible=false TablePage.SortImage.visible=false TablePage.TableHeader.visible=false TablePage.Scroll.visible=false TablePage.TableFrame.visible=false" PackLocation="left,top" PackLocationProp="0036/0001,0096/0001" ScrollExtent="84,140" Size="84,140" UserMovable="true" UserResizable="true">
|
Delete only the code that is in red, and make sure there is no more than one space between the parts that are left.
If you delete anything more than that or leave an extra space, it can and will cause problems with your tracking window, and game from anything like the window not displaying properly or EQ2 crashing each time you try to load it. If you want to PM me, I can see about working on a simple version of it, but I can't promise anyting and it could take me a little while to do.