;Benchmark profiles for some common hardware configs. ;Only used to classify unknown hardware configs. BenchProfile = P4 2189 6.108187 15.113676 9.402223 BenchProfile = P4 3049 8.640481 21.329025 12.888884 BenchProfile = K7 1500 6.978142 16.116205 9.252953 BenchProfile = K7 1009 4.679312 10.506442 6.062261 ; ; if the measured CPU speed is lower than this, disable shell map, regardless ; ReallyLowMHz = 600 ;Each of these presets specifies the minimum hardware required to get the setting. ;The highest setting that passes all hardware requirements is chosen as the default. ;We do not need to list every possible combination because they will automatically ;find the closest match. LOW is the default so we really only need to list the ;configs that result in MEDIUM or HIGH. ; ;Valid labels (inside gamelod.cpp): ;CPU: "P3", "P4","K7" ; ;Video: "V2","V3","V4","V5","TNT","TNT2","GF2","R100","PS11","GF3","GF4","PS14","R200","PS20","R300" ;P3 presets - we'll copy the P4 presets but lower Mhz since P3 is faster at same clock. LODPreset = LOW P3 1400 GF3 128 LODPreset = LOW P3 1400 GF4 128 LODPreset = MEDIUM P3 1400 GF3 256 LODPreset = MEDIUM P3 1400 GF4 256 LODPreset = MEDIUM P3 1400 GF3 512 LODPreset = HIGH P3 1400 GF4 512 ;P4 presets LODPreset = LOW P4 1500 GF3 128 LODPreset = LOW P4 1500 GF4 128 LODPreset = MEDIUM P4 1500 GF3 256 LODPreset = MEDIUM P4 1500 GF4 256 LODPreset = MEDIUM P4 1500 GF3 512 LODPreset = HIGH P4 1500 GF4 512 LODPreset = MEDIUM P4 2000 GF3 256 LODPreset = MEDIUM P4 2000 GF4 256 LODPreset = HIGH P4 2000 GF3 512 LODPreset = HIGH P4 2000 GF4 512 LODPreset = MEDIUM P4 2500 GF3 256 LODPreset = MEDIUM P4 2500 GF4 256 LODPreset = HIGH P4 2500 GF3 512 LODPreset = HIGH P4 2500 GF4 512 ;Athlon presets LODPreset = LOW K7 1200 GF4 128 LODPreset = LOW K7 1200 GF4 128 LODPreset = MEDIUM K7 1200 GF4 256 LODPreset = MEDIUM K7 1200 GF4 256 LODPreset = MEDIUM K7 1200 GF3 512 LODPreset = HIGH K7 1200 GF4 512 LODPreset = MEDIUM K7 1500 GF3 256 LODPreset = MEDIUM K7 1500 GF4 256 LODPreset = HIGH K7 1500 GF3 512 LODPreset = HIGH K7 1500 GF4 512 LODPreset = MEDIUM K7 2000 GF3 256 LODPreset = MEDIUM K7 2000 GF4 256 LODPreset = HIGH K7 2000 GF3 512 LODPreset = HIGH K7 2000 GF4 512