Caly Harvesting Window
Usage: Standalone or with myUI Interface
Description: Remake of the default harvesting window. Made it neat with myUI Textures and moved Harvesting Items to different attached window.
Installation:
For myUI Interface- Simply put
Caly_HarvestingDisplay.xml into your
../../myUI/Windows/ folder and add
Code:
<Window filename="Caly_HarvestingDisplay.xml"/>
to your myUI
Index.xml file under custom gameplay windows so it would look like
Code:
<GameplayWindows directory="Windows">
<Window filename="Caly_HarvestingDisplay.xml"/>
<Window filename="myUI_InfoWindows.xml"/>
For different custom UI - put
Caly_HarvestingDisplay.xml into your
../../YOUR_CUSTOM_UI/Windows/ folder and add
Code:
<Window filename="Caly_HarvestingDisplay.xml"/>
to your custom UI
Index.xml file under custom gameplay windows so it would look like
Code:
<GameplayWindows directory="Windows">
<Window filename="Caly_HarvestingDisplay.xml"/>
<Window filename="YET ANOTHER CUSTOM XML.xml"/>
Then put
myUIparts.xml and
myUIparts.tga into your
../../YOUR_CUSTOM_UI/Textures/ folder and add
Code:
<AnimationDefinition filename="myUIparts.xml"/>
to your
SkinInfo.xml file under custom textures so it would look like
Code:
<AnimationDefinitions directory="Textures">
<!-- These files are always used with myUI and are necessary with or without a skin, each should be in the folder with the associated texture file -->
<AnimationDefinition filename="myUIparts.xml"/>
<AnimationDefinition filename="myUIBackgrounds.xml"/>
Disclamer:
You may freely use this addon in any of your compilations or custom UI's that you upload here.
Also a huge thanks to Xndyr for his wonderful myUI interface