thisdp/dgs

Some Dgs elements not shown

xLive opened this issue · 4 comments

xLive commented

Hello
Some players can't see some DGS elements
they can't see labels, tab panels just empty window
and I'm sure my code is working fine

This image is taken from a player who has the problem
image
Thank you.

This is because their video memory is so low that render target can't be created.

xLive commented

Is there any way to fix it ? it's a big problem.

Because of MTA's dxDrawText, I had no choice but use render target.
Solution:

  1. Let those who have low video memory equip a video card ( 512MB Video Memory at least )
  2. Use cegui( MTA Original GUI ) for those who have low video memory ( maybe they have 128MB or less)
xLive commented

Okey, thank you so much :D