You can sign up to get a daily email of our articles, see the Mailing List page.

Latest Comments

Humble Double Fine Bundle launches, we were right!
By Speedster, 8 May 2013 at 5:15 am UTC

Oooo, this looks like a proper Humble Bundle to me. Yes, we already have Psychonauts from an earlier HB, and Broken Age from the kickstarter, but I'm happy to see those other games really did get ported to Linux!

Humble Double Fine Bundle launches, we were right!
By s_d, 8 May 2013 at 2:58 am UTC

Regarding multiplayer, it is absolutely true, and I've a nice technical explanation from them.  It appears to be an architectural limitation:

http://www.doublefine.com/forums/viewthread/9178/

Quoting: Quote from DF NathanBL’s matchmaking is restricted by platform/OS (i.e. 360 vs 360, Win vs Win, Linux vs Linux, etc).
The reason for this is that BL uses a deterministic peer-to-peer multiplayer model. In this model, there is no central/official server that makes all the important decisions and tells everyone else what happened. If there was, cross OS multiplayer would be much more possible. However, in the case of BL (and Iron Brigade), each player basically runs their own server and players only send their input to the other players. It’s as if everyone had their keyboards/mice/controllers plugged into a single machine. Except, they aren’t the same machine, but they have to act as if they are. What this means is that the game must be 100% deterministic, i.e. given the same inputs, each instance of the game must produce the same output. If the games don’t have the same output, then you get what we call a desync, which is sort of a butterfly effect where the games could continue, but each player would have an increasingly divergent version of the game.
In order to produce the exact same outputs, the game’s code needs to execute *exactly* the same on all of the machines involved. Any difference in how the process does, say, floating point math (i.e. PS3’s Cell vs Intel) would break that requirement. Even on machines with the same hardware (i.e. Windows vs Linux), we have to use different compilers and rely on different OSs. These differences in how, say, a compiler optimizes code can introduce subtle changes that will not be deterministic with the same code compiled on another processor.
It is, theoretically, possible to make a windows binary and a linux binary deterministic, but it’s a daunting proposition on a codebase as complex as Brutal Legend. It would require a vast investment of tech and QA, and would probably be quite fragile, easily broken by a subtle change in compiler behavior, OS update, etc.
Anyway, I hope that helps answer your question!

So, there you have it.  Each client sends state deltas to the others, and each client is expected to apply those deltas to the parameter lists of each object in play.  Then, each client's game engine is expected to play the resulting gameplay segment exactly as all the others (units spawn & die at the same time, attacks are issued & land in sync, etc.), and this is highly perturbed by engine variation, even compile-time optimization differences.

I can't say it's a happy result for me, but it's clear that they did not simply dismiss the feature, but did in fact put effort into discovering feasibility.

Beyond that, I'm conflicted... I'm not much of a multi-player kind of guy.  So, it shouldn't be a big deal.  But when I do, the two genres I enjoy are RTS and co-op RPG's (e.g., NWN1).  I've had a chat with some co-workers, regarding the PC release of BL, and they all pretty much agree that the game's RTS mode was not at all appropriate for a console (big surprise), and that the game is most fun to play with a gamepad for the action-adventure segments, and mouse/keyboard for the RTS battles.

Salvation Prophecy space epic is now out for Linux!
By Space-Jabberwocky, 7 May 2013 at 11:56 pm UTC

Hey Linux Gamers,

Salvation Prophecy dev here.  liamdawe - thanks for the coverage on your site.  Places like this do a lot for linux gaming, and us indie devs. 

For anyone who picked up the game, I'd love to hear how it's playing, and what kind of rig you're running on.  You can let me know here or at the game forums

So far, there's been a couple support issues, but nothing we couldn't work through easily enough (missing libs).  That'll all get fixed up as I get any bug reports from players.

HARDWARE: Shipbreakers not on Linux in the near future
By sobkas, 7 May 2013 at 10:52 pm UTC

Quoting: muntdefemsAdded a mention and a link to the previous article. ;)
Thanks, you are a life saver.

HARDWARE: Shipbreakers not on Linux in the near future
By muntdefems, 7 May 2013 at 10:44 pm UTC

Added a mention and a link to the previous article. ;)

HARDWARE: Shipbreakers not on Linux in the near future
By sobkas, 7 May 2013 at 9:48 pm UTC

In some article I have written about that, this article is a follow up.
I'm not saying that the chance for Linux client was big, but at that time it wasn't nonexistent either.

HARDWARE: Shipbreakers not on Linux in the near future
By Hamish, 7 May 2013 at 8:32 pm UTC

Quoting: sobkasDevelopers expressed some interest by including Linux in beta test forms

Ah okay, I just got impression that this was just based on some random inquiries without any actual encouragement from the developers at all. I will shut my mouth then.

Salvation Prophecy space epic is now out for Linux!
By Hamish, 7 May 2013 at 8:28 pm UTC

Definitely something I want to get in time when I have the money to spare. It is very nice to see a fairly high profile Desura release. ^_^

Humble Double Fine Bundle launches, we were right!
By Liam Dawe, 7 May 2013 at 8:27 pm UTC

Quoting: HamishI would have thought Steamworks would have worked out such wrinkles. Isn't that supposed to be the whole point, other than the DRM component?
I think sometimes it's down to the developer.

I've seen Black Ops (call of duty) released on mac and only have mac-mac online play even though its on steam for windows too.

It's odd.

Humble Double Fine Bundle launches, we were right!
By Hamish, 7 May 2013 at 8:25 pm UTC

I would have thought Steamworks would have worked out such wrinkles. Isn't that supposed to be the whole point, other than the DRM component?

Jack Keane adventure/comic game now available on Desura
By Hamish, 7 May 2013 at 8:24 pm UTC

As far as I can determine the already ported Ankh games are a given, since Runesoft's developers already mentioned applying fixes to them that they discovered when working on Jack Keane. The ones that have yet to be ported are still up in the air at this point I believe.

Earth 2140 the futuristic RTS game is coming to Linux
By s_d, 7 May 2013 at 8:10 pm UTC

Quoting: MaximBI'm not saying that all oldies are bad games, far from it - but why port an ancient title and try to sell it instead of porting newer titles.

They intend to do so, but there are two problems.  First, gauging the market, and second, bringing in some income to fund the Linux porting operation with minimal cost.  The older games solve both of the problems.

I'm pretty sure that they're aware that older games are less desirable, and likely factor that into their decision-making process.  If they can be sure that gamers remember, and are interested in, the older titles, then there is a greater chance that the newer games in the series may also see similar attention.  GOG.com has, until very recently, built a successful business entirely around that concept; adding low-priced newer independent titles & Mac games is pretty new.

Lastly, achieving good performance on modern Linux with little work is much easier with old code, so the porting burden is lower.

I'm hoping this strategy pays off!  It's definitely a huge risk to bring decades-old titles that people may have forgotten.  I suppose they will need to grow a reputation for bringing old games people like, so that their Desura page becomes like a mini-GOG for Linux or something.

How about this... GOG solves their Linux support problem by long-term contracting RuneSoft to do the work and build that strategy for them, as well as assisting them with their growing Mac catalogue.  RuneSoft then uses some of that revenue to bring new games, hence raising their profile and improving their list of offerings :)

Humble Double Fine Bundle launches, we were right!
By , 7 May 2013 at 7:34 pm UTC

Quoting: s_d
Quoting: liamdawe
Quoting: AnonNo cross-platform multiplayer in BL. No fun for Linux users I guess :(
Really? Man that's pants.

Pretty sure that's just the DRM-free version.  I'd be a tad surprised if multi-player is not included in the Steam version when it is ready.  Someone could probably get clarification from DF via twitter.  I will ask on the DF forums.
 I know what I'm saying. Multiplayer is Linux-Linux, Mac-Mac, Windows-Windows only, no cross-platform multiplayer is what I said. Hopefully they can get it fixed.

Earth 2140 the futuristic RTS game is coming to Linux
By s_d, 7 May 2013 at 7:34 pm UTC

Quoting: liamdawe
Quoting: HamishPeople should keep in mind that Runesoft are doing this to port more of their old catalogue to Linux, rather than just grabbing new tittles. Personally, I applaud them for it.
Not just that, they update their older titles to fix bugs like their other Linux ports on Desura.

Yeah, like the best parts of GOG/CD Projekt RED's patching/fixing operation for good old games... but for Linux.  RuneSoft have been our allies for longer than almost any other developer.  We just have to continue showing them that it's financially worth the effort.

Jack Keane adventure/comic game now available on Desura
By s_d, 7 May 2013 at 7:31 pm UTC

Quoting: SpeedsterI enjoyed this game, hope someday the sequel gets ported to Linux as well

Yeah, I asked RuneSoft about this, and they said that depending on how well their back catalog does on Desura, they want to bring the Ankh games, as well as games that have never been on Linux before, like Jack Keane and the Fire Within and Ankh 3.


I really hope that works out!

Humble Double Fine Bundle launches, we were right!
By s_d, 7 May 2013 at 7:16 pm UTC

Quoting: liamdawe
Quoting: AnonNo cross-platform multiplayer in BL. No fun for Linux users I guess :(
Really? Man that's pants.

Pretty sure that's just the DRM-free version.  I'd be a tad surprised if multi-player is not included in the Steam version when it is ready.  Someone could probably get clarification from DF via twitter.  I will ask on the DF forums.

Humble Double Fine Bundle launches, we were right!
By Sabun, 7 May 2013 at 7:06 pm UTC

Brutal Legend doesn't have a Linux binary on Steam yet, and Costume Quest on Steam doesn't work for me (black screen). Hope they fix that soon. With how the Cave hasn't been updated, I fear the worst but hope for the best.

Humble Double Fine Bundle launches, we were right!
By Liam Dawe, 7 May 2013 at 6:31 pm UTC

Quoting: AnonNo cross-platform multiplayer in BL. No fun for Linux users I guess :(
Really? Man that's pants.

HARDWARE: Shipbreakers not on Linux in the near future
By sobkas, 7 May 2013 at 6:29 pm UTC

Interest expressed by whom, developers or users?
Developers expressed some interest by including Linux in beta test forms and users... Planetary Annhilation have plenty of them and it supports Linux. Just saying.
Their answer might be disappointing, but lets face it, there are other games to chose from and for now, not supporting Linux puts the developers in disadvantage, not the users.

Humble Double Fine Bundle launches, we were right!
By , 7 May 2013 at 6:27 pm UTC

No cross-platform multiplayer in BL. No fun for Linux users I guess :(

Humble Double Fine Bundle launches, we were right!
By muntdefems, 7 May 2013 at 6:22 pm UTC

Quoting: liamdawe
Quoting: xmirrorxA typo in the title Liam. This feels a bit off for a humble bundle with the pricey tiers.... eh I think I'm going to skip this as I already own some of the games.
I must be tired, where's the typo? :(

'where' should be 'were'. ;)

PS: I'm pretty sure I corrected it a while ago... :O

Humble Double Fine Bundle launches, we were right!
By Liam Dawe, 7 May 2013 at 6:19 pm UTC

Quoting: xmirrorxA typo in the title Liam. This feels a bit off for a humble bundle with the pricey tiers.... eh I think I'm going to skip this as I already own some of the games.
I must be tired, where's the typo? :(

HARDWARE: Shipbreakers not on Linux in the near future
By , 7 May 2013 at 6:19 pm UTC

Well I understand why people was hoping for a Linux client, since they said mac was part of the plan. Well screw em not getting my $$$

Humble Double Fine Bundle launches, we were right!
By s_d, 7 May 2013 at 6:18 pm UTC

Quoting: PitFollowing the info 'Paying more than average will give you the steam key for Brütal Legends' - can anyone comment on that?  Will I get a download from Humble, or just a key?

I believe that both games will be available as DRM-free downloads.  Brütal Legend has a single-player campaign, which I believe is what will land in your Humble Library, but the game is recently being heavily promoted by Double Fine as a multi-player PC RTS, and that online multi-player & match-making functionality was all plumbed up using Steamworks (which is both DRM as well as a set of libraries & API's that hugely simplify the engineering of such features for game developers).

Broken Age is a single-player, 2D graphical point-n-click adventure (formerly Double Fine Adventure from Kickstarter), with no online features.  A DRM-free version was promised to all backers of the project, so I believe that the Humble version will probably be the same downloadable installer.

Thusly, I suspect that the Steam keys are both for Steam fans and for unlocking online multi-player matches for Brütal Legend.

However;  my statement is pure speculation and reasoning on my part.  Caveat emptor.  :)

The real question unanswered question... will the DLC's for Costume Quest & Brütal Legend ever be available & usable for the DRM-free version?

Humble Double Fine Bundle launches, we were right!
By , 7 May 2013 at 6:15 pm UTC

A typo in the title Liam. This feels a bit off for a humble bundle with the pricey tiers.... eh I think I'm going to skip this as I already own some of the games.

Humble Double Fine Bundle launches, we were right!
By s_d, 7 May 2013 at 6:10 pm UTC

Hot damn, this is fantastic!  I'm perfectly happy to play all the single-player campaigns.  I'm thinking that I'll claim my HIB version of Broken Age and gift the backer's key I have.

Not at all surprised about The Cave, as it just came out, Sega has distribution rights, and will probably (if ever) launch DRM-free at a fixed price before becoming a PWYW deal.

Humble Double Fine Bundle launches, we were right!
By , 7 May 2013 at 5:47 pm UTC

Not really sure what to think of it.  Psychonauts I do have already, the other two seem so-so from the Trailer. Following the info 'Paying more than average will give you the steam key for Brütal Legends' - can anyone comment on that?  Will I get a download from Humble, or just a key? The latter would be useless...  Same for the 35$ extra - not clear if this would be steam-only and/or DRM-free....

Humble Double Fine Bundle launches, we were right!
By muntdefems, 7 May 2013 at 5:47 pm UTC

Woooooooooooo!!! I can't wait to download and play most of these games! But first I'm gonna add them to the sales list. :P

Hamish, I too think it's a pity that The Cave is not included in this bundle, but since it was published by Sega and being a fairly recent release it was somehow to be expected, don't you think?

HARDWARE: Shipbreakers not on Linux in the near future
By Hamish, 7 May 2013 at 5:45 pm UTC

Considering there never was any interest expressed, is this really surprising?

Humble Double Fine Bundle launches, we were right!
By Hamish, 7 May 2013 at 5:38 pm UTC

Added a link the Humble Bundle website since you seemed to have forgot Liam. ;)

I will probably find a way to purchase this one, since I did enjoy Psychonauts and it does fit my terms. Brutal Legends needing Steamworks for multiplayer is not a deal breaker, as I can at least play the game DRM free offline. I also see on your Twitter feed that they are releasing new builds of Psychonauts with this one, which is great news, although I assume previous purchasers would have access to it regardless.

I am a little disappointed that The Cave did not get a DRM free debut with this one though.

EDIT: Yes, HIB5 purchasers get the update. :)