home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / lotrbfme2_demo.exe / INI.big / data_ini_gamelodpresets.ini < prev    next >
Text File  |  2006-01-31  |  2KB  |  44 lines

  1. ;Benchmark profiles for some common hardware configs.
  2. ;Only used to classify unknown hardware configs.
  3.  
  4. BenchProfile = P4 2189 6.108187 15.113676  9.402223
  5. BenchProfile = P4 3049 8.640481 21.329025 12.888884
  6. BenchProfile = K7 1500 6.978142 16.116205  9.252953
  7. BenchProfile = K7 1009 4.679312 10.506442  6.062261
  8.  
  9. ;
  10. ; if the measured CPU speed is lower than this, disable shell map, regardless
  11. ;
  12. ReallyLowMHz = 1200
  13.  
  14. ; If CPU speed is below this, audio prefers the low-CPU setting.
  15. ; Simplier than the othe presets because we care only about CPU, not
  16. ; graphic card stuff
  17. AudioLowMHz = 2200
  18.  
  19. ;Each of these presets specifies the minimum hardware required to get the setting.
  20. ;The highest setting that passes all hardware requirements is chosen as the default.
  21. ;We do not need to list every possible combination because they will automatically
  22. ;find the closest match.  "Very Low" and 800x600 is the default so we really only
  23. ;need to list the configs that result higher settings.
  24. ; NOTE: When changing default resolutions for some LOD level, the reset code in AptOptions needs to be updated!
  25. ;
  26. ;Valid labels (inside gamelod.cpp):
  27. ;CPU: "P3", "P4","K7"
  28. ;
  29.  
  30.  
  31. ; Pentium presets
  32. LODPreset = Low            P4 1800 _MINIMUM_FOR_LOW_LOD 128 500 1024 768
  33. LODPreset = Medium        P4 2200 _MINIMUM_FOR_MEDIUM_LOD 128 500 1024 768
  34. LODPreset = High        P4 2600 _MINIMUM_FOR_HIGH_LOD 128 500 1024 768
  35. LODPreset = High        P4 3000 RADEON_9800 128 1000 1024 768
  36. LODPreset = UltraHigh   P4 3000 _MINIMUM_FOR_ULTRA_HIGH_LOD 128 500 1024 768
  37.  
  38. ; Athlon presets
  39. LODPreset = Low            K7 1600 _MINIMUM_FOR_LOW_LOD 128 500 1024 768
  40. LODPreset = Medium        K7 1800 _MINIMUM_FOR_MEDIUM_LOD 128 500 1024 768
  41. LODPreset = High        K7 2000 _MINIMUM_FOR_HIGH_LOD 128 500 1024 768
  42. LODPreset = High        K7 2200 RADEON_9800 128 1000 1024 768
  43. LODPreset = UltraHigh   K7 2200 _MINIMUM_FOR_ULTRA_HIGH_LOD 128 500 1024 768
  44.