View Single Post
  #9  
Old 08-06-2008, 03:12 PM
Billy885 Billy885 is offline
Approved Member
 
Join Date: Oct 2007
Posts: 60
Default

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.
Reply With Quote