home *** CD-ROM | disk | FTP | other *** search
/ Gamblexx 2002 May / gamblexx_05_2002.iso / demos / serioussamsedemo.exe / Disk1 / Scripts / GLSettings / 3Dfx-V5.ini < prev    next >
Encoding:
Text File  |  2001-11-19  |  439 b   |  14 lines

  1.  
  2. // driver version: V5 1.04.01 beta (unified Voodoo Series)
  3.  
  4. include "Scripts\GLSettings\Default.ini";
  5.  
  6. if( iQualityIndex>4)    { iQualityIndex = 4; }
  7. if( sam_iVideoSetup==2) { iQualityIndex = iQualityIndex +1; }
  8. if( sam_iVideoSetup==0) { iQualityIndex = iQualityIndex -1; }
  9.  
  10. include "Scripts\GLSettings\RAM.ini";
  11.  
  12. ogl_bUseCompiledVertexArrays = 1; // don't enable it for particles (might crash) and world (severe slowdowns)
  13.  
  14.