View Single Post
  #6  
Unread 07-24-2007, 01:06 PM
Aalwein's Avatar
Aalwein Aalwein is offline
GM, Scarlet Underground
Premium Member
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Posts: 163
Did you adjust the line:

<Element ID="ToolbarField" X="727" Y="929" Width="516" Height="95" Detach="1">

to your specific screen resolution per the instructions:

Quote:
Firstly figure out what resolution you're running the game in (easily obtained by going into options > graphics. E.g. 1024x768, 1280x1024, etc.)

Now you'll need to replace the numbers that are highlighted in red.
(It may seem daunting, but don't worry it's not so bad)

For X= Take the width of your resolution and divide the number by 2 then subtract 300 from the result, replace this number with the current one.
(e.g. 1280 / 2 = 640, 640 - 300 = 340)

For Y= Take the Height of your resolution and subtract 145 from it, and replace this number with the current one.
(e.g. 1024 - 145 = 879)

Now, make sure you save it by selecting File > Save. Ensure that you do this, and don't select "Save As" Otherwise you may save it as something other than a .xml file (Meaning the skin just won't work)
Reply With Quote