home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 52 / CDPowerplay52Disc1.iso / games / samtest / Scripts / GLSettings / Default_1.scr < prev    next >
Encoding:
Text File  |  2000-05-29  |  759 b   |  41 lines

  1.  
  2. // default settings - normal
  3.  
  4. ogl_bUseCompiledVertexArrays=1;
  5. ogl_bUseMultiTexture=1;
  6. ogl_bUseTextureCompression=1;
  7. ogl_bDisableExtensions=0;
  8. ogl_bFastRendering=1;
  9. ogl_bFastStateChange=1;
  10. ogl_bFastUploading=1;
  11. ogl_bFastFog=1;
  12. ogl_bFast2D=1;
  13. ogl_bLockAllArrays=0;
  14. ogl_iMaxLockCount=0;
  15. ogl_bReloadDriver=0;
  16. ogl_bAllowSingleMipmap=0;
  17. ogl_iTextureFilter=21;
  18.  
  19. mdl_fLODMul=1;
  20. mdl_fLODAdd=0;
  21. mdl_bRenderBump=1;
  22. wld_bTextureLayer3=1;
  23. wld_bRenderMirrors=1;
  24. wld_fDetailRemovingBias=2;
  25.  
  26. tex_iDithering=1;
  27. tex_bDitherEffect=0;
  28.  
  29. shd_iDithering=1;
  30. shd_bDitherDynamic=0;
  31. shd_bAllowDynamic=1;
  32. shd_bNoDynamicMipmaps=0;
  33. shd_iStaticBlurFilter=2;
  34. shd_iDynamicBlurFilter=1;
  35.  
  36. hud_bShowWeapon=1;
  37. gfx_bHourglass=1;
  38. gfx_iRenderLensFlares=2;
  39.  
  40.  
  41.