Patreon Logo Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal Logo PayPal. You can also buy games using our partner links for GOG and Humble Store.
Latest Comments by Corben
Speculation: A job posting for Elite Dangerous hints at possible future Linux support
21 Dec 2015 at 11:36 pm UTC Likes: 1

Elite Dangerous on Linux? That would be too good to be true.

GOL Asks: What have you been playing on Linux & SteamOS recently?
23 Nov 2015 at 8:58 pm UTC

Recently played, all with Steam Controller:
- Trine 3
- Adventure Capitalist
- Time Clickers
- Axiom Verge

Except Trine 3 I played them via Steam Link on my TV. The idle clickers games are well playable with the keyboard mouse emulation of the Steam Controller.

Interesting is the input lag for Axiom Verge. It is also very well playable via Steam Link, but when you got used to the delay (even though it's quite little), you have problems playing it on (Linux) PC again ;)

Batman: Arkham Knight Will Be Available On Linux And SteamOS In Spring 2016
31 Oct 2015 at 1:31 pm UTC

Maybe this is a chance. If Feral is optimizing the game while porting, it may even run better on Linux than on Windows. That would be a great surprise, when the game is released.

Saints Row 2 & 3 Are Being Ported By Virtual Programming
16 Oct 2015 at 10:00 am UTC Likes: 1

Looks like both entries (SR2 and SR3) are gone from the "In development" section?

Alien: Isolation Officially Confirmed For Linux, Releasing On September 29th
22 Sep 2015 at 11:59 am UTC

This game is so good! I already asked at their GamesCom booth back in 2014, if they will release a Linux version.

Finally my wishes come true :)

As soon as I heard about a possible Linux port, I decided to play the Addons/DLCs only on Linux. And that was a hard decision, as I really enjoyed playing the campaign on the other PC operating system :)

Thank you Creative Assembly, thank you Sega, thank you Feral!

GOL Asks: What Game Are You Looking Forward To Playing?
16 Sep 2015 at 7:44 pm UTC Likes: 1

Alien: Isolation (!)
Rocket League
Evolve
Batman Arkham Knight
Saints Row: The Third/IV
Giana Sisters
Gas Guzzlers Extreme
Darksiders II (and I again)
Everspace
Descent: Underground
XCOM 2

All are more or less known to come to Linux... but one game I really want to have on Linux would be:

Elite: Dangerous

Don't Count On Any EA Frostbite Powered Games On Linux
12 Sep 2015 at 1:15 pm UTC

EA ist the best example of a company completely profit driven. Maximum profit driven. EA only cares about customers when their numbers are big enough in complaints.
Though it's legitimate, there are enough examples that there is also a way to show passion about other even smaller things, with also making profit. Personally I hope in the long run, that these companies will be the real winners, and customers/gamers realize that a long term caretaking is what you want.
EA just recently removed several good games from the mobile app stores, because they don't make profit in long term supporting those games (Dead Space, Flight Control, Mass Effect: Infiltrator, ...). You paid for the games, but now they just remove them because they don't want to give you anymore support. Feels a bit like being stolen from.
I also like some games from EA, but I totally dislike their behaviour about customer care.

Company Of Heroes 2 Launches For Linux On August 27th
18 Aug 2015 at 12:57 pm UTC

Quoting: liamdaweI have it confirmed from their PR that multiplayer is Linux-Linux only, so not cross platform online.
Aww... how did that come? Any technical reasons?
Are they working on a cross-platform multiplayer?

Casual Clickers 'AdVenture Capitalist' And 'Time Clickers' Now On Steam For Linux
3 Aug 2015 at 9:24 am UTC

Thanks for the hint with the swapped . and / :) (fixed)
For starting the game from console, you might have to use the steam runtime. Among other stuff, it makes sure the "correct" (the ones steam provides and the game is compiled against) libraries are used.
LC_ALL=C ~/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh ./adventure-capitalist.x86_64 (or ./adventure-capitalist.x86)

I also have sometimes the problem, the game closes after the config box. But most of the time, it runs fine with a second try.

Casual Clickers 'AdVenture Capitalist' And 'Time Clickers' Now On Steam For Linux
3 Aug 2015 at 8:27 am UTC

Please make sure you followed all steps. I had the same problem, as others. But with following all the steps it's confirmed to work:

- Disable cloud save for this game only
- Close Steam client (will write all files to disk)
- Delete all settings (I used Windows for this, shame on me):

Linux:
- Delete files UserGameStats_"your id"_346900.bin and UserGameStatsSchema_346900.bin in ~/.local/share/Steam/appcache/stats
- Delete folder ~/.config/unity3d/Hyper Hippo Productions Ltd.
- Delete folder ~/.local/share/Steam/userdata/"your id"/346900

- Start Steam, set launch options for Adventure Capitalist LC_ALL=C %command%
- Start the game, play a bit, close the game, restart game to check if it worked
- If it works, you`re safe to enable steam cloud save again and upload the new files. Works crossplatform then.
The game works with steamcloud disabled (disabled for this game only, no need to completely turn of cloud save). But it's important to delete all the associated files, otherwise there is always a faulty gamestate the game loads. Those files may only be written to disk after exiting the Steam client.
If you have questions about a single step, let me know.