Would you buy a multi-core X4?

General discussions about the games by Egosoft including X-BTF, XT, X², X³: Reunion, X³: Terran Conflict and X³: Albion Prelude.

Moderator: Moderators for English X Forum

Would you buy a multi-core X4?

Yes, because I already have a multi-core system
40
73%
Yes, because I'm going to buy a multi-core system (anyway)
10
18%
No, because it should run on my old single-core comp.
5
9%
 
Total votes: 55

googlemeier
Posts: 365
Joined: Mon, 28. Nov 05, 15:45
x3tc

Would you buy a multi-core X4?

Post by googlemeier »

The X-Games would certainly profit from dual or multi core systems.
For a multi-core X(4) probably a whole new program structure is required which will certainly be hard to make.
But - in order to find out about the player's expectations for future x4, (the future - that's what it's all about, isn't it?) I posted this poll.
tclord
Posts: 240
Joined: Sun, 12. Feb 06, 07:55
x3

Post by tclord »

What you are really talking about here is multi-threaded vs. single-threaded. Should be about the same for a single core processor system, but improve what can be done in a multi-core system, so there's no reason not to want it from a user's perspective. From a programming perspective, it would make things a lot more difficult to program, so longer development time involved. This is the trade off to consider here in making your decisions.
Bunny
Posts: 2014
Joined: Mon, 1. Dec 03, 19:44
x3ap

Post by Bunny »

Is it possible to buy a new CPU that is not multi core :?
pjknibbs
Posts: 41358
Joined: Wed, 6. Nov 02, 20:31
x4

Post by pjknibbs »

Bunny wrote:Is it possible to buy a new CPU that is not multi core :?
Unquestionably. Intel are still (for the moment) selling single-core Celerons and P4s, and AMD are selling single-core Semprons and low-end Athlon 64s. Chances are this won't be the case for more than a few months longer, but right now, that's the situation.

[EDIT] Just to correct you, tclord, a multi-threaded application does NOT work as well on a single CPU core as it does on multiple ones. Switching between the threads takes time, so if you don't have the extra core to make up for that, you actually get a drop in performance. It's not going to be a huge drop, but in a game as intensive as X you need all the CPU horsepower you can lay your hands on!
Last edited by pjknibbs on Mon, 18. Jun 07, 00:26, edited 1 time in total.
Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22438
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow »

yes they are still about, but there not exactly easy to get hold of anymore
Looney
Posts: 265
Joined: Wed, 6. Nov 02, 20:31
x3tc

X first rest last...

Post by Looney »

Well, i have recently been forced to buy a new comp because my computer just blew up recently..... USE A POWER SURGE! me kicks himself! DOH!

Well i normally only upgrade when X requires it!
What ever X needs i will have!
So X needs to be played and i will get whatever to play it.

then again im a bit Looney :oops:
User avatar
mrbadger
Posts: 14228
Joined: Fri, 28. Oct 05, 17:27
x3tc

Post by mrbadger »

Does multi core X4 exist yet? Nope

Do I yet own a multi core machine? Nope

Hmm, let me see....
If an injury has to be done to a man it should be so severe that his vengeance need not be feared. ... Niccolò Machiavelli
tclord
Posts: 240
Joined: Sun, 12. Feb 06, 07:55
x3

Post by tclord »

Unless there are a large number of threads, thread switching won't make any noticable difference in practice. All depends on how it's implemented.

As for finding single core CPUs, it's easy. Try eBay. :)

Should definitely use a surge suppressor, or better yet, an UPS. It's like insurance for your machine.
Wolf58
Posts: 61
Joined: Fri, 26. Dec 03, 01:34
x2

Post by Wolf58 »

Is the "threads" refering to 64 bit or 32?
If not then a 64 bit capable dual core X game would be cool. But..if I'm not mistaken (very possible..lol)..aren't all dual core cpu's 64 bit? :D
Things could be worse....they HAVE been.
stevecs
Posts: 251
Joined: Sun, 12. Dec 04, 03:07
xr

Post by stevecs »

Multi-core / Multi-threaded would be a huge plus (I'm already at a quad core machine now and probably increase that as soon as 8core+ become available).

As for 64bit, that's rather moot, I run 64bit systems and 32bit systems, 64bit is good if there is something in your code (do you need the precision? The address space reference ability? what?) Today the only reasons i really see for people to go to 64bit (besides mass media bunk) is for memory addressability, and for true 64-bit systems (ie itanium, sparc, NOT core2/amd stuff) are the 8K memory pages.

Correct me if there's something I'm missing here w/ the X series, but I don't observe really anything that is pushing 64bit needs here (unless there's some sloppy coding somewhere using singed ints where unsigned would do, et al).
pjknibbs
Posts: 41358
Joined: Wed, 6. Nov 02, 20:31
x4

Post by pjknibbs »

Wolf58 wrote:Is the "threads" refering to 64 bit or 32?
If not then a 64 bit capable dual core X game would be cool. But..if I'm not mistaken (very possible..lol)..aren't all dual core cpu's 64 bit? :D
You're confusing two different things. You can most certainly get single-core 64-bit CPUs (the Athlon 64 existed long before it became the dual-core X2), and there's no technical reason why somebody couldn't have produced a dual-core 32-bit CPU--as it happens the two main processor manufacturers had already moved to 64-bit chips when they added the extra cores to their products.

A thread is just an independent path of execution through a program--e.g. in X you might be able to have one thread handling all the OOS stuff, and another one handling the current sector. Apart from some handshaking when a ship moves from OOS to in sector or vice versa, these two threads could run largely independently. On a dual-core system each thread runs on its own core, thus providing a boost in performance.

Return to “X Trilogy Universe”