View Single Post
  #3  
Unread 11-17-2011, 05:28 PM
Eclipse's Avatar
Eclipse Eclipse is offline
The Indomitable
Interface Author - Click to view interfaces
 
Join Date: Aug 2011
Posts: 13
Quote:
Originally Posted by Litos
Been trying to figure this out for 1280x1024 res but cant seem to get the actual load screens to downsize. I resized the images you provided and edited some code. But im stuck now lol. Im new to this
So, 1280*1024

• Don't resize my loading_screen.tga, but crop it at top-center reference point. Now you got your 1280*1024 centered cover image. Leave the tga's alpha channel as it is.
• Get my 1920 code and insert it to your xml
• Wherever you see Width="1920" replace it with Width="1280"
• Wherever you see Height="1080" replace it with Height="1024"
• Wherever you see X="448" replace it with X="128" (to make those elements centered to your screen width)

There you go.
Reply With Quote