超级玩家
 
- 贡献度
- 26
- 金元
- 5710
- 积分
- 675
- 精华
- 0
- 注册时间
- 2009-10-7
|
自BFBC2开始就在个人鼓捣手动优化,以使老掉牙的机器流畅运行,MOH出来后中配依然吃力,在30帧左右,遂研究了配置文件,手动锁定了一下,于是达到了45到55帧不等!
方法(个人所见,可见一斑,仁者见仁,智者见智,勿怪!)
Engine文件夹?Config文件夹?BaseCompat配置文件
记事本打开
[AppCompat]
CPUScore1=1000
CPUScore2=720
CPUScore3=630
CPUScore4=500
CPUScore5=275
CPUSpeed1=1.8
CPUSpeed2=2.4
CPUSpeed3=3.0
CPUSpeed4=3.5
CPUSpeed5=4.0
CPUMultiCoreMult=1.75
CPUHyperThreadMult=1.15
CPUMemory1=0.5
CPUMemory2=1.0
CPUMemory3=1.0
CPUMemory4=2.0
CPUMemory5=3.0
GPUmemory1=128
GPUmemory2=128
GPUmemory3=256
GPUmemory4=512
GPUmemory5=768
GPUShader1=2
GPUShader2=2
GPUShader3=2
GPUShader4=3
GPUShader5=3
[AppCompatGPU-0x10DE]
;IDs obtained from NVIDIA_Device_IDs_April_2007 from NVIDIA.com
;0 indicates unsupported. -1 indicates untested. Most laptops and Quadros have not been tested
VendorName=NVIDIA
VendorMobileTag=Go
0x014F=1,GeForce 6200
0x00F3=1,GeForce 6200
0x0221=1,GeForce 6200
0x0163=1,GeForce 6200 LE
0x0162=1,GeForce 6200SE TurboCache(TM)
0x0161=1,GeForce 6200 TurboCache(TM)
0x0162=1,GeForce 6200SE TurboCache(TM)
0x0160=1,GeForce 6500
0x0141=2,GeForce 6600
0x00F2=2,GeForce 6600
0x0140=2,GeForce 6600 GT
0x00F1=2,GeForce 6600 GT
0x0142=2,GeForce 6600 LE
0x00F4=2,GeForce 6600 LE
0x0143=2,GeForce 6600 VE
0x0147=2,GeForce 6700 XL
从上到下,依次为CPU核心,CPU频率(注意,锁定频率可以防止过热,亲测!),多核心频率,超线程,CPUMemory,显卡显存,显卡材质,显卡型号(分为N卡和A卡)
可根据自己配机配置选择,剩余的可以完全删除!其中CPUMemory和显卡材质数字越大,消耗CPU和GPU越高!
我得优化仅保留了如下
[AppCompat]
CPUScore2=720
CPUSpeed1=1.8
CPUMultiCoreMult=1.75
CPUHyperThreadMult=1.15
CPUMemory2=1.0
GPUmemory3=256
GPUShader1=2
[AppCompatGPU-0x10DE]
;IDs obtained from NVIDIA_Device_IDs_April_2007 from NVIDIA.com
;0 indicates unsupported. -1 indicates untested. Most laptops and Quadros have not been tested
VendorName=NVIDIA
VendorMobileTag=Go
0x0402=4,NVIDIA GeForce 8600 GT |
|