Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > Graphics modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 12-22-2003, 09:04 PM   #1
Kisimi
A Bat
 
Join Date: Dec 2003
Server: Brell Serilis
Posts: 1
Default Inventory Screen????

Ok I downloaded a file of this site, its for a picture on your inventory screen. Yet I dont know where to place the .tga file or/ and if i have to modify any of the XML files to make it work? Can anyone help me?
__________________
---------------------------------------
Venerable Alterax - Drood
Kisimi - Beastlord
Helleric - Cleric
Dethlayer - Necromancer
Dellirum - Shadowknight
Kisimi is offline   Reply With Quote
Old 12-24-2003, 10:18 AM   #2
Inokis
Pale Scrawny Guy
 
Inokis's Avatar
 
Join Date: Sep 2003
Server: Bristlebane // Erollisi Marr
Posts: 920
Interface Author - Click to view interfaces
Send a message via Yahoo to Inokis
Default

This is how I did it in my Inventory Window.

You make a screen item based on a template, example below:
<Screen item = "Window_Texture">
<ScreenID>WindowTexture</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>163</X>
<Y>44</Y>
</Location>
<Size>
<CX>113</CX>
<CY>192</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference></TooltipReference>
<DrawTemplate>WDT_Texture</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>
</Screen>


Then you name the texture file you want to use:
<TextureInfo item="Texture.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>


Then you need to add Pieces for your screen item:
<Pieces>Window_Texture</Pieces>


Lastly at the very bottom of your document, between </screen> and </xml> copy a WDT. Below is the portion of the WDT you need to change to make this method work:
<WindowDrawTemplate item = "WDT_Texture">
<Background>Texture.tga</Background>
Inokis is offline   Reply With Quote
Reply




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 02:00 AM.


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