64 bit games or 32 bit...what gives?

Gamers can also use this forum to chat about any game related subject, news, rumours etc.

Moderator: maddog986

greenmoray1
Posts: 38
Joined: Mon Apr 16, 2018 2:33 pm

64 bit games or 32 bit...what gives?

Post by greenmoray1 »

Hi.….I wondered if anyone can explain and assist/ advise in a question I have regarding games that you buy that say they are 64 bit but pop up in the game menu as 32 bit. My notebook is 64 bit for certain. Why do games come up 32 bit and other times 64 bit? When I see the pre-play window pop up to start the game it will say 32 bit but I'm sure I bought the game in 64 bit. Truth be told....now don't harp all over me...but I don't really understand what they mean ...I'm guessing resolution or memory...heck that's a guess. Can someone please explain why the 2 (64bit/32bit) come up unplanned. If I buy the 64 bit version why then does it come up 32 bit. How do you make sure your purchased games are 64 bit since that is what my system has 100% not 32 bit? I don't see any changes in the game to be honest but it's just a curiosity question that I'd like an answer to. Is there something I'm doing to make it turn to 32 bit on my 64 bit system. If I bought the game in 64bit version why does it change to 32bit and sometimes back to 64 bit? Maybe it's just simple stuff and this is a dumb question. Please clarify. Thank you.
User avatar
wodin
Posts: 10709
Joined: Sun Apr 20, 2003 3:13 am
Location: England
Contact:

RE: 64 bit games or 32 bit...what gives?

Post by wodin »

I'm not certain I ever noticed a difference.

The only thing has been some games are 64bit only. So really if you haven't yet then you're best upgrading to 64bit OS sooner rather than later. Also make sure your system can handle a 64bit OS first, again if it can't then you need to start thinking about upgrading your hardware.

As far as I know there hasn't been a game released as two separate versions.
User avatar
Lobster
Posts: 5546
Joined: Thu Aug 08, 2013 2:12 pm
Location: Third rock from the Sun.

RE: 64 bit games or 32 bit...what gives?

Post by Lobster »

Back in the day computers used to operate on 8 bit, one byte, at a time. Then they went to 16 bits or 2 bytes. Then 32 bit or 4 bytes. Now 64 bits or 8 bytes. The progression will always be double of the last iteration. What this all means is the bus, or data highway, into the cpu is becoming wider so it can accommodate more traffic. Wiki: "Simply put, a 64-bit processor is more capable than a 32-bit processor, because it can handle more data at once. ... Here's the key difference: 32-bit processors are perfectly capable of handling a limited amount of RAM (in Windows, 4GB or less), and 64-bit processors are capable of utilizing much more."

If a program is written in 64bit it's designed to take advantage of that wider highway and cannot use the more narrow 32bit road. But many programs can use either highway so it's not a problem. If you have a 64bit system you can run most anything.

Edit: I'll add this from the wiki: "The internal bus, also known as internal data bus, memory bus, system bus or Front-Side-Bus, connects all the internal components of a computer, such as CPU and memory, to the motherboard. Internal data buses are also referred to as a local bus, because they are intended to connect to local devices"
ne nothi tere te deorsum (don't let the bastards grind you down)

If duct tape doesn't fix it then you are not using enough duct tape.

Two things are infinite: the universe and human stupidity and I’m not sure about the universe-Einstein.
sanch
Posts: 424
Joined: Sat Oct 30, 2004 7:55 am

RE: 64 bit games or 32 bit...what gives?

Post by sanch »

The difference is rather simple. 32-bit systems have a hard limit of 4 GB of addressable memory, usually partitioned as 2 GB for the O/S and 2 GB for the user. 64-bit systems removes the 2 GB restriction.

Consider a game such as Skyrim (32-bit). It has all sorts of mods available. But with a 2 GB limit, those mods could easily fill up memory. But with 64-bit Skyrim you could stuff as many mods in as you wanted, and still have room as many more.

Speed trade-offs are insignificant; 64-bit executables are typically about 10% larger, but you have all that extra room in memory.

So, to me, 64-bit is a no-brainer winner.
User avatar
Lobster
Posts: 5546
Joined: Thu Aug 08, 2013 2:12 pm
Location: Third rock from the Sun.

RE: 64 bit games or 32 bit...what gives?

Post by Lobster »

If your x86 supports PAE you can access 64gb ram with 32bit. But since he has 64bit...
ne nothi tere te deorsum (don't let the bastards grind you down)

If duct tape doesn't fix it then you are not using enough duct tape.

Two things are infinite: the universe and human stupidity and I’m not sure about the universe-Einstein.
User avatar
Curtis Lemay
Posts: 15067
Joined: Fri Sep 17, 2004 3:12 pm
Location: Houston, TX

RE: 64 bit games or 32 bit...what gives?

Post by Curtis Lemay »

Why would a wargame need 64-bits? What wargame parameter needs more than 2GB of resolution?
My TOAW web site:

Bob Cross's TOAW Site
Zorch
Posts: 7087
Joined: Sun Mar 07, 2010 4:21 pm

RE: 64 bit games or 32 bit...what gives?

Post by Zorch »

ORIGINAL: Curtis Lemay

Why would a wargame need 64-bits? What wargame parameter needs more than 2GB of resolution?
The advantage of 64 bit architecture is that data is addressed, moved, and processed in larger chunks; not in precision.
sanch
Posts: 424
Joined: Sat Oct 30, 2004 7:55 am

RE: 64 bit games or 32 bit...what gives?

Post by sanch »

ORIGINAL: Curtis Lemay

Why would a wargame need 64-bits? What wargame parameter needs more than 2GB of resolution?

You could quadruple (or more!) the amount of data held in memory - more units, hex features, unit history, etc. I suspect some wargames are currently constrained by data limits.
User avatar
Franciscus
Posts: 831
Joined: Wed Dec 22, 2010 4:29 pm
Location: Portugal

RE: 64 bit games or 32 bit...what gives?

Post by Franciscus »

One of the EU4 devs recently gave a very good explanation about this
https://forum.paradoxplaza.com/forum/in ... 9.1153408/

Making it clear:
- why paradox is moving (finally) their major titles to 64 bits
- why it is ridiculous that presently there are still games being made and released in 32 bits

64 bit hardware and OSs have been around for almost 20 years. It’s doubtful that any PC in current home use today is not 64 bits.

Regards
Former AJE team member
User avatar
Curtis Lemay
Posts: 15067
Joined: Fri Sep 17, 2004 3:12 pm
Location: Houston, TX

RE: 64 bit games or 32 bit...what gives?

Post by Curtis Lemay »

ORIGINAL: Zorch

ORIGINAL: Curtis Lemay

Why would a wargame need 64-bits? What wargame parameter needs more than 2GB of resolution?
The advantage of 64 bit architecture is that data is addressed, moved, and processed in larger chunks; not in precision.
I still don't see how that gets you anything unless you are working with numbers that are bigger than 32 bits. Even if it does, what calculations in wargames take more than a few seconds?
My TOAW web site:

Bob Cross's TOAW Site
User avatar
Curtis Lemay
Posts: 15067
Joined: Fri Sep 17, 2004 3:12 pm
Location: Houston, TX

RE: 64 bit games or 32 bit...what gives?

Post by Curtis Lemay »

ORIGINAL: sanch
ORIGINAL: Curtis Lemay

Why would a wargame need 64-bits? What wargame parameter needs more than 2GB of resolution?

You could quadruple (or more!) the amount of data held in memory - more units, hex features, unit history, etc. I suspect some wargames are currently constrained by data limits.

My understanding is that access to the disk and ram is handled by the operating system - the game itself doesn't have to deal with it. By all means you want a 64-bit operating system.

Even if that's not true, how would you make use of the details of more than the few units that can move or fight at a given instant? Everything else is just pixels on a screen (a few Meg). How many unit histories can one read at a time?
My TOAW web site:

Bob Cross's TOAW Site
User avatar
Curtis Lemay
Posts: 15067
Joined: Fri Sep 17, 2004 3:12 pm
Location: Houston, TX

RE: 64 bit games or 32 bit...what gives?

Post by Curtis Lemay »

ORIGINAL: Franciscus

One of the EU4 devs recently gave a very good explanation about this
https://forum.paradoxplaza.com/forum/in ... 9.1153408/

Making it clear:
- why paradox is moving (finally) their major titles to 64 bits
- why it is ridiculous that presently there are still games being made and released in 32 bits

64 bit hardware and OSs have been around for almost 20 years. It’s doubtful that any PC in current home use today is not 64 bits.

Regards
Reading that, that company is into much more than wargames (if they even do wargames at all).
My TOAW web site:

Bob Cross's TOAW Site
User avatar
PipFromSlitherine
Posts: 1520
Joined: Wed Jun 23, 2010 7:11 pm

RE: 64 bit games or 32 bit...what gives?

Post by PipFromSlitherine »

The vast majority of memory use for any modern game is assets.

Cheers

Pip
follow me on Twitter here
Anonymous

[Deleted]

Post by Anonymous »

[Deleted by Admins]
WingCmdr
Posts: 150
Joined: Tue Jul 25, 2017 7:03 pm
Location: BS, MT

RE: 64 bit games or 32 bit...what gives?

Post by WingCmdr »

That's really clear, great discussion. I just always knew bigger is better.

The thing I can't get is that if you look at the Product Spec.s page when you buy a game is it there?
User avatar
Franciscus
Posts: 831
Joined: Wed Dec 22, 2010 4:29 pm
Location: Portugal

RE: 64 bit games or 32 bit...what gives?

Post by Franciscus »

ORIGINAL: Curtis Lemay

ORIGINAL: Franciscus

One of the EU4 devs recently gave a very good explanation about this
https://forum.paradoxplaza.com/forum/in ... 9.1153408/

Making it clear:
- why paradox is moving (finally) their major titles to 64 bits
- why it is ridiculous that presently there are still games being made and released in 32 bits

64 bit hardware and OSs have been around for almost 20 years. It’s doubtful that any PC in current home use today is not 64 bits.

Regards
Reading that, that company is into much more than wargames (if they even do wargames at all).

Of course. But PC war-games are PC games...
Former AJE team member
User avatar
Franciscus
Posts: 831
Joined: Wed Dec 22, 2010 4:29 pm
Location: Portugal

RE: 64 bit games or 32 bit...what gives?

Post by Franciscus »

ORIGINAL: Curtis Lemay

Why would a wargame need 64-bits? What wargame parameter needs more than 2GB of resolution?

Let's put this in perspective:

ZX Spectrum was an 8 bit machine. It had great games when it was around. Even wargames (Desert Rats, for instance). When newer hardware and OS came along, 16 bit and then 32 bit, would you also ask why would a (war)game need 16 or 32 bits ?


Sooner or later 32 bit games will be considered "legacy", and probably will only run with an emulator (like old 8 bit games, that only run now with DosBox).

The forceful move by Apple to completely deprecate 32 bit applications in next MacOs (and already in iOS) will surely be a big thing in this direction. Probably not with small niche games like "our" Matrix wargames. But all the AAA Steam games will surely be 64 bits. And all iPad apps and games (a market that is infinitely bigger than PC gaming) are already only 64 bits.
Former AJE team member
User avatar
Franciscus
Posts: 831
Joined: Wed Dec 22, 2010 4:29 pm
Location: Portugal

RE: 64 bit games or 32 bit...what gives?

Post by Franciscus »

ORIGINAL: WingCmdr

That's really clear, great discussion. I just always knew bigger is better.

The thing I can't get is that if you look at the Product Spec.s page when you buy a game is it there?


Currently no, with exceptions. For example, Mare Nostrum from Matrix is already a 64 bit game and that is stated in the product specs. For the rest, if nothing is stated, one should assume they are still 32 bits.

Foi Windows, this is still irrelevant, as Microsoft has still maintained 32 bit compatibility as a legacy (probably bloating and overloading Windows). But sooner or later this is surely going to change...

The main limitation of 32 bit software is that it can only use 4 Gb (see 2 Gb) of RAM. Even if your PC has 8 or 16 Gb of RAM, it is not used by a 32 bit application. A 64 bit application can theoretically use 16 Exabytes [8D]


Regards
Former AJE team member
User avatar
Curtis Lemay
Posts: 15067
Joined: Fri Sep 17, 2004 3:12 pm
Location: Houston, TX

RE: 64 bit games or 32 bit...what gives?

Post by Curtis Lemay »

ORIGINAL: Franciscus
ORIGINAL: Curtis Lemay

Why would a wargame need 64-bits? What wargame parameter needs more than 2GB of resolution?

Let's put this in perspective:

ZX Spectrum was an 8 bit machine. It had great games when it was around. Even wargames (Desert Rats, for instance). When newer hardware and OS came along, 16 bit and then 32 bit, would you also ask why would a (war)game need 16 or 32 bits ?

8 bits = +/-128. 16 bits = +/-32K. One can certainly imagine a need for numbers higher than those in a wargame. But higher than 2G? Why?
My TOAW web site:

Bob Cross's TOAW Site
User avatar
PipFromSlitherine
Posts: 1520
Joined: Wed Jun 23, 2010 7:11 pm

RE: 64 bit games or 32 bit...what gives?

Post by PipFromSlitherine »

ORIGINAL: larrybush

Pip, I'm not really into the nuts and bolts of computers. What are assets or what are the assets?
Graphics, sound, text, music, voice, etc.

Cheers

Pip
follow me on Twitter here
Post Reply

Return to “General Discussion”