Codex Gamicus
Advertisement


id Tech 4, popularly known as the DOOM 3 engine, is a computer 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 engines such as those for DOOM and Quake, which are also widely recognized as marking significant advances in the field. This OpenGL rendered engine has been used in games like DOOM 3, Enemy Territory: Quake Wars, Wolfenstein and Brink, with the engine also having been used on Microsoft Windows, macOS, GNU/Linux, Xbox 360, and PlayStation 3[1] under a proprietary license, although the engine later became available under the GNU General Public License when Timothee 'TTimo' Besset uploaded the DOOM 3 source code onto GitHub on November 22, 2011.[2]

History[ | ]

id Tech 4 began as an enhancement to id Tech 3. During development, it was initially just a complete rewrite of the engine's renderer, while still retaining other subsystems, such as file access, and memory management. The decision to switch from C to the C++ programming language, necessitated a restructuring and rewrite of the rest of the engine; today, while id Tech 4 contains code from id Tech 3, much of it has been rewritten.[3]

At the QuakeCon 2007, John Carmack, the lead graphics engine developer at id, said to LinuxGames: "I mean, I won't commit to a date, but the DOOM 3 stuff will be open source". And like its predecessors, John Carmack has said that id Tech 4 will be released as open source.[4]

At the QuakeCon 2009, Carmack said that he planned to petition Zenimax to release the id Tech 4 source upon the release of RAGE.[5]

Hardware[ | ]

The original requirement of id Tech 4 was that it needed a high-end graphics processing unit (GPU) with fully programmable vertex and pixel shaders, such as the GeForce 3 or Radeon 8500, with at least 64 MiB of VRAM. By E3 2002, the recommended GPU was "100% DirectX 9.0b compatible", such as the Radeon 9700 with 128 MiB of VRAM. While the Radeon 9700's DirectX 9.0 features are not necessary to render the game, its advanced architecture, 256-bit memory bus, and efficiency were needed to run DOOM 3 at high detail and playable speed.[3]

id Tech 4 resulted in the obsolescence of DirectX 7.0 graphics chips such as the widespread GeForce 2 and Radeon 7200, as well as older chipsets such as TNT2 and Rage 128, and software rendering (with an integrated Intel GMA). Until the advent of id Tech 4, a powerful CPU was able to somewhat compensate for an older video card. While John Carmack initially warned gamers not to purchase the GeForce 4 MX[6] (which casual consumers often confused with the DirectX 8.0-capable GeForce 4 Ti, though it was at best an improved GeForce 2), its somewhat widespread adoption compelled id Software to add it to the list of supported cards. There have been cases of enthusiasts forcing DOOM 3 to run on unsupported graphics chips, such as the long-obsolete Voodoo2, but these are unable to render the per-pixel lighting and bump mapping.[7]

Features[ | ]

Graphics[ | ]

id Tech 4 added several new graphical features absent in its predecessor, id Tech 3. These included bump mapping, normal mapping, and specular highlighting. More features were added in the development of successive games, and in yet unreleased games using id Tech 4, new features have been added or are planned to be added soon.

The primary innovation of id Tech 4 was its use of entirely dynamic per-pixel lighting, whereas previously, 3D engines had relied primarily on pre-calculated per-vertex lighting or lightmaps and Gouraud shading. While dynamic effects had been available before (such as dynamic moving lights), this effect merely changed the brightness of the vertices of the polygon, with the pixel's colors simply being interpolated between the three vertex colors of its polygon.

This fully real-time approach used in Doom 3, combined with the use of shadow volumes permitted more realistic lighting and shadows[8] than in the previous generation of id's engines. The method used to create the shadow volumes is the subject of a patent by Creative, which Creative granted id permission to use in the Doom 3 engine, in exchange for supporting Creative's EAX advanced sound technologies.[9]

The models used in id Tech 4 engine games are animated using skeletal animation. The engine can blend multiple animations together, to produce a skin that moves correctly for those animations. Because this is CPU intensive, id did some work optimizing this using the use of Intel's Streaming SIMD Extensions (SSE) to gain the best possible performance.[10]

MegaTexture rendering technology[ | ]

Main article: MegaTexture

The original version of the id Tech 4 engine was criticized for its perceived inability to handle large outdoor areas. The MegaTexture technology not only removed this issue by introducing a means to create expansive outdoor scenes but also made the new version as the best game engine to handle the outdoor areas, as well. By painting a single massive texture (32,768×32,768 pixels, though it has been extended to larger dimensions in recent versions of the MegaTexture technology) covering the entire polygon map and highly detailed terrain, the desired effects can be achieved. The MegaTexture can also store physical information about the terrain such as the amount of traction in certain areas or indicate what sound effect should be played when walking over specific parts of the map. i.e. walking on rock will sound different from walking on grass.[11] It is expected that this will result in a considerably more detailed scene than the majority of existing technologies, using tiled textures, allow. Currently, the only game that utilizes MegaTexture based on the Tech 4 engine is Enemy Territory: Quake Wars.

Rendering Techniques used in id Tech 4[ | ]

Scripting[ | ]

id Tech 4 has a comprehensive scripting language which can be used when creating mods, and is used in DOOM 3 to control monsters, weapons, and map events. This scripting language is similar to C++.[12]

In addition to the main scripting language, id Tech 4 also has another scripting language that is used for GUIs - both the menus and HUD, and also for GUIs embedded into the game world.[13] These in-game GUIs are sufficiently powerful that you can, for example, run another game such as Doom 1 within the game-world.[14]

Despite this additional level of scripting, it is also possible to create mods using C++ to build native code.[15]

Sound[ | ]

As a result of the agreement with Creative regarding the patent on shadow volumes, the id Tech 4 engine supports OpenAL, including the Creative Technology specific EAX extensions. The work to include OpenAL support was done by Creative Technology, not by id Software themselves.[16]

Networking[ | ]

Initially, the id Tech 4 engine was planned to have a peer-to-peer networking model, however this was changed to a more traditional client–server model.[17] This part of the engine works in a fundamentally similar way to the id Tech 3 equivalent, however id Tech 4 exposes a lot more of the network protocol to mod developers.[18]

Although DOOM 3 only supported 4 players, the id Tech 4 engine can be used with more players than this, with Quake 4 and Enemy Territory: Quake Wars both supporting significantly more players.

Games using or licensing id Tech 4[ | ]

Unlike the preceding and widely-used id Tech 3 (also known as the Quake III Arena engine) and id Tech 2 (also known as the Quake II engine), id Tech 4 has had less success in licensing to third parties. This is especially apparent in comparison to its closest competitor, the Unreal 2 engine. The unexpected long development time going into id Tech 4 did not help, as between 2002–2004, id Software had no equivalent to Unreal Engine 2. Many who licensed the Unreal 2 engine were thus able to make the switch to Unreal 3 more easily.

While id Tech 4 had taken a new direction with its dynamic per-pixel lighting, this unconventional feature had steeper hardware requirements and was initially only useful in "spooky games" (until the MegaTexture addition), whereas an increasing number of developers preferred conventional engines that could render large outdoor areas. Also notable was id Tech 4's relative lack of downward scalability compared to competing FPS engines which would have limited its potential audience; the rival Source engine (which was developed from the previous GoldSrc engine) could still run on the older widespread DirectX 7.0 GPUs, albeit without shaders being used.

Games using the proprietary license[ | ]

Games using the open-source license[ | ]

See also[ | ]

References[ | ]

External Links[ | ]

Warning: Display title "id Tech 4" overrides earlier display title "<abbr title="Display Title of Article changed due to technical limitations or for cosmetic reasons">id Tech 4</abbr>".

Advertisement