home *** CD-ROM | disk | FTP | other *** search
/ Gamblexx 2002 May / gamblexx_05_2002.iso / demos / serioussamsedemo.exe / Disk1 / Scripts / Addons / Extreme.ini < prev    next >
Encoding:
Text File  |  2001-11-09  |  1.3 KB  |  61 lines

  1.  
  2. // boost for quality
  3.  
  4. gap_iUseTextureUnits   = 4;
  5. gap_bAllowGrayTextures = 0;
  6. gap_bAllowSingleMipmap = 1;
  7. gap_iTextureFiltering  = 22;
  8. gap_iTextureAnisotropy = 16;
  9. gap_fTextureLODBias    = -0.5;
  10. gap_bOptimizeStateChanges = 1;
  11. gap_iOptimizeClipping = 0;
  12. gap_iOptimizeDepthReads = 1;
  13. gap_iSwapInterval = 0;
  14. gap_iRefreshRate  = 0;
  15. gap_bForceTruform = 0;
  16. gap_iTruformLevel = 4;
  17. gap_iDithering = 2;
  18.  
  19. mdl_fLODMul = 0;
  20. mdl_fLODAdd = -100;
  21. mdl_iLODDisappear = 0;
  22. mdl_bRenderDetail = 1;
  23. mdl_bRenderSpecular = 1;
  24. mdl_bRenderReflection = 1;
  25. mdl_iShadowQuality = 3;
  26.  
  27. wld_iDetailRemovingBias = 0;
  28. wld_bTextureLayers = 111;
  29. wld_bRenderMirrors = 1;
  30.  
  31. gfx_iLensFlareQuality = 3;
  32. gfx_bClearScreen = 0;
  33. gfx_bDisableMultiMonSupport = 1;
  34.  
  35. tex_iNormalQuality    = 22;
  36. tex_iAnimationQuality = 22;
  37. tex_bFineEffect = 1;
  38. tex_bFineFog    = 1;
  39. tex_iNormalSize    = 10;
  40. tex_iAnimationSize = 8;
  41. tex_iEffectSize    = 8;
  42. tex_bDynamicMipmaps = 1;
  43. tex_iDithering = 3;
  44. tex_iFiltering = -2;
  45. tex_iEffectFiltering = 4;
  46. tex_bProgressiveFilter = 1;
  47. tex_bAlternateCompression = 1;
  48.  
  49. shd_iStaticSize  = 8;
  50. shd_iDynamicSize = 8;
  51. shd_bFineQuality = 1;
  52. shd_iFiltering = 4;
  53. shd_iDithering = 0;
  54. shd_iAllowDynamic = 2;
  55. shd_bDynamicMipmaps = 1;
  56. shd_fCacheSize = 16;
  57. shd_tmFlushDelay = 60;
  58. shd_bCacheAll = 0;
  59.  
  60. RefreshTextures();
  61.