Minimal UI updated

This commit is contained in:
Isuldor
2018-08-15 18:01:40 -07:00
parent 24664aba8e
commit bad102efd9
8 changed files with 229 additions and 52 deletions
+49 -8
View File
@@ -1,6 +1,6 @@
--- /mnt/d/EverQuest/uifiles/default/EQUI_Animations.xml 2018-06-11 17:34:54.000000000 -0700
+++ /mnt/d/EverQuest/uifiles/isuldor/EQUI_Animations.xml 2018-07-31 13:44:32.538271000 -0700
@@ -93,6 +93,24 @@
+++ /mnt/d/EverQuest/uifiles/isuldor/EQUI_Animations.xml 2018-08-15 17:47:01.046516300 -0700
@@ -93,6 +93,18 @@
<CY>256</CY>
</Size>
</TextureInfo>
@@ -10,12 +10,6 @@
+ <CY>32</CY>
+ </Size>
+ </TextureInfo>
+ <TextureInfo item="dark_tile_128.tga">
+ <Size>
+ <CX>32</CX>
+ <CY>32</CY>
+ </Size>
+ </TextureInfo>
+ <TextureInfo item="dark_tile_192.tga">
+ <Size>
+ <CX>32</CX>
@@ -25,3 +19,50 @@
<TextureInfo item="wnd_bg_dark_rock.tga">
<Size>
<CX>256</CX>
@@ -6183,6 +6195,20 @@
</Frames>
</Ui2DAnimation>
<!-- Chat Window Border -->
+ <Ui2DAnimation item="A_ChatWindowTitlePlaceholder">
+ <Cycle>true</Cycle>
+ <Frames>
+ <Texture>window_pieces05.tga</Texture>
+ <Location>
+ <X>254</X>
+ <Y>240</Y>
+ </Location>
+ <Size>
+ <CX>2</CX>
+ <CY>16</CY>
+ </Size>
+ </Frames>
+ </Ui2DAnimation>
<Ui2DAnimation item="A_ChatWindowTitleLeft">
<Cycle>true</Cycle>
<Frames>
@@ -8237,6 +8263,25 @@
</Ui2DAnimation>
<!-- Border for pieces inside windows -->
+ <Ui2DAnimation item="A_InnerFramePlaceholder">
+ <Cycle>true</Cycle>
+ <Frames>
+ <Texture>window_pieces01.tga</Texture>
+ <Location>
+ <X>0</X>
+ <Y>0</Y>
+ </Location>
+ <Size>
+ <CX>2</CX>
+ <CY>2</CY>
+ </Size>
+ <Hotspot>
+ <X>0</X>
+ <Y>0</Y>
+ </Hotspot>
+ <Duration>1000</Duration>
+ </Frames>
+ </Ui2DAnimation>
<Ui2DAnimation item="A_InnerFrameTopLeft">
<Cycle>true</Cycle>
<Frames>
+19
View File
@@ -0,0 +1,19 @@
--- /mnt/d/EverQuest/uifiles/default/EQUI_CastSpellWnd.xml 2018-05-25 12:25:14.000000000 -0700
+++ /mnt/d/EverQuest/uifiles/isuldor/EQUI_CastSpellWnd.xml 2018-08-15 14:09:46.474666500 -0700
@@ -357,13 +357,13 @@
<CY>373</CY>
</Size>
<Text>Spells</Text>
- <Style_Transparent>false</Style_Transparent>
+ <Style_Transparent>true</Style_Transparent>
<TooltipReference>Allows you to cast your memorized spells</TooltipReference>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
- <Style_Closebox>true</Style_Closebox>
+ <Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
- <Style_Border>true</Style_Border>
+ <Style_Border>false</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Style_ClientMovable>true</Style_ClientMovable>
<Escapable>false</Escapable>
+43
View File
@@ -0,0 +1,43 @@
--- /mnt/d/EverQuest/uifiles/default/EQUI_ChatWindow.xml 2013-04-12 18:05:57.000000000 -0700
+++ /mnt/d/EverQuest/uifiles/isuldor/EQUI_ChatWindow.xml 2018-08-15 16:30:05.988353700 -0700
@@ -3,7 +3,7 @@
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<Editbox item="CW_ChatInput">
<ScreenID>CWChatInput</ScreenID>
- <DrawTemplate>WDT_Inner</DrawTemplate>
+ <DrawTemplate>less_WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>2</LeftAnchorOffset>
@@ -13,11 +13,10 @@
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
- <Style_Transparent>true</Style_Transparent>
</Editbox>
<STMLbox item="CW_ChatOutput">
<ScreenID>CWChatOutput</ScreenID>
- <DrawTemplate>WDT_Inner</DrawTemplate>
+ <DrawTemplate>less_WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<Style_VScroll>true</Style_VScroll>
<AutoStretch>true</AutoStretch>
@@ -27,8 +26,6 @@
<BottomAnchorOffset>22</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
- <Style_Border>true</Style_Border>
- <Style_Transparent>true</Style_Transparent>
</STMLbox>
<Screen item="ChatWindow">
<RelativePosition>false</RelativePosition>
@@ -42,8 +39,7 @@
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
- <Style_Transparent>false</Style_Transparent>
- <DrawTemplate>WDT_Def2</DrawTemplate>
+ <DrawTemplate>WDT_minimalChat_Def</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>true</Style_Minimizebox>
+25 -16
View File
@@ -1,6 +1,6 @@
--- /mnt/d/EverQuest/uifiles/default/EQUI_HotButtonWnd.xml 2018-05-25 12:26:04.000000000 -0700
+++ /mnt/d/EverQuest/uifiles/isuldor/EQUI_HotButtonWnd.xml 2018-07-31 14:33:29.908768600 -0700
@@ -4,11 +4,7 @@
+++ /mnt/d/EverQuest/uifiles/isuldor/EQUI_HotButtonWnd.xml 2018-08-15 17:46:19.405548300 -0700
@@ -4,17 +4,13 @@
<Ui2DAnimation item="A_HotButton1Normal">
<Cycle>true</Cycle>
<Frames>
@@ -11,8 +11,17 @@
- </Location>
+ <Texture>dark_tile_64.tga</Texture>
<Size>
<CX>40</CX>
<CY>40</CY>
- <CX>40</CX>
- <CY>40</CY>
+ <CX>32</CX>
+ <CY>32</CY>
</Size>
<Hotspot>
- <X>0</X>
+ <X>32</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
@@ -23,11 +19,7 @@
<Ui2DAnimation item="A_HotButton1Pressed">
<Cycle>true</Cycle>
@@ -35,7 +44,7 @@
- <X>40</X>
- <Y>0</Y>
- </Location>
+ <Texture>dark_tile_64.tga</Texture>
+ <Texture>dark_tile_192.tga</Texture>
<Size>
<CX>40</CX>
<CY>40</CY>
@@ -100,7 +109,7 @@
- <X>40</X>
- <Y>40</Y>
- </Location>
+ <Texture>dark_tile_64.tga</Texture>
+ <Texture>dark_tile_192.tga</Texture>
<Size>
<CX>40</CX>
<CY>40</CY>
@@ -165,7 +174,7 @@
- <X>40</X>
- <Y>80</Y>
- </Location>
+ <Texture>dark_tile_64.tga</Texture>
+ <Texture>dark_tile_192.tga</Texture>
<Size>
<CX>40</CX>
<CY>40</CY>
@@ -230,7 +239,7 @@
- <X>40</X>
- <Y>120</Y>
- </Location>
+ <Texture>dark_tile_64.tga</Texture>
+ <Texture>dark_tile_192.tga</Texture>
<Size>
<CX>40</CX>
<CY>40</CY>
@@ -295,7 +304,7 @@
- <X>40</X>
- <Y>160</Y>
- </Location>
+ <Texture>dark_tile_64.tga</Texture>
+ <Texture>dark_tile_192.tga</Texture>
<Size>
<CX>40</CX>
<CY>40</CY>
@@ -360,7 +369,7 @@
- <X>40</X>
- <Y>200</Y>
- </Location>
+ <Texture>dark_tile_64.tga</Texture>
+ <Texture>dark_tile_192.tga</Texture>
<Size>
<CX>40</CX>
<CY>40</CY>
@@ -425,7 +434,7 @@
- <X>40</X>
- <Y>0</Y>
- </Location>
+ <Texture>dark_tile_64.tga</Texture>
+ <Texture>dark_tile_192.tga</Texture>
<Size>
<CX>40</CX>
<CY>40</CY>
@@ -490,7 +499,7 @@
- <X>40</X>
- <Y>40</Y>
- </Location>
+ <Texture>dark_tile_64.tga</Texture>
+ <Texture>dark_tile_192.tga</Texture>
<Size>
<CX>40</CX>
<CY>40</CY>
@@ -555,7 +564,7 @@
- <X>40</X>
- <Y>80</Y>
- </Location>
+ <Texture>dark_tile_64.tga</Texture>
+ <Texture>dark_tile_192.tga</Texture>
<Size>
<CX>40</CX>
<CY>40</CY>
@@ -620,7 +629,7 @@
- <X>40</X>
- <Y>120</Y>
- </Location>
+ <Texture>dark_tile_64.tga</Texture>
+ <Texture>dark_tile_192.tga</Texture>
<Size>
<CX>40</CX>
<CY>40</CY>
@@ -685,7 +694,7 @@
- <X>40</X>
- <Y>160</Y>
- </Location>
+ <Texture>dark_tile_64.tga</Texture>
+ <Texture>dark_tile_192.tga</Texture>
<Size>
<CX>40</CX>
<CY>40</CY>
@@ -750,7 +759,7 @@
- <X>40</X>
- <Y>200</Y>
- </Location>
+ <Texture>dark_tile_64.tga</Texture>
+ <Texture>dark_tile_192.tga</Texture>
<Size>
<CX>40</CX>
<CY>40</CY>
+41 -19
View File
@@ -1,5 +1,27 @@
--- /mnt/d/EverQuest/uifiles/default/EQUI_PlayerWindow.xml 2018-04-09 20:54:48.000000000 -0700
+++ /mnt/d/EverQuest/uifiles/isuldor/EQUI_PlayerWindow.xml 2018-07-31 18:16:39.365099800 -0700
+++ /mnt/d/EverQuest/uifiles/isuldor/EQUI_PlayerWindow.xml 2018-08-14 16:01:57.964793400 -0700
@@ -272,8 +272,8 @@
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<AutoStretch>true</AutoStretch>
- <TopAnchorOffset>82</TopAnchorOffset>
- <BottomAnchorOffset>92</BottomAnchorOffset>
+ <TopAnchorOffset>85</TopAnchorOffset>
+ <BottomAnchorOffset>95</BottomAnchorOffset>
<LeftAnchorOffset>2</LeftAnchorOffset>
<RightAnchorOffset>1</RightAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
@@ -288,8 +288,8 @@
<AlignRight>false</AlignRight>
<Font>1</Font>
<AutoStretch>true</AutoStretch>
- <TopAnchorOffset>82</TopAnchorOffset>
- <BottomAnchorOffset>92</BottomAnchorOffset>
+ <TopAnchorOffset>85</TopAnchorOffset>
+ <BottomAnchorOffset>95</BottomAnchorOffset>
<LeftAnchorOffset>2</LeftAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Tooltip>false</Style_Tooltip>
@@ -363,7 +363,7 @@
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
@@ -156,7 +178,7 @@
+ <Label item="Player_FatiguePercLabel">
+ <ScreenID>FatiguePercLabel</ScreenID>
+ </Label>
+ <Gauge item="Player_ExpGauge">
+ <Gauge item="Player_Exp">
+ <ScreenID>PlayerExp</ScreenID>
<RelativePosition>true</RelativePosition>
- <Text>100</Text>
@@ -188,8 +210,8 @@
+ <RightAnchorOffset>1</RightAnchorOffset>
+ <RightAnchorToLeft>false</RightAnchorToLeft>
+ </Gauge>
+ <Label item="Player_ExpGaugeLabelShadow">
+ <ScreenID>ExpGaugeLabel</ScreenID>
+ <Label item="Player_ExpLabelShadow">
+ <ScreenID>ExpLabel</ScreenID>
+ <EQType>26</EQType>
+ <Font>2</Font>
+ <RelativePosition>true</RelativePosition>
@@ -208,8 +230,8 @@
+ <LeftAnchorOffset>2</LeftAnchorOffset>
+ <RightAnchorToLeft>false</RightAnchorToLeft>
+ </Label>
+ <Label item="Player_ExpGaugeLabel">
+ <ScreenID>ExpGaugeLabel</ScreenID>
+ <Label item="Player_ExpLabel">
+ <ScreenID>ExpLabel</ScreenID>
+ <EQType>26</EQType>
+ <Font>2</Font>
+ <RelativePosition>true</RelativePosition>
@@ -226,7 +248,7 @@
- <ScreenID>FatiguePercLabel</ScreenID>
- <Font>1</Font>
- <Text>%</Text>
+ <Gauge item="Player_AAExpGauge">
+ <Gauge item="Player_AAExp">
+ <ScreenID>PlayerAAExp</ScreenID>
+ <RelativePosition>true</RelativePosition>
+ <GaugeOffsetY>0</GaugeOffsetY>
@@ -257,8 +279,8 @@
+ <RightAnchorOffset>1</RightAnchorOffset>
+ <RightAnchorToLeft>false</RightAnchorToLeft>
+ </Gauge>
+ <Label item="Player_AAExpGaugeLabelShadow">
+ <ScreenID>AAExpGaugeLabel</ScreenID>
+ <Label item="Player_AAExpLabelShadow">
+ <ScreenID>AAExpLabel</ScreenID>
+ <EQType>27</EQType>
+ <Font>2</Font>
+ <RelativePosition>true</RelativePosition>
@@ -278,8 +300,8 @@
+ <LeftAnchorOffset>2</LeftAnchorOffset>
+ <RightAnchorToLeft>false</RightAnchorToLeft>
+ </Label>
+ <Label item="Player_AAExpGaugeLabel">
+ <ScreenID>AAExpGaugeLabel</ScreenID>
+ <Label item="Player_AAExpLabel">
+ <ScreenID>AAExpLabel</ScreenID>
+ <EQType>27</EQType>
+ <Font>2</Font>
+ <RelativePosition>true</RelativePosition>
@@ -309,9 +331,12 @@
<Style_Sizable>true</Style_Sizable>
<Style_ClientMovable>true</Style_ClientMovable>
<Escapable>false</Escapable>
@@ -710,13 +826,21 @@
@@ -709,13 +825,21 @@
<Pieces>Pet_HP</Pieces>
<Pieces>Player_Mana</Pieces>
<Pieces>Player_Fatigue</Pieces>
+ <Pieces>Player_Exp</Pieces>
+ <Pieces>Player_AAExp</Pieces>
<Pieces>Player_CombatTimer</Pieces>
+ <Pieces>Player_HPLabelShadow</Pieces>
<Pieces>Player_HPLabel</Pieces>
@@ -321,16 +346,13 @@
<Pieces>Player_ManaPercLabel</Pieces>
<Pieces>Player_FatigueLabel</Pieces>
<Pieces>Player_FatiguePercLabel</Pieces>
+ <Pieces>Player_ExpLabelShadow</Pieces>
+ <Pieces>Player_ExpLabel</Pieces>
+ <Pieces>Player_AAExpLabelShadow</Pieces>
+ <Pieces>Player_AAExpLabel</Pieces>
<Pieces>Player_CombatTimerLabel</Pieces>
+ <Pieces>Player_ExpGauge</Pieces>
+ <Pieces>Player_ExpGaugeLabelShadow</Pieces>
+ <Pieces>Player_ExpGaugeLabel</Pieces>
+ <Pieces>Player_AAExpGauge</Pieces>
+ <Pieces>Player_AAExpGaugeLabelShadow</Pieces>
+ <Pieces>Player_AAExpGaugeLabel</Pieces>
<Pieces>PW_CombatStateAnim</Pieces>
<Pieces>PW_NewMailIcon</Pieces>
<Pieces>PW_ParcelsIcon</Pieces>
@@ -735,4 +859,4 @@
<Pieces>PW_AggroNameSecondaryLabel</Pieces>
<Pieces>PW_AggroPctSecondaryLabel</Pieces>
+50 -7
View File
@@ -1,11 +1,54 @@
--- /mnt/d/EverQuest/uifiles/default/EQUI_Templates.xml 2017-09-07 15:13:29.000000000 -0700
+++ /mnt/d/EverQuest/uifiles/isuldor/EQUI_Templates.xml 2018-07-31 13:44:32.616395900 -0700
@@ -510,7 +510,7 @@
--- /mnt/d/EverQuest/uifiles/default/EQUI_Templates.xml 2018-08-15 15:11:08.219902200 -0700
+++ /mnt/d/EverQuest/uifiles/isuldor/EQUI_Templates.xml 2018-08-15 17:27:26.694903200 -0700
@@ -638,6 +638,51 @@
<OverlapBottom>0</OverlapBottom>
</Titlebar>
</WindowDrawTemplate>
<WindowDrawTemplate item="WDT_Def2">
- <Background>wnd_bg_dark_rock.tga</Background>
+ <WindowDrawTemplate item="WDT_minimalChat_Def">
+ <Background>dark_tile_192.tga</Background>
+ <CloseBox>
+ <Normal>A_CloseBtnNormal</Normal>
+ <Pressed>A_CloseBtnPressed</Pressed>
+ <Flyby>A_CloseBtnFlyby</Flyby>
+ <Disabled>A_CloseBtnDisabled</Disabled>
+ <PressedFlyby>A_CloseBtnPressedFlyby</PressedFlyby>
+ </CloseBox>
+ <QMarkBox>
+ <Normal>A_QMarkBtnNormal</Normal>
+ <Pressed>A_QMarkBtnPressed</Pressed>
+ <Flyby>A_QMarkBtnFlyby</Flyby>
+ <Disabled>A_QMarkBtnDisabled</Disabled>
+ <PressedFlyby>A_QMarkBtnPressedFlyby</PressedFlyby>
+ </QMarkBox>
+ <MinimizeBox>
+ <Normal>A_MinimizeBtnNormal</Normal>
+ <Pressed>A_MinimizeBtnPressed</Pressed>
+ <Flyby>A_MinimizeBtnFlyby</Flyby>
+ <Disabled>A_MinimizeBtnDisabled</Disabled>
+ <PressedFlyby>A_MinimizeBtnPressedFlyby</PressedFlyby>
+ </MinimizeBox>
+ <MaximizeBox>
+ <Normal>A_MaximizeBtnNormal</Normal>
+ <Pressed>A_MaximizeBtnPressed</Pressed>
+ <Flyby>A_MaximizeBtnFlyby</Flyby>
+ <Disabled>A_MaximizeBtnDisabled</Disabled>
+ <PressedFlyby>A_MaximizeBtnPressedFlyby</PressedFlyby>
+ </MaximizeBox>
+ <Border>
+ <Top>A_InnerFramePlaceholder</Top>
+ <Right>A_InnerFramePlaceholder</Right>
+ <Bottom>A_InnerFramePlaceholder</Bottom>
+ <Left>A_InnerFramePlaceholder</Left>
+ <OverlapLeft>0</OverlapLeft>
+ <OverlapTop>0</OverlapTop>
+ <OverlapRight>0</OverlapRight>
+ <OverlapBottom>0</OverlapBottom>
+ </Border>
+ <Titlebar>
+ <Left>A_ChatWindowTitlePlaceholder</Left>
+ </Titlebar>
+ </WindowDrawTemplate>
+ <WindowDrawTemplate item="less_WDT_Inner" />
<WindowDrawTemplate item="WDT_Inner">
<Background>wnd_bg_light_rock.tga</Background>
<VSBTemplate>
<UpButton>
<Normal>A_VSBUpNormal</Normal>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB