View Single Post
Old 11-17-14, 05:13 PM   #4
Pisces
Silent Hunter
 
Join Date: Dec 2004
Location: AN9771
Posts: 4,892
Downloads: 300
Uploads: 0
Default

Assign the game to a single CPU core with Taskmanager (keyword "affinity"). It doesn't like multi-threading (or which ever way it splits it's processing across CPUs) and bogs down.

EDIT: This might help to automate things in the shortcut:

http://www.eightforums.com/tutorials...e-windows.html

I have in my shortcut Target line:

cmd.exe /c start "Subcommand" /affinity 2 "C:\Games\Subcommand\Subcommand.exe"

CPU0 =1
CPU1 = 2 and so on.
Pisces is offline   Reply With Quote