Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > General Discussion > Compares & Patch fixes > Patch fix archive
User Name
Password

 
 
Thread Tools Display Modes
Old 02-10-2004, 12:31 PM   #16
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom EQUI_TradeskillWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Listbox item = "COMBW_RecipeList">
<ScreenID>RecipeList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>2</LeftAnchorOffset>
<TopAnchorOffset>24</TopAnchorOffset>
<RightAnchorOffset>2</RightAnchorOffset>
<BottomAnchorOffset>2</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Columns>
<Width>140</Width>
<Heading>Tribute Name</Heading>
</Columns>


CHANGE:

<Columns>
<Width>140</Width>
<Heading>Tribute Name</Heading>
</Columns>

TO:

<Columns>
<Width>140</Width>
<Heading>Recipe Name</Heading>
</Columns>


Find:

<Button item = "COMBW_RequiredIcon0">
<ScreenID>RequiredIcon0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon1">
<ScreenID>RequiredIcon1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>42</X>
<Y>0</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon2">
<ScreenID>RequiredIcon2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>42</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon3">
<ScreenID>RequiredIcon3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>42</X>
<Y>42</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon4">
<ScreenID>RequiredIcon4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>84</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon5">
<ScreenID>RequiredIcon5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>42</X>
<Y>84</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon6">
<ScreenID>RequiredIcon6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>126</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon7">
<ScreenID>RequiredIcon7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>42</X>
<Y>126</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon8">
<ScreenID>RequiredIcon8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>168</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon9">
<ScreenID>RequiredIcon9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>42</X>
<Y>168</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_CombineButton">
<ScreenID>CombineButton</ScreenID>
<Font>4</Font>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>20</LeftAnchorOffset>
<TopAnchorOffset>334</TopAnchorOffset>
<RightAnchorOffset>20</RightAnchorOffset>
<BottomAnchorOffset>132</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>


CHANGE:

<TopAnchorOffset>334</TopAnchorOffset>

TO:

<TopAnchorOffset>0</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>132</BottomAnchorOffset>

TO:

<BottomAnchorOffset>30</BottomAnchorOffset>

CHANGE:

<BottomAnchorToTop>false</BottomAnchorToTop>

TO:

<BottomAnchorToTop>true</BottomAnchorToTop>


Find:

<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click this button to combine the selected recipe.</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Combine</Text>
<TextColor>


Immediately after that last line, ADD:

<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>


DELETE:

<R>155</R>
<G>255</G>
<B>155</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>


Find:

<Button item = "COMBW_CloseButton">
<ScreenID>CloseButton</ScreenID>
<Font>3</Font>


CHANGE:

<Button item = "COMBW_CloseButton">
<ScreenID>CloseButton</ScreenID>
<Font>3</Font>

TO:

<Button item = "COMBW_AutoInvButton">
<ScreenID>AutoInvButton</ScreenID>
<Font>4</Font>

A few lines down in that same section, CHANGE:

<TopAnchorOffset>24</TopAnchorOffset>

TO:

<TopAnchorOffset>22</TopAnchorOffset>


In that same section DELETE:

<BottomAnchorOffset>2</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click this button to close the tradeskill window.</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Close</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<Screen item = "COMBW_FlagsArea">
<ScreenID/>
<!--<Font/>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>0</LeftAnchorOffset>
<TopAnchorOffset>130</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>0</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_VScroll>false</Style_VScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>COMBW_CloseButton</Pieces>
</Screen>

<Screen item = "COMBW_RightSideArea">
<ScreenID/>
<!--<Font/>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>160</LeftAnchorOffset>
<TopAnchorOffset>0</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>0</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_VScroll>false</Style_VScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>COMBW_ContainerArea</Pieces>
<Pieces>COMBW_CombineButton</Pieces>
<Pieces>COMBW_FlagsArea</Pieces>
</Screen>

<Screen item = "TradeskillWnd">
<RelativePosition>false</RelativePosition>
<Location>
<X>20</X>
<Y>25</Y>
</Location>
<Size>
<CX>400</CX>
<CY>525</CY>
</Size>
<Text>Tradeskill Window</Text>
<Style_Transparent>false</Style_Transparent>
<DrawTemplate>WDT_Def</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Pieces>COMBW_LeftSideArea</Pieces>
<Pieces>COMBW_RightSideArea</Pieces>
</Screen>

</XML>


Then ADD:

<BottomAnchorOffset>0</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click this button to auto-inventory whatever is on your cursor.</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Auto-Inventory</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<Screen item = "COMBW_CombineArea">
<ScreenID/>
<!--<Font/>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>0</LeftAnchorOffset>
<TopAnchorOffset>334</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>388</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>true</BottomAnchorToTop>
<Style_VScroll>false</Style_VScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>COMBW_CombineButton</Pieces>
<Pieces>COMBW_AutoInvButton</Pieces>
</Screen>

<Button item = "COMBW_UseCtrlCheckbox">
<ScreenID>UseCtrlCheckbox</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>5</LeftAnchorOffset>
<TopAnchorOffset>52</TopAnchorOffset>
<RightAnchorOffset>5</RightAnchorOffset>
<BottomAnchorOffset>28</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>true</Style_Checkbox>
<Text>Open with Ctrl-R-click</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<Button item = "COMBW_CloseButton">
<ScreenID>CloseButton</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>20</LeftAnchorOffset>
<TopAnchorOffset>24</TopAnchorOffset>
<RightAnchorOffset>20</RightAnchorOffset>
<BottomAnchorOffset>2</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click this button to close the tradeskill window.</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Close</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<Screen item = "COMBW_FlagsArea">
<ScreenID/>
<!--<Font/>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>0</LeftAnchorOffset>
<TopAnchorOffset>392</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>0</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_VScroll>false</Style_VScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>COMBW_CloseButton</Pieces>
<Pieces>COMBW_UseCtrlCheckbox</Pieces>
</Screen>

<Screen item = "COMBW_RightSideArea">
<ScreenID/>
<!--<Font/>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>160</LeftAnchorOffset>
<TopAnchorOffset>0</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>0</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_VScroll>false</Style_VScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>COMBW_ContainerArea</Pieces>
<Pieces>COMBW_CombineArea</Pieces>
<Pieces>COMBW_FlagsArea</Pieces>
</Screen>

<Screen item = "TradeskillWnd">
<RelativePosition>false</RelativePosition>
<Location>
<X>20</X>
<Y>25</Y>
</Location>
<Size>
<CX>400</CX>
<CY>525</CY>
</Size>
<Text>Tradeskill Window</Text>
<Style_Transparent>false</Style_Transparent>
<DrawTemplate>WDT_Def</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Pieces>COMBW_LeftSideArea</Pieces>
<Pieces>COMBW_RightSideArea</Pieces>
</Screen>

</XML>
Cairenn is offline  
Old 02-10-2004, 01:27 PM   #17
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

dragitem27, gemicons02, spells05 and window_pieces04

Changes (additions) are outlined in red.

Attached Images
File Type: gif 10feb04.gif (116.3 KB, 2071 views)
Cairenn is offline  
Old 02-11-2004, 02:20 PM   #18
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom TargetIndicator.ini file, these are the changes that were made to the default:

Find:

[TargetIndicator]


Immediately after that line, DELETE:

FadeStart=10
FadeEnd=20
OpaqueStart=1
OpaqueEnd=1.5
InitialLength=1
GrowSpeed=1
FloorOffset=0.5


CHANGE:

PointCount=16

TO:

PointCount=32


Find:

[Trivial]
Texture=TargetIndicator
TwistFactor=1.0
TwistSpeed=0.0
FrameCount=0
Duration=0
TextureScale=.1
TextureSpeed=0.001
ScaleMin=0.5
ScaleMax=1.5
ScaleSpeed=1.0
Alpha=240
Red=0
Green=255
Blue=0


Immediately after that last line, ADD:

FadeStart=10
FadeEnd=20
OpaqueStart=1
OpaqueEnd=1.5
InitialLength=1
GrowSpeed=1
FloorOffset=0.5


Find:

[VeryEasy]
Texture=TargetIndicator
TwistFactor=1.0
TwistSpeed=0
FrameCount=0
Duration=0
TextureScale=.1
TextureSpeed=0.001
ScaleMin=0.5
ScaleMax=1.5
ScaleSpeed=1.0
Alpha=240
Red=0
Green=128
Blue=255


Immediately after that last line, ADD:

FadeStart=10
FadeEnd=20
OpaqueStart=1
OpaqueEnd=1.5
InitialLength=1
GrowSpeed=1
FloorOffset=0.5


Find:

[Easy]
Texture=TargetIndicator
TwistFactor=1.0
TwistSpeed=0
FrameCount=0
Duration=0
TextureScale=.1
TextureSpeed=0.001
ScaleMin=0.5
ScaleMax=1.5
ScaleSpeed=1.0
Alpha=240
Red=0
Green=0
Blue=255


Immediately after that last line, ADD:

FadeStart=10
FadeEnd=20
OpaqueStart=1
OpaqueEnd=1.5
InitialLength=1
GrowSpeed=1
FloorOffset=0.5


Find:

[FairMatch]
Texture=TargetIndicator
TwistFactor=1.0
TwistSpeed=0
FrameCount=0
Duration=0
TextureScale=.1
TextureSpeed=0.001
ScaleMin=0.5
ScaleMax=1.5
ScaleSpeed=1.0
Alpha=240
Red=255
Green=255
Blue=255


Immediately after that last line, ADD:

FadeStart=10
FadeEnd=20
OpaqueStart=1
OpaqueEnd=1.5
InitialLength=1
GrowSpeed=1
FloorOffset=0.5


Find:

[Difficult]
Texture=TargetIndicator
TwistFactor=1.0
TwistSpeed=0
FrameCount=0
Duration=0
TextureScale=.1
TextureSpeed=0.001
ScaleMin=0.5
ScaleMax=1.5
ScaleSpeed=1.0
Alpha=240
Red=255
Green=255
Blue=0


Immediately after that last line, ADD:

FadeStart=10
FadeEnd=20
OpaqueStart=1
OpaqueEnd=1.5
InitialLength=1
GrowSpeed=1
FloorOffset=0.5


Find:

[Deadly]
Texture=TargetIndicator
TwistFactor=1.0
TwistSpeed=0.0
FrameCount=0
Duration=0
TextureScale=.1
TextureSpeed=0.001
ScaleMin=0.5
ScaleMax=2.5
ScaleSpeed=1.0
Alpha=255
Red=255
Green=0
Blue=0


Immediately after that last line, ADD:

-FadeStart=10
FadeEnd=20
OpaqueStart=1
OpaqueEnd=1.5
InitialLength=1
GrowSpeed=1
FloorOffset=0.5

[AssistMarker]
Texture=Assist
TwistFactor=1.0
TwistSpeed=0.0
FrameCount=0
Duration=0
TextureScale=0.95
TextureSpeed=0.0
ScaleMin=0.5
ScaleMax=2.5
ScaleSpeed=1.0
Alpha=120
Red=255
Green=255
Blue=255
FadeStart=10
FadeEnd=20
OpaqueStart=1
OpaqueEnd=1.5
InitialLength=1
GrowSpeed=1
FloorOffset=1.0

[Marker0]
Texture=Mark0
TwistFactor=1.0
TwistSpeed=0.0
FrameCount=0
Duration=0
TextureScale=.95
TextureSpeed=0.0
ScaleMin=0.5
ScaleMax=2.5
ScaleSpeed=1.0
Alpha=120
Red=128
Green=255
Blue=0
FadeStart=10
FadeEnd=20
OpaqueStart=1
OpaqueEnd=1.5
InitialLength=1
GrowSpeed=1
FloorOffset=0.9

[Marker1]
Texture=Mark1
TwistFactor=1.0
TwistSpeed=0.0
FrameCount=0
Duration=0
TextureScale=.95
TextureSpeed=0.0
ScaleMin=0.5
ScaleMax=2.5
ScaleSpeed=1.0
Alpha=120
Red=128
Green=255
Blue=128
FadeStart=10
FadeEnd=20
OpaqueStart=1
OpaqueEnd=1.5
InitialLength=1
GrowSpeed=1
FloorOffset=0.8

[Marker2]
Texture=Mark2
TwistFactor=1.0
TwistSpeed=0.0
FrameCount=0
Duration=0
TextureScale=.95
TextureSpeed=0.0
ScaleMin=0.5
ScaleMax=2.5
ScaleSpeed=1.0
Alpha=120
Red=128
Green=255
Blue=0
FadeStart=10
FadeEnd=20
OpaqueStart=1
OpaqueEnd=1.5
InitialLength=1
GrowSpeed=1
FloorOffset=0.7

[Marker3]
Texture=Mark3
TwistFactor=1.0
TwistSpeed=0.0
FrameCount=0
Duration=0
TextureScale=.95
TextureSpeed=0.0
ScaleMin=0.5
ScaleMax=2.5
ScaleSpeed=1.0
Alpha=120
Red=255
Green=0
Blue=128
FadeStart=10
FadeEnd=20
OpaqueStart=1
OpaqueEnd=1.5
InitialLength=1
GrowSpeed=1
FloorOffset=0.6



[instructions]

Overview
--------

The target indicator is 4 concentric circles textured in such a way that a repeating
texure is UV animated towards the center. Each con color can have completely different
settings. It is not a particle effect, it is a specially generated procedural object
that works independantly of other visual effects and can be toggled on/off in the options
window. There is a command, /indicator [on|off] which performs the same function.
When the indicator is turned on, this ini file is reloaded and exiting the game should
not be required in order to tweak settings or images to your satisfaction.

Section: TargetIndicator

This section defines properties common to all indicators. The entries have the following purposes:

* Additive : Set this to 1 to enable additive rendering mode for the ring, 0 for alpha blend.
* PointCount : This is the number of points that the ring will use to define the circle. There are four
circles that reprsent the ring, each has their fade level determined by the fade/opaque settings above.

Sections: Trivial, VeryEasy, Easy, FairMatch, Difficult, Deadly, Assist, Mark0, Mark1, Mark2, Mark3

These sections can be used to configure the target indicator differently for each consider type.
The entries have the following purpose:

* Texture : The prefix of the texture to use. ".tga" is appended before opening. If FrameCount is
above zero, it will format the filenames as "Texture%d.tga" to allow you to load any number of
frames of animation to use for the indicator. Please note that this is a fairly memory intensive
way to animate a texture so limiting the number of frames is a good idea. Performance may vary
dramatically for various cards.
* FrameCount : How many frames of texture to try to load.
* Duration : How many milliseconds to show each frame of the animated texture. A value of zero will cause
a new frame to be selected with each targetting change.
* TwistFactor : This is a control value that is intended to control how fast each circle of vertices
in the target indicator rotates on the Z axis relative to each other. Changing this to any value
besides 1.0 will probably not produce anything worth looking at, but it won't break anything either.
* TwistSpeed : This value was intended to rotate the entire indicator on the Z-axis but unfortunately
it does not work as intended at this time. This will get corrected in the future but for now you
probably want to just leave it at 0.0 unless you want the target indicator to "pulse".
* TextureScale : How much of the entire texture is visible at one time.
* TextureSpeed : How fast to move the texture towards the center in texels/msec.
* ScaleMin : Not used at this time. This and the other two scale values were intended to be used
to expand the ring when targets are changed, but unfortunately this part was not completed.
* ScaleMax : Not used.
* ScaleSpeed : Not used.
* Alpha : The transparency, combined with any texture alpha values.
* Red, Green, Blue : Tinting (ie. Vertex color) for the ring.
* FadeStart : How far from the target does the ring begin to fade out.
* FadeEnd : The distance of the last visible point on the ring.
* OpaqueStart : The distance from the target that the ring begins to become visible.
* OpageEnd : The distance from the targe that the ring is fully visible
* InitialLength : This is an override on the FadeEnd value, and is intended to be used to make the
ring quickly expand to full size using the GrowSpeed as the rate of expansion.
* GrowSpeed : How fast to expand the target ring to full size. A value of 1 will make it instantly appear.
* FloorOffset : How far off the ground to place the ring.



(Sorry, I didn't think to post this info yesterday.)
Cairenn is offline  
 



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


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


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI