VGInterface.com
Search Downloads


Go Back   VGInterface > Complete Sets


Post A Reply
Author Comments Comment Options
Old 06-04-2007, 03:49 AM  
Yandar
Member
Interface Author - Click to view interfaces

Forum posts: 91
File comments: 7
Uploads: 5
Re: need a little help

Quote:
This looks like a great UI, but all I am really interested in is the player status bar that you have. Can someone help me in replacing the default status bar with the one that is available in this package?

To do this, you will need to make a new folder, just called it Yandar, make a Textures and Windows folder in this. In the texture folder place the Bars.dds file in it.

In the Windows folder, place PlayerStatus.xml.

These files can be found in my Yandar folder.

For the index.xml file use:

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<XML id="SGOUIMarkupLanguage" version="0.1"
 xmlns="http://www.sigilgames.com/vanguard-ui-0.1"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.sigilgames.com/vanguard-ui-0.1 ../../vanguard-ui.xsd">
 
 <!-- These windows are required for the client to startup. They are loaded at initial run-time.
 Removing windows or window components from these files is likely to cause crashes. -->
 <SystemWindows directory="../Default/Windows">
  <Window filename="VGUICharacterCreationWnd.xml"/>
  <Window filename="VGUIChatWnd.xml"/>
  <Window filename="VGUICompass.xml"/>
  <Window filename="VGUIExaminePopups.xml"/>
  <Window filename="VGUIHotkeyMacro.xml"/>
  <Window filename="VGUIHotkeys.xml"/>
  <Window filename="VGUILoginWnd.xml"/>
  <Window filename="VGUIMainBar.xml"/>
  <Window filename="VGUISettingsWnd.xml"/>
 </SystemWindows>
 
 <!-- These gameplay windows are loaded when you enter the game.
 Gameplay windows are significantly safer to edit than system windows. -->
 <GameplayWindows directory="../Default/Windows">
  <Window filename="VGUIAbilities.xml"/>
  <Window filename="VGUIAcceptDecline.xml"/>
  <Window filename="VGUIAssembly.xml"/>
  <Window filename="VGUIAssemblyTimer.xml"/>
  <Window filename="VGUIAssemblyTrainer.xml"/>
  <Window filename="VGUIAttachedAbilities.xml"/>
  <Window filename="VGUIAttackResultsDisplay.xml"/>
  <Window filename="VGUIBank.xml"/>
  <Window filename="VGUIBugReport.xml"/>
  <Window filename="VGUIBuildingConstruction.xml"/>
  <Window filename="VGUIBuildingInformationWnd.xml"/>
  <Window filename="VGUIBuildingInventory.xml"/>
  <Window filename="VGUICastBar.xml"/>
  <Window filename="VGUICharacter.xml"/>
  <Window filename="VGUICombatInv.xml"/>
  <Window filename="VGUIConversion.xml"/>
  <Window filename="VGUICorpseList.xml"/>
  <Window filename="VGUICountdown.xml"/>
  <Window filename="VGUICrafting.xml"/>
  <Window filename="VGUICraftingActions.xml"/>
  <Window filename="VGUICraftingCatalyst.xml"/>
  <Window filename="VGUICraftingComplications.xml"/>
  <Window filename="VGUICraftingInventory.xml"/>
  <Window filename="VGUICraftingRemedies.xml"/>
  <Window filename="VGUICraftingToolbelts.xml"/>
  <Window filename="VGUICraftingWorkbench.xml"/>
  <Window filename="VGUICraftingWorkbenchFilling.xml"/>
  <Window filename="VGUICurrentWorkOrders.xml"/>
  <Window filename="VGUIDeathReleasePopup.xml"/>
  <Window filename="VGUIDialogs.xml"/>
  <Window filename="VGUIEncounterDisplay.xml"/>
  <Window filename="VGUIEventDisplay.xml"/>
  <Window filename="VGUIEventDisplayEntry.xml"/>
  <Window filename="VGUIGroup.xml"/>
  <Window filename="VGUIGroupLootOptions.xml"/>
  <Window filename="VGUIGuildManagement.xml"/>
  <Window filename="VGUIHarvestingBonusYield.xml"/>
  <Window filename="VGUIHarvestingDisplay.xml"/>
  <Window filename="VGUIInspect.xml"/>
  <Window filename="VGUIInventory.xml"/>
  <Window filename="VGUIInventoryContainerTemplate.xml"/>
  <Window filename="VGUIInventoryPopups.xml"/>
  <Window filename="VGUILoot.xml"/>
  <Window filename="VGUIMailWnd.xml"/>
  <Window filename="VGUIMaintainedAbilities.xml"/>
  <Window filename="VGUIMap.xml"/>
  <Window filename="VGUIMarketWnd.xml"/>
  <Window filename="VGUIMemTimeRemaining.xml"/>
  <Window filename="VGUIMerchant.xml"/>
  <Window filename="VGUIMinions.xml"/>
  <Window filename="VGUIMiniMap.xml"/>
  <Window filename="VGUINPCOptionsMenu.xml"/>
  <Window filename="VGUIObjectInteraction.xml"/>
  <Window filename="VGUIParley.xml"/>
  <Window filename="VGUIPet.xml"/>
  <Window filename="VGUIPetitionWnd.xml"/>
  <Window filename="VGUIQuests.xml"/>
  <Window filename="VGUIQuestStatus.xml"/>
  <Window filename="VGUIRandomLootInvitation.xml"/>
  <Window filename="VGUIReactions.xml"/>
  <Window filename="VGUIRecipeTrainer.xml"/>
  <Window filename="VGUIRefiningActions.xml"/>
  <Window filename="VGUIRefiningAlerts.xml"/>
  <Window filename="VGUIRefiningStart.xml"/>
  <Window filename="VGUIRefiningStatus.xml"/>
  <Window filename="VGUISailing.xml"/>
  <Window filename="VGUISocialWnd.xml"/>
  <Window filename="VGUISong.xml"/>
  <Window filename="VGUITaskMasterWorkOrders.xml"/>
  <Window filename="VGUITrade.xml"/>
  <Window filename="VGUITrainer.xml"/>
  <Window filename="VGUITutorial.xml"/>
  <Window filename="DiplomacyComponents\VGUIParleyCard.xml"/>
  <Window filename="VGUIParleyStrategy.xml"/>
  <Window filename="VGUITestData.xml"/>
 </GameplayWindows>
 
 
 <GameplayWindows directory="Windows">
  <Window filename="Playerstatus.xml"/>
 </GameplayWindows>
 
 
</XML>
For skininfo.xml use:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<XML id="SGOUIMarkupLanguage" version="0.1"
 xmlns="http://www.sigilgames.com/vanguard-ui-0.1"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.sigilgames.com/vanguard-ui-0.1 ../../vanguard-ui.xsd">
<SkinInfo name="Vgrd">
 <AnimationDefinitions directory="../Default/Textures">
  <AnimationDefinition filename="VgrdBackgrounds.xml"/>
  <AnimationDefinition filename="VgrdChat.xml"/>
  <AnimationDefinition filename="VgrdParts.xml"/>
  <AnimationDefinition filename="VgrdParts02.xml"/>
  <AnimationDefinition filename="VgrdParts03.xml"/>
  <AnimationDefinition filename="VgrdParts04.xml"/>
  <AnimationDefinition filename="VgrdDiplomacy.xml"/>
  <AnimationDefinition filename="VgrdMinimap.xml"/>
  <AnimationDefinition filename="VgrdStories.xml"/>
 </AnimationDefinitions>
  <!-- Custom Animations for Interface -->
  <AnimationDefinitions directory="Textures">
   <AnimationDefinition filename="Bars.xml"/>
  </AnimationDefinitions>
  <!-- End: Custom Animations -->
 <ExternalControls>
  <ExternalControl type="CloseBox">
   <!-- Parent HT -->
   <Parent>TopRight</Parent>
   <!-- Relative Position -->
   <Point x="-5" y="4"/>
  </ExternalControl>
  <ExternalControl type="MinimizeBox">
   <!-- Parent HT -->
   <Parent>TopRight</Parent>
   <!-- Relative Position -->
   <Point x="-20" y="5"/>
  </ExternalControl>
  <ExternalControl type="RollupBox">
   <!-- Parent HT -->
   <Parent>TopLeft</Parent>
   <!-- Relative Position -->
   <Point x="7" y="4"/>
  </ExternalControl>
 </ExternalControls>
 <!--Title bar setting options-->
 <TitleBarTextSettings color="gold" size="12">
  <Offset>
   <Point x="0" y="2"/>
  </Offset>
 </TitleBarTextSettings>
 
 <BackgroundOffsets topEdge="-5" bottomEdge="5" leftEdge="-8" rightEdge="8"/>
 
 <BackgroundOffsetsFrameAll topEdge="-4" bottomEdge="4" leftEdge="-4" rightEdge="4"/>
 
</SkinInfo>
</XML>

This should do the trick.
Yandar is offline Report comment to moderator   Reply With Quote Reply With Quote
Old 06-03-2007, 10:44 AM  
cow0
Junior Member

Forum posts: 0
File comments: 2
Uploads: 0
need a little help

This looks like a great UI, but all I am really interested in is the player status bar that you have. Can someone help me in replacing the default status bar with the one that is available in this package?

Last edited by cow0 : 06-03-2007 at 10:44 AM.
cow0 is offline Report comment to moderator   Reply With Quote Reply With Quote
Old 06-03-2007, 07:36 AM  
erinys
Junior Member

Forum posts: 0
File comments: 3
Uploads: 0
This one looks nice, ill give it a go right away!

thanks for your hard work
erinys is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 07:14 PM.


Our Network
EQInterface | EQ2Interface | War.MMOUI | WoWInterface | VGInterface | LoTROInterface | MMOInterface