Confused on Steam Play and Proton? Be sure to check out our guide.
We do often include affiliate links to earn us some pennies. See more here.

As sad as it is, I appreciate it when we see a developer being really honest. Limit Theory was a promising open-world space sim that was Kickstarted back in 2012 and the developer has reached their limit.

Writing in a post titled "The End", the developer talks about how they've essentially exhausted not only their finances but their energy emotionally and physically has been drained trying to complete it.

It is with a heart of lead that I write this announcement. Not in my darkest nightmares did I expect this day to ever come, but circumstances have reached a point that even my endless optimism can no longer rectify. I can not finish Limit Theory.

They go on to talk about how far it still is from completion, with plenty of half-finished bits. The silver lining here, is that they're going to release the source code:

Well, I will prepare the source code for release. It's not a working game, and in my frenzy to get things working I've left huge swaths of code in a half-refactored or half-complete state. But releasing it is the least I can do. I don't imagine it will be of any use to anyone, other than as a monument to a failed dream. Perhaps those who are interested in game engines will glean a thing or two from the engine, as it is a fairly solid piece of engineering, much more solid than the Lua game code.

This. This is how it should be done if you cannot finish a project funded by other people through crowdfunding. For one, other people can possibly pitch in and attempt to make something of it. Not only that, it means everything they've done up to this point won't go to waste and be lost forever. Hopefully they choose a good license.

It's also really nice to see quite a number of positive comments, when this sort of thing usually happens people end up getting a little heated.

For a look at it, they posted this video some time ago:

YouTube Thumbnail
YouTube videos require cookies, you must accept their cookies to view. View cookie preferences.
Accept Cookies & Show   Direct Link

 

Article taken from GamingOnLinux.com.
Tags: Crowdfunding
31 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
18 comments
Page: «2/2
  Go to:

Purple Library Guy Oct 1, 2018
Quoting: dpanterWhat alternatives do we have then?
I think you missed what might be the closest comparison, in looks at least: Helium Rain. Also Linux native.


Last edited by Purple Library Guy on 1 October 2018 at 8:29 am UTC
silentprocyon Oct 1, 2018
Quoting: dpanterVery sad to hear it. :(
The game looks looked highly promising and interesting. Always high risk involved when doing everything on your own, thankful that we don't have more projects crumble like this.

What alternatives do we have then?
I thought up a few, super simple description below. Tried to include all the big ones and hopefully only listed 'good' games...
All of these should be available on Steam, possibly on other places too.

Linux native
Everspace, SP rogue-lite explore/combat
Overload, SP/MP combat (from the makers of Descent)
Endless Sky, 2D SP trade/combat (free to play)
Strike Suit Zero, SP combat
Astrokill, Early Access, SP combat
Drifter, Early Access, SP explore/trade procedural open world (dead?)
Avorion, Early Access, SP/MP explore/trade/combat

Windows titles
No Man's Sky, SP/MP explore/craft/survival procedural open world (Proton OK)
Elite Dangerous, SP/MP MMO trade/combat (does not work in Linux)
Star Citizen, SP/MP MMO trade/combat (most likely not working in Linux)

Maybe GoL could make a space shooty game article, in honor of a fallen project? :)

edit: forgot to mention Star Citizen which isn't available on Steam.


There's also...
  • The X series from Egosoft (SP, trade/combat), which are available natively for Linux (minus the first one).

  • EVE online (MP, trade/combat), which I've heard works very well in Wine; one of the devs had even released a native launcher that runs a Wine-wrapped version of the game



Last edited by silentprocyon on 1 October 2018 at 9:17 am UTC
Creak Oct 1, 2018
Quoting: TheSHEEEP
Quoting: Kristian
Quoting: ShmerlIs it using its own custom engine?

Yes, it is indeed.
And there we have the problem.
I think that when you start, you really have to be certain if you want to develop a game, or an engine/middleware.
That is so true, especially if it's your first game.
On the bright side, although the end story is a bit sad, I'm sure he learned a lot by coding all that.

Quoting: TheRiddick
Quoting: TheSHEEEPNot sure Unreal or Unity couldn't do what Limit Theory attempted.

I don't believe these engines have baked in procedural engines like what was attempted in LT, they need lots of custom coding and work to get them to function in such a way.

Looking at the Kickstarter video, I think one or the other could have handled this kind of procedural generation. It's a fine tech, but it's not rocket science either ;)
TheSHEEEP Oct 1, 2018
View PC info
  • Supporter Plus
Quoting: GuestI wonder whether Houdini engine would satisfy the requirements in terms of building procedural world
Procedural generation is 99% maths and engine-agnostic algorithms.
The result of which then has to be displayed, interpreted for gameplay, etc.

Therefore, every engine that features programmatic generation of geometry and gameplay objects can feature building a procedural world. And I have yet to see a professional engine that doesn't.
Features like a big world without loading times can be implemented in most engines or are present to begin with.


Last edited by TheSHEEEP on 1 October 2018 at 12:16 pm UTC
dpanter Oct 1, 2018
Quoting: Purple Library GuyI think you missed what might be the closest comparison, in looks at least: Helium Rain. Also Linux native.
Quoting: silentprocyonThere's also...
  • The X series from Egosoft (SP, trade/combat), which are available natively for Linux (minus the first one).

  • EVE online (MP, trade/combat), which I've heard works very well in Wine; one of the devs had even released a native launcher that runs a Wine-wrapped version of the game
Thanks guys, great additions. Quite a nice list even without touching on strategy/4X games... :)
Looks like we aren't exactly without games in this area, awesome indeed! (Still sucks that Limit Theory didn't make it tho...)
Dinosawer Oct 2, 2018
Quoting: ZlopezDid they want to release only source code or also the assets?

If the assets are made open, this could really help others when making their own game.

Aside from the soundtrack, the game does not actually have assets. Everything is procedurally generated - ships, planets, textures, systems, backgrounds etc. That's one thing that was really neat about it.
strypey Oct 3, 2018
@switches
> "Totally agree that this is the way it should be done."

Well, when it comes to abandoning a game, yes. But if the game maker had developed the code in the open right from day 1, maybe they would have attracted some other developers to help, and they would have been able to finish the game instead of abandoning it?

I also agree with The Sheep that the game makers may have set themselves a less ambitious task if they'd built on an existing free code engine, or forked one for their purposes, rather than starting entirely from scratch. Although, for all we know, they could have been using some existing code under non-copyleft licenses ("BSD", "MIT", Apache etc), while still keeping their own code secret and proprietary.
slaapliedje Oct 6, 2018
Well, to be more precise, Star Citizen is A) no where near finished, B) Supposedly getting a Linux native client eventually...

Think they still make releases occasionally (I get emails about them) but it's still mostly just arena fighting and some ships. Game does look amazing though, but been following it for years...
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.