A question I am sure is burning in everyone’s minds is "Will gog.com ever support Linux", well I aim to give this a bit of limelight here on GOL.
First of all let me direct you to this wishlist item on gog.com itself which has 11,125 votes on it, I find that crazy that a store like gog.com has that many customers who want to support them with their money if they just put up Linux versions of games. So while you are on that page be sure to give it a vote if you like DRM Free games in a standalone download, no messing around with clients like Steam or Desura.
Now something else has popped up on my email radar recently, I am speaking about Simon Roth the developer of Maia who stated this on reddit in response to a question from one of our supporters FutureSuture;
That sounds vaguely promising doesn't it? Well I choose to look at it that way anyway.
Personally I think gog.com run a great service for the PC Gaming industry making sure gamers have a place to get games new and old that aren't filled with any DRM, it's really a great store, hell I am even a customer!
I have a copy of Freespace 2 and Theme Hospital from them to use on the open source engines, I would gladly buy more from them too if they only allowed Linux versions up.
Although this did get me thinking, is it difficult for developers to bundle Linux, Mac and Windows executables in one package? I have seen some developers do this before so I know it is possible and wonder why more don't do that?
That's not exactly a full solution though, we need gog.com to note if a game has a Linux version and support us on it. Personally I consider them one of our major roadblocks for getting accepted as a major gaming platform considering how big a store they are.
The more places that support us the more people can learn Linux exists too right? That can only be a good thing.
What are your thoughts folks?
First of all let me direct you to this wishlist item on gog.com itself which has 11,125 votes on it, I find that crazy that a store like gog.com has that many customers who want to support them with their money if they just put up Linux versions of games. So while you are on that page be sure to give it a vote if you like DRM Free games in a standalone download, no messing around with clients like Steam or Desura.
Now something else has popped up on my email radar recently, I am speaking about Simon Roth the developer of Maia who stated this on reddit in response to a question from one of our supporters FutureSuture;
QuoteI've spoken in person at length about this with them. I can say no more!
That sounds vaguely promising doesn't it? Well I choose to look at it that way anyway.
Personally I think gog.com run a great service for the PC Gaming industry making sure gamers have a place to get games new and old that aren't filled with any DRM, it's really a great store, hell I am even a customer!
I have a copy of Freespace 2 and Theme Hospital from them to use on the open source engines, I would gladly buy more from them too if they only allowed Linux versions up.
Although this did get me thinking, is it difficult for developers to bundle Linux, Mac and Windows executables in one package? I have seen some developers do this before so I know it is possible and wonder why more don't do that?
That's not exactly a full solution though, we need gog.com to note if a game has a Linux version and support us on it. Personally I consider them one of our major roadblocks for getting accepted as a major gaming platform considering how big a store they are.
The more places that support us the more people can learn Linux exists too right? That can only be a good thing.
What are your thoughts folks?
Some you may have missed, popular articles from the last month:
JudasIscariot is actually one of the GoG staffers. Good thing to have supporters of the idea within GoG, yes ? :)
I wish they would offer at least the games that are known to have native Linux ports.
I wish they would offer at least the games that are known to have native Linux ports.
0 Likes
It's not like we are asking for ALL of the Games. They could start with a dozen or so of the popular titles and then do Linux ports of any future releases. Maybe even have a poll to vote on any future releases, right?. ;)
Neverwinter Nights would be a good 1st title I think.
Neverwinter Nights would be a good 1st title I think.
0 Likes
Quoting: Mike FrettIt's not like we are asking for ALL of the Games. They could start with a dozen or so of the popular titles and then do Linux ports of any future releases. Maybe even have a poll to vote on any future releases, right?. ;)Does that exist in its entirety on Linux? I bought it before making the full switch to Linux so that would most certainly be a good choice, GOG!
Neverwinter Nights would be a good 1st title I think.
0 Likes
Quoting: FutureSutureBioWare released a port around 2003. There are some installers around but I've never been able to install it without errors on Linux. So I would definitely enjoy a working port.Quoting: Mike FrettIt's not like we are asking for ALL of the Games. They could start with a dozen or so of the popular titles and then do Linux ports of any future releases. Maybe even have a poll to vote on any future releases, right?. ;)Does that exist in its entirety on Linux? I bought it before making the full switch to Linux so that would most certainly be a good choice, GOG!
Neverwinter Nights would be a good 1st title I think.
0 Likes
Me and my friends played the heck outta original NWN (all the official campaigns, and all the interesting multiplayer campaigns we could find at NW vault) so it worked fine with Linux distros of the day. Have not tried installing it in recent years though; what kinds of errors do you get?
0 Likes
Also like to point out that I signed up for a GOG account exactly to sign that petition, though I now have a few games playable through ScummVM (plus another playable in wine, and another that may not get played because it didn't like my wine) in that account thanks to some kickstarter rewards. Have not directly bought games there yet, still waiting for that Linux support to materialize. How hard would it be to at least support Linux dosbox and ScummVM like PlayOnLinux? They could start selling a bunch of old games with a Linux option that way, and I would consider them interested in having my business.
0 Likes
Quoting: Mike FrettBioWare released a port around 2003. There are some installers around but I've never been able to install it without errors on Linux. So I would definitely enjoy a working port.You can just extract the installer archives yourself, it's not that difficult.
Patching up the original release to 1.69 is a bit more difficult, since you need to apply the correct patches in the correct order, and most of the info vanished when nwn.bioware.com went bye-bye some years ago.
The Diamond release is easier there. The GOG release is even already patched, so you only need to extract the archive.
Quoting: SpeedsterHave not tried installing it in recent years though; what kinds of errors do you get?NWN still runs flawlessly. You just need the appropriate 32bit libraries installed and maybe replace lib/SDL-1.2.so.0 with your distro's. Since ffmpeg/MPlayer nowadays even plays Bink files flawlessly, nwmovies (a hacky thing that hooks into the video playing functions that have been disabled in the original binary) can use that instead of the RADGameTools' own horribly inefficient bink player binary.
0 Likes
If you have the Diamond edition dvd. The downloads still work, I just checked.
wget -c http://nwdownloads.bioware.com/neverwinternights/linux/gold/nwclientgold.tar.gz
wget -c http://nwdownloads.bioware.com/neverwinternights/linux/161/nwclienthotu.tar.gz
wget -c http://files.bioware.com/neverwinternights/updates/linux/169/English_linuxclient169_xp2.tar.gz
mkdir ~/nwn
cd ~/nwn
unzip /media/NW_DIAMOND/Data_Shared.zip
unzip /media/NW_DIAMOND/Data_linux.zip
unzip -o /media/NW_DIAMOND/data/XP1.zip
unzip -o /media/NW_DIAMOND/data/XP2.zip
tar -vxzf ~/nwclientgold.tar.gz
tar -vxzf ~/nwclienthotu.tar.gz
tar -vxzf ~/English_linuxclient169_xp2.tar.gz
./fixinstall
./nwn
wget -c http://nwdownloads.bioware.com/neverwinternights/linux/gold/nwclientgold.tar.gz
wget -c http://nwdownloads.bioware.com/neverwinternights/linux/161/nwclienthotu.tar.gz
wget -c http://files.bioware.com/neverwinternights/updates/linux/169/English_linuxclient169_xp2.tar.gz
mkdir ~/nwn
cd ~/nwn
unzip /media/NW_DIAMOND/Data_Shared.zip
unzip /media/NW_DIAMOND/Data_linux.zip
unzip -o /media/NW_DIAMOND/data/XP1.zip
unzip -o /media/NW_DIAMOND/data/XP2.zip
tar -vxzf ~/nwclientgold.tar.gz
tar -vxzf ~/nwclienthotu.tar.gz
tar -vxzf ~/English_linuxclient169_xp2.tar.gz
./fixinstall
./nwn
0 Likes
QuoteThat sounds vaguely promising doesn't it? Well I choose to look at it that way anyway.
I'm usually optimistic regarding such comments, too, but this doesn't mean anything. Sure, he increased interest in Linux by simply asking for it, but it's really not more we can read out of it.
0 Likes
Being a pessimistrealist, my mind is screaming that this is not a positive quote, but rather just a note that he capitulated to a stone-faced GOG. :P
0 Likes
See more from me