Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Color Quality
#2
Code:
Public Enum ColourDepth
    High32 = 32
    high24 = 24
    True16 = 16
End Enum

Public ColourDisplay As ColourDepth

Code:
Call dd.SetDisplayMode(FullscreenX, FullscreenY, ColourDisplay, 0, DDSDM_DEFAULT)

That code will make a fullscreen thingy for the client.

But with a little alteration (scanning the current resolution) you can set everything to normal except the colourdepth.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)