home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 6.2 / 2000-12_-_Disc_6.2.iso / DarkReign2 / data1.cab / Files / library / engine / video.cfg < prev   
Text File  |  2000-09-01  |  1KB  |  44 lines

  1. //////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright 1998-2000 Pandemic Studios
  4. //
  5. // video hardware Configuration File
  6. //
  7.  
  8. VideoConfig()
  9. {
  10.   NoTextelShift()
  11.   {
  12.     Device(  4634,     1, 1);    // standard voodoo 1
  13.     Device(  4634,     2, 1);    // standard voodoo 2
  14.     Device(  4634,     9, 1);    // voodoo 5
  15.     Device(  4418, 25661, 1);    // rush voodoo 1
  16.     Device(  4313, 34342, 1);    // Rush-Macronix
  17.     Device(  4098, 18260, 1);    // ati rage II
  18.   }
  19.   GammaControl()
  20.   {
  21.     Device(  4634,     1, 0);    // standard voodoo 1
  22.     Device(  4634,     5, 1);    // voodoo 3
  23.     Device(  4418, 25661, 0);    // rush voodoo 1
  24.     Device(  4313, 34342, 0);    // Rush-Macronix
  25.     Device(  4098, 18260, 0);    // ati rage II
  26.     Device(  4098, 21062, 1);       // ATI Rage 128
  27.     Device(  4098, 20550, 1);    // ati fury
  28.   }
  29.   NoAlphaModulate()
  30.   {
  31.     Device(  4818,    24, 1);    // nvidia riva 128
  32.   }
  33.   TriplebufOff()
  34.   {
  35.     Device(  4634,     3, 1);    // Voodoo Banshee
  36.     Device(  4098, 18260, 1);    // ati rage II
  37.     Device(  4098, 20550, 1);    // RAGE FURY PRO
  38.     Device( 21299, 35362, 1);    // S3 Savage 4
  39.   }
  40.   TrilinearObjectOff()           // no trilinear filtering on objects
  41.   {
  42.     Device(  4318, 40, 1);       // tnt 2
  43.   }
  44. }