Ok, first of all now that the demo is out, I don't particularily recommend using this anymore in its current state BUT, I thought I would note something VERY interesting I discovered. It seems as though Epic implemented something similar to my calculator in the game to determine what settings to use. I can't say I agree with how it is done completely, but it was clever of them to do it.. Some credit would have been nice though if they based it off my script...
You can see in UTDemoCompat.ini how it scores different CPUs, GPUs and RAM configurations.
Small Excerpt:
[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]
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
Then in UTEngine.ini:
[AppCompat]
MeasuredCPUScore=777.990479
CompatLevelComposite=1
CompatLevelCPU=1
CompatLevelGPU=4
Since their list is much more comprehensive and tuned to the game, I will see what it might entail to make my calculator match theirs.. then perhaps it can become an official tool.
You can see in UTDemoCompat.ini how it scores different CPUs, GPUs and RAM configurations.
Small Excerpt:
[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]
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
Then in UTEngine.ini:
[AppCompat]
MeasuredCPUScore=777.990479
CompatLevelComposite=1
CompatLevelCPU=1
CompatLevelGPU=4
Since their list is much more comprehensive and tuned to the game, I will see what it might entail to make my calculator match theirs.. then perhaps it can become an official tool.
Comment