View Single Post
Old 07-20-2011, 11:31 AM   #7
Akran
A Gray Wolf
 
Join Date: Aug 2005
Posts: 8
Default

The above fix didn't work for me either. So I checked my UIError.txt file and it seems it only had an issue with the later section of it.... so everything below the A_PanLeft stuff, pasting in worked:

Code:
<Ui2DAnimation item="A_RotateUpButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>128</X> <Y>30</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateUpButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>150</X> <Y>30</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateUpButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>172</X> <Y>30</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateDownButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>128</X> <Y>52</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateDownButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>150</X> <Y>52</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateDownButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>172</X> <Y>52</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateLeftButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>128</X> <Y>74</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateLeftButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>150</X> <Y>74</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateLeftButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>172</X> <Y>74</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateRightButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>128</X> <Y>96</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateRightButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>150</X> <Y>96</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateRightButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>172</X> <Y>96</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation>
Akran is offline   Reply With Quote