X3: TC - Enable multiprocessor support?
Moderators: timon37, Moderators for English X Forum
-
- Posts: 150
- Joined: Tue, 25. Nov 08, 15:02
X3: TC - Enable multiprocessor support?
Is there some way I can enable multi processor support?
-
- Posts: 150
- Joined: Tue, 25. Nov 08, 15:02
-
- Posts: 2928
- Joined: Sat, 6. Mar 04, 16:44
-
- Posts: 1498
- Joined: Thu, 10. Mar 05, 21:04
-
- Posts: 3008
- Joined: Wed, 6. Nov 02, 20:31
there already is multiprocessor support, just not a lot of it
a lot of the directx stuff runs on separate threads, including part of the graphics engine. The main game engine is still one thread, but the other threads combined can use between 30 and 70% of my 2nd core.
a lot of the directx stuff runs on separate threads, including part of the graphics engine. The main game engine is still one thread, but the other threads combined can use between 30 and 70% of my 2nd core.
Math problems? Call 0800-[(10x)(13i)^2]-[sin(xy)/2.362x]
-
- Posts: 384
- Joined: Thu, 27. Jul 06, 04:30
This is probably more something Windows is doing as opposed to the X3 engine doing it. Would be far more efficient to have X3 do it but as previously stated this would be a huge undertaking.frymaster wrote:there already is multiprocessor support, just not a lot of it
a lot of the directx stuff runs on separate threads, including part of the graphics engine. The main game engine is still one thread, but the other threads combined can use between 30 and 70% of my 2nd core.
-
- Posts: 59
- Joined: Fri, 21. Apr 06, 12:25
multicpu
I know im replying to an old thread but in my own research ive found the following to be helpfull when running this game
1) Run the game explicitly on a single core this means entering task manager right clicking on the game's executable and setting affinity to 1 core only.
2) after setting the game to use a single core only, set it's process priority to realtime, this allows the game to completely take over a single core of your cpu and use it to maximum effect, all other multithreadable processes will happily use the other core(s) as per normal
after doing this i noticed my 10x seta performance to be far better than it was previous maybe 2-3 times better framerate
1) Run the game explicitly on a single core this means entering task manager right clicking on the game's executable and setting affinity to 1 core only.
2) after setting the game to use a single core only, set it's process priority to realtime, this allows the game to completely take over a single core of your cpu and use it to maximum effect, all other multithreadable processes will happily use the other core(s) as per normal
after doing this i noticed my 10x seta performance to be far better than it was previous maybe 2-3 times better framerate
This is Space, there's plenty here for everyone, its just the stuff that fills it thats scarce