Initial release | Unreal build 100 / May 1998 |
---|---|
Stable release | Unreal Tournament build 436 / November 2000 |
Written in | C++ , UnrealScript, Assembly [1] |
Platform | Microsoft Windows, Linux, Mac OS and OS X, Dreamcast, PlayStation 2 |
License | Proprietary |
Unreal Engine 1 (UE1) is the first version of the Unreal Engine game engine. It was initially developed in 1995 by Epic Games founder Tim Sweeney for Unreal. Epic later began to license the Engine to other game studios. It was succeeded by Unreal Engine 2.
The first-generation of Unreal Engine was developed by Tim Sweeney, the founder of Epic Games. [3] Having created editing tools for his shareware games ZZT (1991) and Jill of the Jungle (1992), [4] Sweeney began writing the engine in 1995 for the production of a game that would later become a first-person shooter known as Unreal . [5] [6] [7] After years in development, it debuted with the game's release in 1998, [8] although MicroProse and Legend Entertainment had access to the technology much earlier, licensing it in 1996. [2] According to an interview, Sweeney wrote 90 percent of the code in the engine, including the graphics, tools, and networking system. [9]
Sweeney initially did not plan to license his Engine, but when other studios offered to license it from Epic, he agreed. [10]
We released amazing screenshots of our game, but also screenshots of our editor early on, around 1995. That led those companies to call us. Microprose called us and they said "we're interested in licensing your engine!" and we're like "Engine? What engine? Oh! Right, our engine! It's very expensive."
Sweeney attributed part of Epic's success in licensing Unreal Engine to their customer support. [10] By late 1999, The New York Times indicated that there had been sixteen external projects using Epic's technology, including Deus Ex , The Wheel of Time , and Duke Nukem Forever , [11] the latter of which was originally based on the Quake II engine. [12] Unlike id Software, whose engine business only offered the source code, Epic provided support for licensees and would get together with their leads to discuss improvements to its game development system, internally dubbed the Unreal Tech Advisory Group. [2] [13] While it cost around $3 million to produce and licenses for up to $350,000, [11] Epic gave players the ability to modify its games with the incorporation of UnrealEd and a scripting language called UnrealScript, sparking a community of enthusiasts around a game engine built to be extensible over multiple generations of games. [14] [15] [16] [17]
The big goal with the Unreal technology all long was to build up a base of code that could be extended and improved through many generations of games. Meeting that goal required keeping the technology quite general-purpose, writing clean code, and designing the engine to be very extensible. The early plans to design an extensible multi-generational engine happened to give us a great advantage in licensing the technology as it reached completion. After we did a couple of licensing deals, we realised it was a legitimate business. Since then, it has become a major component of our strategy.
At first, the engine relied completely on software rendering, meaning the graphics calculations were handled by the central processing unit (CPU). [3] However, over time, it was able to take advantage of the capabilities provided by dedicated graphics cards, focusing on the Glide API, specially designed for 3dfx accelerators. [18] [19] While OpenGL and Direct3D were supported, they reported a slower performance compared to Glide due to their deficiency in texture management at the time. [20] [21] Sweeney particularly criticized the quality of OpenGL drivers for consumer hardware, describing them as "extremely problematic, buggy, and untested", and labeled the code in the implementation as "scary" as opposed to the simpler and cleaner support for Direct3D. [20] With regard to audio, Epic employed the Galaxy Sound System, a software created in assembly language that integrated both EAX and Aureal technologies, and allowed the use of tracker music, which gave level designers flexibility in how a game soundtrack was played at a specific point in maps. [22] [23] [24] Steve Polge, the author of the Reaper Bots plugin for Quake, programmed the artificial intelligence system, based on knowledge he had gained at his previous employer IBM designing router protocols. [25] [26]
According to Sweeney, the hardest part of the engine to program was the renderer; he had to rewrite its core algorithm several times during development. He found the infrastructure connecting all the subsystems less "glamorous". [27] [18] Despite requiring a significant personal effort, he said the engine was his favorite project at Epic, adding: "Writing the first Unreal Engine was a 3.5-year, breadth-first tour of hundreds of unique topics in software and was incredibly enlightening." [28]
Among its features were collision detection, colored lighting, and a limited form of texture filtering. [19] It also integrated a level editor, UnrealEd, [29] that had support for real-time constructive solid geometry operations as early as 1996, allowing mappers to change the level layout on the fly. [30] [18] Even though Unreal was designed to compete with id Software (developer of Doom and Quake ), co-founder John Carmack complimented the game for the use of 16-bit color and remarked its implementation of visual effects such as volumetric fog. "I doubt any important game will be designed with 8-bit color in mind from now on. Unreal has done an important thing in pushing toward direct color, and this gives the artists a lot more freedom," he said in an article written by Geoff Keighley for GameSpot . [7] "Light blooms [the spheres of light], fog volumes, and composite skies were steps I was planning on taking, but Epic got there first with Unreal," he said, adding: "The Unreal engine has raised the bar on what action gamers expect from future products. The visual effects first seen in the game will become expected from future games." [7]
Unreal was noted for its graphical innovations, but Sweeney acknowledged in a 1999 interview with Eurogamer that many aspects of the game were unpolished, citing complaints from gamers about its high system requirements and online gameplay issues. [26] Epic addressed these points during the development of Unreal Tournament by incorporating several enhancements in the engine intended to optimize performance on low-end machines and improve the networking code, while also refining the artificial intelligence for bots to display coordination in team-based gamemodes such as Capture the Flag. [32] Originally planned as an expansion pack for Unreal, [33] the game also came with increased image quality with the support for the S3TC compression algorithm, allowing for 24-bit high resolution textures without compromising performance. [34]
In addition to being available on Windows, Linux, Mac and Unix, [11] the engine was ported through Unreal Tournament to the PlayStation 2 and, with the help of Secret Level, Inc., to the Dreamcast. [35] [36]
Unreal is a first-person shooter video game developed by Epic MegaGames and Digital Extremes and published by GT Interactive for Microsoft Windows in May 1998. It was powered by Unreal Engine, an original game engine. The game reached sales of 1.5 million units by 2002.
John D. Carmack II is an American computer programmer and video game developer. He co-founded the video game company id Software and was the lead programmer of its 1990s games Commander Keen, Wolfenstein 3D, Doom, Quake, and their sequels. Carmack made innovations in 3D computer graphics, such as his Carmack's Reverse algorithm for shadow volumes.
A game engine is a software framework primarily designed for the development of video games and generally includes relevant libraries and support programs such as a level editor. The "engine" terminology is akin to the term "software engine" used more widely in the software industry.
ZZT is a 1991 action-adventure puzzle video game and game creation system developed and published by Potomac Computer Systems for MS-DOS. It was later released as freeware in 1997. It is an early game allowing user-generated content using object-oriented programming. Players control a smiley face to battle various creatures and solve puzzles in different grid-based boards in a chosen world. It has four worlds where players explore different boards and interact with objects such as ammo, bombs, and scrolls to reach the end of the game. It includes an in-game editor, allowing players to develop worlds using the game's scripting language, ZZT-OOP.
Unreal Engine (UE) is a 3D computer graphics game engine developed by Epic Games, first showcased in the 1998 first-person shooter video game Unreal. Initially developed for PC first-person shooters, it has since been used in a variety of genres of games and has been adopted by other industries, most notably the film and television industry. Unreal Engine is written in C++ and features a high degree of portability, supporting a wide range of desktop, mobiles, console, and virtual reality platforms.
Unreal Tournament is a first-person arena shooter video game developed by Epic Games and Digital Extremes. The second installment in the Unreal series, it was first published by GT Interactive in 1999 for Windows, and later released on the PlayStation 2 and Dreamcast by Infogrames in 2000 and 2001, respectively. Players compete in a series of matches of various types, with the general aim of out-killing opponents. The PC and Dreamcast versions support multiplayer online or over a local area network. Free expansion packs were released, some of which were bundled with a 2000 re-release: Unreal Tournament: Game of the Year Edition.
Epic Games, Inc. is an American video game and software developer and publisher based in Cary, North Carolina. The company was founded by Tim Sweeney as Potomac Computer Systems in 1991, originally located in his parents' house in Potomac, Maryland. Following its first commercial video game release, ZZT (1991), the company became Epic MegaGames, Inc. in early 1992 and brought on Mark Rein, who has been its vice president since. After moving the headquarters to Cary in 1999, the studio changed its name to Epic Games.
Timothy Dean Sweeney is an American video game programmer and businessman. He is the founder and CEO of Epic Games, and the creator of Unreal Engine, a game development platform.
Silicon Knights was a Canadian video game developer. Founded in 1992 by Denis Dyack, the company was headquartered in St. Catharines, Ontario. They started developing for computers such as the Atari ST and IBM PC compatibles. After 1996, they moved to console titles.
id Tech 3, popularly known as the Quake III Arena engine, is a game engine developed by id Software for its Quake III Arena. It has been adopted by numerous games. It competed with the Unreal Engine; both engines were widely licensed.
Unreal Engine 3 (UE3) is the third version of Unreal Engine developed by Epic Games. Unreal Engine 3 was one of the first game engines to support multithreading. It used DirectX 9 as its baseline graphics API, simplifying its rendering code. The first games using UE3 were released at the end of 2006. It was succeeded by Unreal Engine 4.
id Tech 4, popularly known as the Doom 3 engine, is a game engine developed by id Software and first used in the video game Doom 3. The engine was designed by John Carmack, who also created previous game engines, such as those for Doom and Quake, which are widely recognized as significant advances in the field. This OpenGL-based game engine has also been used in Quake 4, Prey, Enemy Territory: Quake Wars, Wolfenstein, and Brink. id Tech 4 is licensed under the terms of the GNU General Public License v3.0 or later.
Unreal Engine 4 (UE4) is the fourth version of Unreal Engine developed by Epic Games. UE4 began development in 2003 and was released in March 2014, with the first game using UE4 being released in April 2014. UE4 introduced support or physically based materials and a new visual programming language called "Blueprints". It was succeeded by Unreal Engine 5.
Unreal Engine 2 (UE2) is the second version of Unreal Engine developed by Epic Games. Unreal Engine 2 transitioned the engine from software rendering to hardware rendering and brought support for multiple platforms like the PS2. The first game using UE2 was released in 2002 and its last update was shipped in 2005. It was succeeded by Unreal Engine 3.
Ryan C. Gordon is a computer programmer and former Loki Software employee responsible for icculus.org, which hosts many Loki Software projects as well as others. Gordon's site hosts projects with the code from such commercial games as Duke Nukem 3D, Shadow Warrior, Quake III Arena and other free and open source projects for multiple platforms.
Make Something Unreal, also known as $1,000,000 Make Something Unreal Contest and Make Something Unreal Live, was a series of video game development competitions organised by Epic Games which began in 2004, with subsequent competitions in 2008, 2012, and 2013. The contests aimed to reward developers who created mods using the Unreal game engine. Make Something Unreal has not returned since the event in 2013. Epic Games has since launched Epic MegaGrants, a grant based scheme, in 2019.
Unreal Tournament was a first-person arena shooter video game developed by Epic Games. It is the ninth game in the Unreal franchise, the fifth game in the Unreal Tournament series, and the first entry to be released since 2007's Unreal Tournament 3. The game utilizes Epic's Unreal Engine 4 and was released for free on Microsoft Windows, OS X, and Linux. The game was released as an alpha in 2014, but was never completed due to Epic Games' focus on Fortnite Battle Royale.
Steven Polge is a game programmer, most noted for his work on Epic Games' Unreal series of games. Polge was hired by Epic in 1997 after creating the Reaper Bot, which is recognized by Guinness World Records as the first computer-controlled deathmatch opponent. In addition to programming on the franchise, he served as lead designer on Unreal Tournament 3, and has been credited on other Epic titles such as Gears of War, Shadow Complex and Fortnite.
Unreal Engine 5 (UE5) is the latest version of Unreal Engine developed by Epic Games. It was revealed in May 2020 and officially released in April 2022. Major features of Unreal Engine 5 include Nanite, a virtualized geometry system that allows game developers to use arbitrarily high quality meshes with automatically generated Level of detail, and Lumen, a dynamic global illumination and reflections system that uses software and hardware ray tracing.
Probably the biggest draw to Unreal was the ability to mod it. Tim Sweeney (Founder of Epic) wrote a simple scripting engine into the game called UnrealScript.