View Single Post
Old 09-13-2004, 11:12 PM   #9
Dolby
Lord Dolby of Veeshan
 
Dolby's Avatar
 
Join Date: Jul 2002
Server: Veeshan
Posts: 2,397
Default EQUI_OptionsWindow.xml

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

Find:
Code:
<!-- Display options page --> <Page item = "OptionsDisplayPage">


Immediately below that line, INSERT:
Code:
<!-- Advanced Display Options --> <Button item = "ODP_AdvancedButton"> <ScreenID>ODP_AdvancedButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>190</X> <Y>350</Y> </Location> <Size> <CX>150</CX> <CY>20</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <Text>Advanced</Text> <TooltipReference>Pop up the advanced display options window.</TooltipReference> <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>


Find:
Code:
<Pieces>ODP_ParticlesLabel</Pieces>


Immediately below that line, INSERT:
Code:
<Pieces>ODP_AdvancedButton</Pieces>
Dolby is offline