Aussehen verbessern?

04/16/2014 18:39 SeriouS'#1
Hey @all,
wollte mal fragen wie man das Aussehen der Skills im Actionslot beinflussen kann.
Bsp: [Only registered and activated users can see links. Click Here To Register...]
Es ist doch recht verpixelt und würde das gerne so wie es offi hat haben. Muss ja nicht genau so sein, nur sollten die skills etwas besser aussehen, wenn man diese im Actionslot benutzt. :)
04/16/2014 20:37 Rhyder`#2
if your using the taskbar of wurstbrotqt
or you are using the taskbar that comes from virtuos source here you can edit for the blend of skill icon :) ==>

Quote:
for( int i = 0; i < MAX_SLOT_QUEUE; i++ )
{
LPSHORTCUT lpShortcut = m_pSlotQueue[ i ] ;
if( !lpShortcut->IsEmpty() )
{
float fScal = 1.52f;
FLOAT fBlend = 0.0f;
if( bRenderIllu[i] )
fBlend = 0.85f;

point = CPoint( m_wndCustom[i].m_rectClient.left - 3, m_wndCustom[i].m_rectClient.top - 5 );
if( lpShortcut->m_pTexture )
{
p2DRender->RenderTextureRotateALPHA( point, m_Marronzinha, lpShortcut->m_pTexture, fRadian, fBlend, fScal, fScal );
}
}
}
seems like this one on me :P [Only registered and activated users can see links. Click Here To Register...]
04/17/2014 09:18 Wanetrain#3
Quote:
Originally Posted by SeriouS' View Post
Hey @all,
wollte mal fragen wie man das Aussehen der Skills im Actionslot beinflussen kann.
Bsp: [Only registered and activated users can see links. Click Here To Register...]
Es ist doch recht verpixelt und würde das gerne so wie es offi hat haben. Muss ja nicht genau so sein, nur sollten die skills etwas besser aussehen, wenn man diese im Actionslot benutzt. :)
Offi ist auch verpixelt?

[Only registered and activated users can see links. Click Here To Register...]

Liegt daran das die Icon's größer gerendert werden als sie wirklich sind.