You need to restrict the game to use only one core of your cpu. You will find this in the "conf.ini" file. Here is an example:
[rts]
ProcessAffinityMask=1
Yours might have a ; colon in front of it remove and experiment with which core works best. When I set mine to "ProcessAffinityMask=2" I saw that nothing was using core 1 so I changed it back to core 1 and saw other processes using core 2.
Hope this helps.
|