View Single Post
Old 08-11-2003, 12:23 AM   #2
kenney
Bad Ass Kitty
 
kenney's Avatar
 
Join Date: Aug 2002
Server: if you know me you know =P
Posts: 695
Interface Author - Click to view interfaces
Default

you still using the title on the windows? you can just get rid of these in the window files... or if you want all them gone youll need to go to animation file and look up - Title Bar Buttons (close & minimize) then make the size< cx cy > zeroed out ..

change the lines marked in red

<!-- Title Bar Buttons (close & minimize) -->

<Ui2DAnimation item = "A_CloseBtnNormal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces01.tga</Texture>
<Location>
<X>100</X>
<Y>90</Y>
</Location>
<Size>
<CX>12</CX></Ui2DAnimation>change this to 0 *************
<CY>12</CY></Ui2DAnimation>change this to 0 *************
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "A_CloseBtnPressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces01.tga</Texture>
<Location>
<X>124</X>
<Y>90</Y>
</Location>
<Size>
<CX>12</CX></Ui2DAnimation>change this to 0 *************
<CY>12</CY></Ui2DAnimation>change this to 0 *************
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
kenney is offline   Reply With Quote