Crytek Plans Free Version of CryENGINE 3 75
Develop reports that Crytek, makers of the Far Cry series, the Crysis series, and the game engines behind them, have plans to release a free-to-use version of CryENGINE 3, the software's latest iteration. Quoting:
"Unreal vendor Epic Games and Unity have both seen their user-bases mushroom overnight since launching versions of their own engines that, while tied to different royalty rates, are completely free to download and operate. Now the CryEngine 3 group has revealed it wants to tap into this thriving market. The firm's CEO Cevat Yerli told Develop that Crytek already gives away a CryEngine 2 editor to the mod community, but explained that Crytek's expansion strategy stretches beyond. 'We have a very vivid community of users and modders and content creators, and usually that's a great way of unlocking the engine,' he said. ... 'So far that's what we've been offering for free, and it's easy entry into the production environment. [But] we do want to make a standalone free platform that people can run independent of CryEngine that will also be up to speed with the latest engine.'"
Ok.. now if there were OSS engines of this quality (Score:2, Interesting)
Re: (Score:3, Insightful)
Now I'm just a simple country hyperchicken, but it seems to me that 3d engines tend to age relatively quickly and FOSS tends to be less than cutting edge.
We are talking about Crytek of yes-but-does-it-run-crysis fame.
Re: (Score:1, Insightful)
They age quickly, yes, but it doesn't really matter much as far as game play, or popularity is concerned. A lot of very popular games still use graphics that will run happily with Dx7 on a GeForce 4.
But for some reason, the free software community has managed to produce more 3d engines than 3d games, and generally these engines are not really that helpful in writing a game anyway.
Putting polys on the screen, writing a scene graph and stuff, really isn't *that* hard. Focus needs to shift from engine making t
Re: (Score:1, Insightful)
Putting polys on the screen, writing a scene graph and stuff, really isn't *that* hard. Focus needs to shift from engine making to game making.
Yes, but that requires crossing disciplines. Any good coder can make a game engine, but few have talents outside their field; namely the artistic and creative writing abilities.
So you either end up with very simple games or games that never get finished.
Re: (Score:2)
This is where indie developers could step in. Need a cheap engine? You can select from many.
Re: (Score:1)
Best to have a talent for hiring people with abilities you lack.
Re: (Score:1)
Wish I had mod points. This is pretty much the key skill for any ambitious dream project in any discipline. You don't have to be a Renaissance Man, you don't need to be a modern day Da Vinci. You just need to find the right people and the ability to make them love you, laugh at your jokes and consider your great idea awesome.
Re: (Score:1)
-Unreal and UT are still played, Unreal being one of the best games ever IMHO
-Half Life was built upon a modified Quake engine, still one of the best games (second to Unreal)
-Quake 2.
-DS9 The Fallen (based on the Unreal engine)
-Elite Force (based on Q3)
Sure, compared to modern engines, Unreal lacks the lightning, and sound, and textures, and graphics. But it has substance, something that modern stuff lacks, like Hollyw
Re:Ok.. now if there were OSS engines of this qual (Score:4, Funny)
Half Life was built upon a modified Quake engine, still one of the best games (second to Unreal)
Second t... to "Unreal?"
Sir, this indignity will not stand. I demand satisfaction. Headcrabs at 20 paces. Harrumph!
Re:Ok.. now if there were OSS engines of this qual (Score:4, Insightful)
You're misunderstanding that phrase. Whether something ran crysis was a potshot at how badly crysis was coded, not how advanced it was.
Re: (Score:3, Insightful)
Re: (Score:2)
Re: (Score:2)
Crysis ran poorly on all but the best machines but I don't think that was because of the crytek engine.
Far Cry used the same engine and would run very nicely on my e4300 and X1650 on 1 gig ram. That same machine didn't meet the basic requirements for Crysis, so it must have been something other than the engine.
Re: (Score:2, Informative)
Far Cry used the same engine [as Crysis]
No it didn't. Crysis was Cryengine 2.
Re: (Score:2, Interesting)
Re: (Score:1)
Re: (Score:3, Insightful)
Ogre I believe is strictly graphics (maybe stretching out a bit more than that, but definitely far from a complete engine)
There is a difference between game engines and graphics engines. Ogre is definitely not a complete game engine, but it does not aspire to be one. In my opinion it is a complete graphics engine. Why wouldn't it be?
Re: (Score:2)
Re: (Score:3, Informative)
what's the major difference between a game and a graphics engine?
A game engine has one or more of the following: physics, AI, a tool chain for content generation, a scripting language or similar for game rules, etc.
A graphics engine only displays the graphics.
Re: (Score:2)
Is it on par with Crytek and Unreal with post processing, shaders, motion blur, anisotropic filtering, AA etc? (Honestly curious, don't know the answer)
I suggest that you take a look at their feature list [ogre3d.org] and find out. It has many features, many good tutorials, is free software and cross platform (Linux/OpenGL, Windows/Direct3D, Mac OS X/OpenGL).
If so, what's the major difference between a game and a graphics engine?
A graphics engine takes care of rendering graphics, nothing else. It could be something as simple as a 2D sprite library, to a full-featured 3D graphics engine.
But to write games, you need many other parts that are not provided by a pure graphics engine, such as input handling, AI, network access, physics, sound/mu
Re: (Score:2)
Wonder how long would it take to develop OpenSource engines of this complexity?
Why are there none?
Probably because it takes a long time and a lot of investment to develop an engine like this. And commercial business models for open source games tend to be problematic.
Re: (Score:3, Insightful)
Making a graphics engine is hard and costs a lot of man hours (thus lots of $$$). There's not many people who can just start contributing to them (compared to other OS projects). The Open Source engines will always be at least a generation behind, simply because they're always going to be slowly implementing what's already been done in the commercial engines, while companies like Crytek are busy working on their next-gen stuff.
On the plus side, the Open Source engines (Ogre and CrystalSpace anyway) are good
Re: (Score:2)
A great engine is actually quite doable in Open Source -- it's all about tools and assets. Developers first need to make a choice: use existing formats, or create their own next-gen one. Usually the former wins because they would rather focus on the engine and game than on a map editor and export plugins for model editors. And the existing formats they can pick from are usually a bit older because the current-gen ones aren't always documented.
Then you have trouble of finding people that can make good mod
Becuase it is hard work (Score:2)
Making a top flight game engine takes a lot of effort and talent. It also takes quite focused effort. You have to get the thing developed in fairly short order. Reason being is technology is a moving target. So if you are developing for today's tech, but you don't release for 10 years, you are horribly dated when you come out. Well OSS has two major things that work against that:
1) Lack of organization. OSS projects are like herding cats to an extent. While there may be a central authority that decides what
Re: (Score:2)
Except most "big" OSS projects have businesses backing them that provide paycheck-motivated developers, which do what boss tell em to do.
Being OSS developer does not have to mean you don't get 40 hour week and apropriate salary or that you don't have pointy hairded boss.
Re: (Score:3, Insightful)
Explain to me, which corporation is going to fund the development of a leading database?
Explain to me, which corporation is going to fund the development of a leading web server?
Explain to me, which corporation is going to fund the development of a leading programing language?
Explain to me, which corporation is going to fund the development of a leading OS?
Explain to me, which corporation is going to fund the development of a leading application framework? ...
Um, coproration in business of making money?
They
Re: (Score:2)
You may like it
Just because it is profitable, does not mean it is also useful.
How likely is it that we will see shuttle launch code or software akin to medical devices ?
On the other hand, MS has pored billions into Windows family as well as office,
and it is not as comfortable as it would like to be
Not only that but Linux is taking on multiple competitors from mobiles to mainframes at the same time
How so ?
Re: (Score:2)
Re: (Score:1)
Re:Ok.. now if there were OSS engines of this qual (Score:2)
Game engines tend not to fall in the la
Re: (Score:1)
Great! (Score:1, Interesting)
Re: (Score:3, Insightful)
Being able to use it for free during development is definitely an advantage. If you only have to pay when you publish a game, that makes the development of games a lot more accessible.
Re:Ding! (Score:4, Insightful)
First one to open-source an older version wins!
Carmack's been winning for a long time, then.
The future (Score:2)
In the near future, the stabilization of display and physics engines will create a large spike in original game design, as the separation between megaproductions and indie experiments gets thinner.
What I wonder now is: will the gaming world reach this point sooner than the movies? Will indie game designers master the large engines before film making becomes affordable enough to eliminate the dependence on the grand public?
Re: (Score:3, Informative)
Re: (Score:1)
Re: (Score:2)
Editor for a game != Game Engine (Score:2)
Epic Games has been doing that since Unreal in 1998. So it's not that special. Giving away an editor to mod a game isn't the same as providing a relatively cheap fork of the engine that people can use to create commercial applications, or even free for non-commercial applications.
I wonder what this kind of competition will result in. Will Epic and Crytek shift more towards developing these engine
Re: (Score:2)
Re: (Score:2)
UnrealEd 1 was VB6. UnrealEd 2 (and later) was all C++.
Unreal shipped with UnrealEd1, and later was replaced by UnrealEd2 (because Epic moved to UnrealEd2). UT had UnrealEd2, UT2003 and UT2004 and UnrealEd3. And UT3 simply came with "UT3 Editor" because the stopped calling it UnrealEd in UnrealEngine3.
Re: (Score:1)
The engine battle: (Score:2)
Id Software did the open source thing, and now lots of games use the engine.
Unreal never did that, It was midly succesfull.
Unity opened (as in beer) the engine to attract dev's, soon after that Unreal opened his sdk too (almost like in beer, but no).
Seems Crytek (that have a amazing good engine) want to do the same thing: create a population of cheap workers that have experience on his engine.
Theres a formula to make AAA games that is:
Students + Middleware + lots of money = AAA game.
It only make sense if yo
Re: (Score:2)
Humm.. no. Google for "AAA games". And about all the others, seems gramaticall errors. I make lots of these, sorry :(
Re: (Score:1)
Just like music and the other arts, the ability to express ideas using the
tools available increased interest and demand ( this is speculation and conjecture. )
I suspect the owners are thinking free and looking for talent.
It's like a contest, without a defined prize.
Still, I'm going to download it, screw with it and ??? Hell Ya.
Re:The engine battle: (Score:4, Informative)
Actually, it feels like I'm seeing far more games running on the Unreal engine these days than I am on anything id have put out. Gears of War games, Mass Effect games, Bioshock games, loads of stuff from Square-Enix, god knows how many others... they're all on the Unreal 3 engine. By contrast, the only vaguely recent game I can remember on an id engine was Wolfenstein. And frankly, that looked pretty mediocre compared to the competition.
In fact, yes, looking at the "list of games that use this engine" on wikipedia, it's fairly clear that the Unreal Engine 3 is being used for a huge number of commercial games, while id's engines are starting to look distinctly niche and only seem to be used by developers with strong historic links to id.
Re: (Score:1)
CryENGINE 3, now available! (Score:5, Funny)
Re: (Score:1, Interesting)
Dude. You could have an EXTREME MAPLE SYRUP simulator.
You run around checking your taps and gathering buckets of sap. Then you cook it down.
If you win, you get pancakes.