CryEngine

From Infogalactic: the planetary knowledge core
(Redirected from Cryengine)
Jump to: navigation, search
CryEngine
CryEngine Nex-Gen(4th Generation) - 15.png
CryEngine logo
Developer(s) Crytek
Stable release 3.8.6 / December 15, 2015; 8 years ago (2015-12-15)
Written in C++, Lua
Platform Microsoft Windows
OS X
Linux
PlayStation 3
PlayStation 4[1]
Wii U[2]
Xbox 360
Xbox One[3]
iOS
Android
Type Game engine
License Free for non-commercial use until version 3.5.8; currently available via subscription as EaaS on Steam[4] or as a full commercial license
Website cryengine.com

CryEngine is a game engine designed by the German game developer Crytek. It has been used in all of their titles with the initial version being used in Far Cry, and continues to be updated to support new consoles and hardware for their games. It has also been used for many third-party games under Crytek's licensing scheme, including Sniper: Ghost Warrior 2 and SNOW. Chris Roberts (Cloud Imperium Games) uses a modified version of for his coming game Star Citizen. Ubisoft maintains an in-house, heavily modified version of CryEngine from the original Far Cry called the Dunia Engine, which is used in their later iterations of the Far Cry series.

Features

<templatestyles src="Div col/styles.css"/>

3

Versions

This diagram illustrates the development history of CryEngine game engine versions.

CryEngine 1

CryEngine 1 is a game engine used for the first-person shooter video game Far Cry. It was originally developed by Crytek as a technology demo for Nvidia and, when the company saw its potential, it was turned into a game. When video cards with support for 3.0 pixel and vertex shaders were released, Crytek released version 1.2 of the engine which used some of the capabilities for better graphics. Later the company developed CryEngine version 1.3, which added support for HDR lighting. The engine has been licensed to NCsoft for their MMORPG, Aion: The Tower of Eternity.[16] On March 30, 2006, Ubisoft acquired all intellectual property rights to the Far Cry franchise and a perpetual license to use the Far Cry edition of CryEngine.[17]

CryEngine 2

CryEngine 2 is used in Crytek's game Crysis, and an updated version in Crysis Warhead, a side story of Crysis. In March 2009 at the Game Developers Conference, CryEngine 2's successor, CryEngine 3, was shown on the Xbox 360 and PlayStation 3. CryEngine 2 was first licensed out to French company IMAGTP who specializes in architectural and urban-planning communication. The purpose of licensing the engine was to create a program to allow clients to see exactly what a building or other structure would look like before any actual construction was started. As of March 7, 2011, Simpson Studios has licensed CryEngine 2 out to use on a Massively Multiplayer Virtual World (MMVW) that takes place on a terraformed Mars.[18] On May 11, 2007, Crytek announced that they would be using the engine to create a game based on their new “intellectual property”. It is also confirmed that it will not be a part of Crysis and in fact may not even be a first person shooter. On September 17, 2007, Ringling College of Art & Design became the first higher education institution in the world to license CryEngine 2 for educational purposes.

CryEngine 3

On March 11, 2009, the German/Turkish game studio Crytek announced that it would introduce CryEngine 3 at the 2009 Game Developers Conference, held from March 25 to March 27. The new engine was being developed for use on Microsoft Windows, PlayStation 3, Xbox 360, and Wii U. As for the PC platform, the engine is said to support development in DirectX 9, 10, and 11.[19][20] As of June 1, 2009, it was announced that Crysis 2 would be developed by Crytek on their brand new engine.[21] CryEngine 3 was released on October 14, 2009.[22]

On March 1, 2010, a new tech demo of the engine was released for the i3D 2010 symposium, which demonstrates 'Cascaded Light Propagation Volumes for Real Time Indirect Illumination'.[23] On June 11, 2011, the Australian Defence Force revealed that Navy personnel would train on a virtual landing helicopter dock ship made using the CryEngine 3 software.[24] As of July 1, 2011, the Mod SDK version of CryEngine 3 specifically to create custom maps, mods and content for Crysis 2 is available on Crytek's website. Crytek also released a free-to-use version of the CryEngine for non-commercial game development. It was released as of August 17, 2011 under the name CRYENGINE® Free SDK.[25][26]

Crytek announced on September 9, 2011 that they would be using CryEngine 3 to bring the original Crysis to consoles.[27] It was released for Xbox Live and PlayStation Network on October 4, 2011.[28]

CryEngine

On August 21, 2013, Crytek rebranded CryEngine (starting from version 3.6.0) to simply "CryEngine", and announced that their next CryEngine would not be advertised with a version number. The reason for this decision was the fact that this new engine bears almost no similarity to previous CryEngine versions. However, the development kits available to licensees still use version numbers.[29] The new CryEngine version adds support for Linux[30][31] and consoles such as the PlayStation 4, Xbox One, and Wii U.[32] Subsequent appearances at events have also featured the use of CryEngine on virtual reality systems, at GDC 2015 Crytek brought a demonstration 'Back To Dinosaur Island' to the event to showcase such.[33]

Development

The CryEngine software development kit (SDK), originally called Sandbox Editor, is the current version of the level editor used to create levels for CryEngine by Crytek. Tools are also provided within the software to facilitate scripting, animation, and object creation. It has been included with various Crytek games (including, but not limited to, Crysis and Far Cry), and is used extensively for modding purposes. The editing style is that of the sandbox concept, with the emphasis on large terrains and a free style of mission programming. The editor can also construct indoor settings.

As opposed to editors like UnrealEd, which use a "subtractive" editing style that takes away areas from a filled world space, the Sandbox has an "additive" style (like Quake II). Objects are added to an overall empty space.

The Sandbox's concentration on potentially huge (in theory, hundreds of square kilometers) terrain, means that it uses an algorithmic form of painting textures and objects onto the landscape. This uses various parameters to define the distribution of textures or types of vegetation. This is intended to save time and make the editing of such large terrains feasible while maintaining the overall "real world" sandbox free roaming style. This is different from some editing styles that often use "fake backdrops" to give the illusion of large terrains.

In a fashion somewhat comparable to the 3D Renderer Blender, which can be used for game design, the Sandbox editor has the ability, with a single key press, for the editor to jump straight into the current design (WYSIWYP, "What You See Is What You Play" Feature). This is facilitated without loading the game as the game engine is already running within the editor. The "player" view is shown within the 3D portion of the Editor.

The Editor also supports all the CryEngine features such as vehicles and physics, scripting, advanced lighting (including real time, moving shadows), Polybump technology, shaders, 3D audio, character inverse kinematics and animation blending, dynamic music, Real Time Soft Particle System and Integrated FX Editor, Deferred Lighting, Normal Maps & Parallax Occlusion Maps, and Advanced Modular AI System.

Games using CryEngine

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Other licensees

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. 5.00 5.01 5.02 5.03 5.04 5.05 5.06 5.07 5.08 5.09 5.10 Lua error in package.lua at line 80: module 'strict' not found.
  6. 6.0 6.1 6.2 6.3 6.4 6.5 6.6 Lua error in package.lua at line 80: module 'strict' not found.
  7. 7.00 7.01 7.02 7.03 7.04 7.05 7.06 7.07 7.08 7.09 7.10 7.11 7.12 7.13 Lua error in package.lua at line 80: module 'strict' not found.
  8. 8.0 8.1 8.2 8.3 Lua error in package.lua at line 80: module 'strict' not found.
  9. 9.0 9.1 9.2 9.3 9.4 9.5 Lua error in package.lua at line 80: module 'strict' not found.
  10. 10.0 10.1 10.2 10.3 10.4 Lua error in package.lua at line 80: module 'strict' not found.
  11. 11.0 11.1 11.2 11.3 Lua error in package.lua at line 80: module 'strict' not found.
  12. 12.0 12.1 12.2 12.3 12.4 12.5 Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. Lua error in package.lua at line 80: module 'strict' not found.
  15. Lua error in package.lua at line 80: module 'strict' not found.
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. Lua error in package.lua at line 80: module 'strict' not found.
  18. Lua error in package.lua at line 80: module 'strict' not found.
  19. Lua error in package.lua at line 80: module 'strict' not found.
  20. Lua error in package.lua at line 80: module 'strict' not found.
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.
  24. Lua error in package.lua at line 80: module 'strict' not found.
  25. Lua error in package.lua at line 80: module 'strict' not found.
  26. Lua error in package.lua at line 80: module 'strict' not found.
  27. Lua error in package.lua at line 80: module 'strict' not found.
  28. Lua error in package.lua at line 80: module 'strict' not found.
  29. Lua error in package.lua at line 80: module 'strict' not found.
  30. Lua error in package.lua at line 80: module 'strict' not found.
  31. Lua error in package.lua at line 80: module 'strict' not found.
  32. Lua error in package.lua at line 80: module 'strict' not found.
  33. Lua error in package.lua at line 80: module 'strict' not found.
  34. Lua error in package.lua at line 80: module 'strict' not found.
  35. Lua error in package.lua at line 80: module 'strict' not found.

External links

  • No URL found. Please specify a URL here or add one to Wikidata.
  • CryEngine Community - Official CryEngine Community Forums
  • CryEngine Docs - Official engine documentation portal
  • Crytek - Official Crytek website
  • ModDB - CryEngine developer communities