Thread: Visage is back!
View Single Post
Old 03-19-2004, 02:06 AM   #4
Parasite
A Crystal Gargoyle
 
Parasite's Avatar
 
Join Date: Sep 2002
Server: The Nameless (Innoruuk)
Posts: 98
Interface Author - Click to view interfaces
Default

UI working great, only having one problem with he CombatAbilities Window..
As soon as I open it up my FPS drop drastically and my uierrors.txt is spammed with:
[Fri Mar 19 08:01:31 2004] Warning: file UIFiles\Visage\ not found in directory UIFiles\Visage\. Attempting to use file from Default skin.

Any ideas how I could fix this? It also happens when I use the Default EQUI_CombatAbilityWnd.xml.. =(

Thanks in advance!

[EDIT]

Found the problem myself.

added:
PHP Code:
 ......
  <
TextureInfo item "window_pieces06.tga">
    <
Size>
      <
CX>256</CX>
      <
CY>256</CY>
    </
Size>
  </
TextureInfo>
  <
TextureInfo item "window_pieces07.tga">
    <
Size>
      <
CX>256</CX>
      <
CY>256</CY>
    </
Size>
  </
TextureInfo>
...... 

Into the EQUI_Animations.xml. They were completely missing, and the CombatAbilitys window asked for pieces in these TGA Files.
__________________
Parasite is offline   Reply With Quote