|
NO, it just uses the base numbers from the script itself.
the numbers that you see in the hardware compatability check are a part of the ISS script file( in this game):
#define VideoMem "256"
#define CpuMHZ "2400" ---> 2.4Mhz
#define PhysicalRam "2048"
So your 2807 machine is only a 2.8 AND would fail if the above number was at 3000. For it to pass it would need to be at 2800.
|