It's been a long time coming and the wait should hopefully be over soon, as Aspyr Media have confirmed the next Linux patch for Civilization VI is waiting for approval.
Back on July 20th, when we last spoke to Aspyr they confirmed to us that they were hoping to have it up in the next few weeks. Thankfully, it seems they're going to hit it! Only yesterday, they said this on the Steam forum:
We have a final candidate we are happy with, and we are hopeful for partner approval soon.
They also clarified in a later post, that this patch will actually include online cross-platform play for Linux, Mac and Windows! They've had a lot of problems trying to get here, as they've posted about before so I'm sure many of you will be happy to see the day finally come.
We know it's not always a simple job to get cross-platform multiplayer for Linux ports, as they're not the only ones to have trouble with it. Feral Interactive have also talked about this numerous times with their ports, so it's not something specific with Aspyr Media. I imagine it wasn't just a case of getting the code in place, but likely convincing the original developer/publisher of the Windows version to adjust things on their end too. So with that in mind, I do appreciate the effort—I just wish it happened sooner.
You can pick up a copy from: Humble Store and Steam.
Hat tip to SadL.
Quoting: EikeQuoting: x_wingThe tickets talks about the steam bootstrap libs, which are fixed libs downloaded by steam. I think MayeulC referred to the requirement of installing 32 bit system wide packages, which is mandatory when installing steam from any repo.
"... need some basic 32-bit support from the host distribution ..." sounds different to me?
So they will deploy a 64 bit binary in a 32 bit package? AFAIK you can't set 32 bits dependencies in a 64 bit deb package.
Quoting: x_wingQuoting: EikeQuoting: x_wingThe tickets talks about the steam bootstrap libs, which are fixed libs downloaded by steam. I think MayeulC referred to the requirement of installing 32 bit system wide packages, which is mandatory when installing steam from any repo.
"... need some basic 32-bit support from the host distribution ..." sounds different to me?
So they will deploy a 64 bit binary in a 32 bit package? AFAIK you can't set 32 bits dependencies in a 64 bit deb package.
Maybe some other composant of the game needs 32 bit support (like music, videos...)
Hopefully they address this in the patch.
Quoting: slaapliedjeFound out why it's broken on my system. Apparently it depends upon libssl1.0.0 and Debian Sid is now running with libssl1.0.2 (and most things are using libssl1.1.0)
Hopefully they address this in the patch.
Does a symbolic link help?
Quoting: EikeNope, it needed one for libssl and libcrypto. Then after that it was complainin that it needed OPENSSL1.0.0. So looks like ABI compatibility was killed.Quoting: slaapliedjeFound out why it's broken on my system. Apparently it depends upon libssl1.0.0 and Debian Sid is now running with libssl1.0.2 (and most things are using libssl1.1.0)
Hopefully they address this in the patch.
Does a symbolic link help?
Quoting: EikeQuoting: MayeulCAlso, 64-bit is not a big performance boost for games that are GPU bottlenecked. Civilisation actually is CPU bottlenecked on enemy turns, so in this instance, it could be... if Civ 6 already wasn't 64-bit.
There's no severe performance boost to be expected on CPU either.
This actually comes down to the implementation details. 64 bit doubles the number of registers you have and guarantees AVX2 support, so there are non-trivial gains to be made by making tight loops contain slightly more variables and vectorising calculations, but I doubt they'd do such a fundamental engine rework as a patch.
See more from me