View Single Post
  #2  
Unread 11-21-2005, 08:50 AM
Sorak Sorak is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Faydark
Posts: 11
Default

If you use the SOE provided UIBuilder you can double click the "SourceRec" lable and it will pop open another window with the graphic that is in the "SourceResource" lable. Once the window is open you can drag the rectangle around the part of your image you want to display. Close the window and it will update the SourceRec info as needed.

eg:
SourceRec = 000,000,000,000
SourceResource = imageFolder/yourImage.dds



all dds file must be divisable by 2
eg: 32x32, 64x64, 128x128, 256x256, 512x512, 1024x1024... and so on... I believe dimensions like 256x512 will work also.

I started to make a program to allow those who wish to edit the xml in a text editor, extract SourceRecs. I only got as far as getting the image to display in a window. Have to work on finishing it, some day. :P
Reply With Quote