[ Index ] WAROFGENERALS

PHP Cross Reference of WAROFGENERALS MODS SOURCES

title

Body

[close]

/Command and conquer Generals/Call to arms/Data/INI/ -> GameLODPresets.ini (source)

   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 = 600
  13  
  14  ;Each of these presets specifies the minimum hardware required to get the setting.
  15  ;The highest setting that passes all hardware requirements is chosen as the default.
  16  ;We do not need to list every possible combination because they will automatically
  17  ;find the closest match.  LOW is the default so we really only need to list the
  18  ;configs that result in MEDIUM or HIGH.
  19  ;
  20  ;Valid labels (inside gamelod.cpp):
  21  ;CPU: "P3", "P4","K7"
  22  ;
  23  ;Video: "V2","V3","V4","V5","TNT","TNT2","GF2","R100","PS11","GF3","GF4","PS14","R200","PS20","R300"
  24  
  25  ;P3 presets - we'll copy the P4 presets but lower Mhz since P3 is faster at same clock.
  26  LODPreset = LOW    P3 1400 GF3 128
  27  LODPreset = LOW    P3 1400 GF4 128
  28  LODPreset = MEDIUM P3 1400 GF3 256
  29  LODPreset = MEDIUM P3 1400 GF4 256
  30  LODPreset = MEDIUM P3 1400 GF3 512
  31  LODPreset = HIGH   P3 1400 GF4 512
  32  
  33  ;P4 presets
  34  LODPreset = LOW    P4 1500 GF3 128
  35  LODPreset = LOW    P4 1500 GF4 128
  36  LODPreset = MEDIUM P4 1500 GF3 256
  37  LODPreset = MEDIUM P4 1500 GF4 256
  38  LODPreset = MEDIUM P4 1500 GF3 512
  39  LODPreset = HIGH   P4 1500 GF4 512
  40  
  41  LODPreset = MEDIUM P4 2000 GF3 256
  42  LODPreset = MEDIUM P4 2000 GF4 256
  43  LODPreset = HIGH   P4 2000 GF3 512
  44  LODPreset = HIGH   P4 2000 GF4 512
  45  
  46  LODPreset = MEDIUM P4 2500 GF3 256
  47  LODPreset = MEDIUM P4 2500 GF4 256
  48  LODPreset = HIGH   P4 2500 GF3 512
  49  LODPreset = HIGH   P4 2500 GF4 512
  50  
  51  ;Athlon presets
  52  LODPreset = LOW    K7 1200 GF4 128
  53  LODPreset = LOW    K7 1200 GF4 128
  54  LODPreset = MEDIUM K7 1200 GF4 256
  55  LODPreset = MEDIUM K7 1200 GF4 256
  56  LODPreset = MEDIUM K7 1200 GF3 512
  57  LODPreset = HIGH   K7 1200 GF4 512
  58  
  59  LODPreset = MEDIUM K7 1500 GF3 256
  60  LODPreset = MEDIUM K7 1500 GF4 256
  61  LODPreset = HIGH   K7 1500 GF3 512
  62  LODPreset = HIGH   K7 1500 GF4 512
  63  
  64  LODPreset = MEDIUM K7 2000 GF3 256
  65  LODPreset = MEDIUM K7 2000 GF4 256
  66  LODPreset = HIGH   K7 2000 GF3 512
  67  LODPreset = HIGH   K7 2000 GF4 512


Generated: Sat Mar 28 08:18:23 2009 Cross-referenced by PHPXref 0.7