New EVE Expansion Nears, Possible Mobile Plans
As the EVE Online creators ramp things up for the free Apocrypha expansion due out next week, lead designer Noah Ward sat down with MTV's Multiplayer blog to discuss the future of the game and what characteristics continue to keep players interested. Ward says they've considered branching out to consoles, but ended up deciding that the game doesn't really lend itself to console play. He left the door open to using smartphones for "augmenting" gameplay. Ward also mentioned that upcoming space MMOs Jumpgate: Evolution and Star Trek Online are so different from EVE that they're not really worried about direct competition; EVE thrives in part because of the player-generated drama and scandals, which few games pull off as well. Massively has gathered a variety of details about the Apocrypha expansion, which includes the game's first epic mission arc, and they've also posted some screenshots. CCP Games launched a website for the expansion containing concept art and interviews with some of the developers.
Boring-Online :roll eyes:
It's looking quite impressive. I'm normally not much into games like this, but I may give it a shot when this comes out.
No native Linux client? No thanks.
I don't care if it runs on wine or not.
A mobile version?
EVE Online from my Blackberry at work?
I'll be in heaven, and I won't get much work done.
âoeJumpgate Evolutionâ and âoeStar Trek Online" should be out pretty soon... are people really still playing EVE?
This game will waste your life. Don't clicky!
I've tried the official Linux package and it did not work that well. So I'm not surprised in the least that it got little use. If plain Wine (which I didn't try) worked better, I'm even less surprised.
C - the footgun of programming languages
From the Wine homepage (http://www.winehq.org/history):
At this point, obviously Transgaming was no longer allowed to use new versions of Wine in a closed source product. But there is not necessarily personal hostility between the developers. I guess if Transgaming reconsider and make their product Open Source (preferably LGPL) too, Wine and Gedega could be merged again.
C - the footgun of programming languages
I really wish I could understand this game. It seems really great and there are always new expansions and stuff.
Whenever I play the game, though, I find myself bored immediately. I've even asked friends of mine who enjoy it to explain it to me but I can never get in to it. Oh well.
And for some of us who are diving into wormholes with a passion it's absolutely outstanding. I know I'm currently building up a small alliance or corporations to go in and build a colony.
It's re-invigorated my game to be sure.
I guess I'm the only person on earth who used the official linux client (yes i know its cedega). It worked fine enough for me. It works in wine, but dog slow and unplayable. Whatever transgaming is doing, they sure got it right on my box (Fedora 9). I'm no bozo either. Same thing in the crossover games which I own. Slow slow slow and unplayable. i for one wish they would not discontinue the linux client.
FYI that's not what the LGPL means, that's what the GPL means, and only insofar as you distribute the code to other people, whether for profit or no. So given that cedega certainly could (and I believe in some parts does) use lgpled code for some of the libraries. However what it DOES NOT allow is statically linking said code into your code with no way for the end user to relink it (This is also the difference between the GPL with the Clause 3(?) alteration versus the LGPL itself, the former allows static linking for an executable as long as the library code itself was not modified whereas the latter would require object code in a format suitable to relink with alternate/modified copies of the library).