Thief 3 & IMAGECFG

Associate
Joined
11 Apr 2008
Posts
130
I created a batch file using imagecfg.exe to force the t3.exe & tmain.exe to use only one core:

imagecfg.exe -u t3.exe
imagecfg.exe -u T3main.exe
imagecfg.exe -a 0x1 t3.exe
imagecfg.exe -a 0x1 T3main.exe
pause



However, only the t3.exe was successful......anyone know why?
 
I'm sorry i have no idea about batch files but i have always found >>THIS<< useful when running games that are problematic on multicores.

Basically you create a shortcut and enter the following in the target box:

C:\Windows\System32\cmd.exe /C start /AFFINITY 1 "game exe location" NameOfGameExe.exe
 
Back
Top Bottom