View Single Post
  #2  
Unread 04-13-2012, 10:44 PM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,095
Send a message via Yahoo to TalTal
Default

eq2ui_loginscene.xml

The section you want looks like this:

<Page BackgroundColor="#FFFFFF" Name="EQ2Title" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<OpacityEffector Name="ShowEffector" SetOnEffect="true" Speed="1.000" TargetOpacity="1.000" />
<Image Location="244,45" Name="title" PackLocation="cfc,top" PackSize="p,p" ScrollExtent="536,257" Size="536,257" StretchType="ProportionalBound" Style="image" />
<Image Location="305,506" Name="logo" PackLocation="cfc,cfc" PackSize="p,p" ScrollExtent="408,232" Size="408,232" StretchType="ProportionalBound" Style="image2"/>
<ImageStyle Name="image">
<ImageFrame atlas="none" Name="title" Source="images/frontend/splash_logos.dds" SourceRect="30,0,885,312" />
</ImageStyle>
<ImageStyle Name="image2">
<ImageFrame atlas="none" Name="title" Source="images/frontend/splash_logos.dds" SourceRect="524,350,1002,647" />
</ImageStyle>
<Image Name="Backdrop" PackSize="absolute,absolute" ScrollExtent="1024,768" Size="1024,768" StretchType="ProportionalBound" Style="background" />
</Page>

Make the sizes,scrollextents,and sourcerects in this section match the same section in the default.

Silat
Reply With Quote