View Single Post
Old 09-05-2020, 07:29 AM   #4
Tanise
A Fire Beetle
 
Join Date: Oct 2008
Posts: 2
Interface Author - Click to view interfaces
Default

If anyone is using a custom Group window and found that the august 2020 patch broke it by adding "buttons" to it, just edit the xml in wordpad, and delete the voice 1-5 entries and the listings in the pieces. If you aren't familar with doing this, copy the file to your desktop first so you have a back up. Then edit the one in your UI folder.

Just use find and search for voice. You'll find Button item="GW_Voice1" select from there thru to Button item="GW_Voice5" and delete the entire entry.

Code:
<Button item="GW_Voice1"> <EQType>voicechat/GroupActivityButton 0</EQType> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_Checkbox</Template> <AutoStretch>true</AutoStretch> <TopAnchorOffset>132</TopAnchorOffset> <BottomAnchorOffset>147</BottomAnchorOffset> <LeftAnchorOffset>57</LeftAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_Voice2"> <EQType>voicechat/GroupActivityButton 1</EQType> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_Checkbox</Template> <AutoStretch>true</AutoStretch> <TopAnchorOffset>173</TopAnchorOffset> <BottomAnchorOffset>188</BottomAnchorOffset> <LeftAnchorOffset>57</LeftAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_Voice3"> <EQType>voicechat/GroupActivityButton 2</EQType> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_Checkbox</Template> <AutoStretch>true</AutoStretch> <TopAnchorOffset>214</TopAnchorOffset> <BottomAnchorOffset>229</BottomAnchorOffset> <LeftAnchorOffset>57</LeftAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_Voice4"> <EQType>voicechat/GroupActivityButton 3</EQType> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_Checkbox</Template> <AutoStretch>true</AutoStretch> <TopAnchorOffset>255</TopAnchorOffset> <BottomAnchorOffset>270</BottomAnchorOffset> <LeftAnchorOffset>57</LeftAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_Voice5"> <EQType>voicechat/GroupActivityButton 4</EQType> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_Checkbox</Template> <AutoStretch>true</AutoStretch> <TopAnchorOffset>296</TopAnchorOffset> <BottomAnchorOffset>311</BottomAnchorOffset> <LeftAnchorOffset>57</LeftAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button>


Highlight/select all of that and delete it.

Then search for voice again to find the pieces entries:

Code:
<Pieces>GW_Voice1</Pieces> <Pieces>GW_Voice2</Pieces> <Pieces>GW_Voice3</Pieces> <Pieces>GW_Voice4</Pieces> <Pieces>GW_Voice5</Pieces>


Highlight all those, and delete them.

Save the file and you should be good.
Tanise is offline   Reply With Quote