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 WorMzy
Minecraft is set to get a huge update to the Nether with new mobs and biomes plus Bees
30 Sep 2019 at 10:39 am UTC

Fuck yeah, bees!

Time to mjod in some mead. :D

(that was a pun)

Chiaki, an open source PlayStation 4 Remote Play client is out and it works on Linux
29 Sep 2019 at 11:17 am UTC

Quoting: wojtek88Oh sweet. Liam please do not write about it too often, as Sony will kill the project (I hope they won't)!
I don't see why they would. You still need a PS4 for this to work, and it just hooks into the streaming service that they provide. Sony don't make any money through their own streaming apps (AFAIK), so there's no lost revenue to recover.

The only possibly grey area to my mind, is how this was developed. If it was ground-up trial and error, then I'm pretty sure it's untouchable from a legal perspective (though Sony could be arseholes and change the protocol involved), but if the dev somehow got ahold of an existing client and reverse-engineered it to create their own client, then it could be open to legal attacks (depending on local laws and license agreements).

Chiaki, an open source PlayStation 4 Remote Play client is out and it works on Linux
28 Sep 2019 at 11:38 am UTC

Nice! Took a little bit of effort to get my Steam controller to work how I wanted it to, but besides that, I got Fallout 4 streaming from my PS4 to my PC with minimal effort. \o/

The video quality is a lot lower than playing on the PS4, but I can put up with that if it means being able to remote play from my bed without needing to use my tiny Vita screen. :P

What's that? Another Steam Client Beta update? With a Linux platform filter? Yes it is
27 Sep 2019 at 9:12 am UTC Likes: 3

Quoting: Comandante ÑoñardoI hope they finish this beta stage before October 28.
I don't understand why a sale event has any bearing on the beta? The store is the same in any client.

Twitch now officially sponsor OBS Studio development and more in the latest progress report
24 Sep 2019 at 12:13 pm UTC Likes: 5

That's the beauty of open source though -- you may want to prioritise features/bug fixes/etc for one platform, but that doesn't stop other people in the community picking up the slack and working on the other platforms in your stead. :D

The Linux gaming Sunday round-up paper
22 Sep 2019 at 11:05 am UTC Likes: 2

Thanks for the sum up, I'd missed a couple of these.

As for what I'm doing -- I have fallen into the same trap as Sin and fired up Minecraft again. Goodbye non-working life, I will remember getting shit done with fond memories.

Prison Architect updated with more free content, needs a fix for it running on Linux
18 Sep 2019 at 7:09 pm UTC Likes: 3

Yeah, I just finished fighting the game to get it to launch on my system too.

The ancient sndio library dependency comes from the libSDL2-2.0.so.0 the game ships with. I avoided that by preloading /usr/lib/libSDL2-2.0.so.0. Even when preloading /usr/lib/libc.so.6 I can't get the launcher to show up, so I ended up just forcing steam to launch the game binary directly. So, TLDR, I set my launch command in steam to:
LD_PRELOAD="/usr/lib/libSDL2-2.0.so.0" ./PrisonArchitect.x86_64 %command%
(That %command% still seems to be needed, despite the "command" being explicitly set...)

I've never had this problem with Prison Architect in the past. It's quite.. disappointing.

Prison Architect updated with more free content, needs a fix for it running on Linux
18 Sep 2019 at 4:06 pm UTC

I had to stop playing a few months ago because the game causes burn-in on my monitor. No idea why, it just leaves a ghost image of the menus, etc. even if I switch to my PS4. It eventually fades away, but it's very distracting when it's present. Might give it another go, just in case it was a driver bug or something.

FOSS voice chat application Mumble has finally put out the massive 1.3 overhaul
10 Sep 2019 at 8:35 am UTC

Quoting: GuestThat being said, there is an alternative client to Discord that I use that piggybacks off of Discord's protocols:

Ripcord [External Link]. It's an Alpha, but it's something.
It's also Qt-based, which is a win in my book. If my girlfriend keeps pestering me to jump back into Discord (which I abandoned after they moved to a GTK3 build of chromium/electron), it's nice to have an option.