Build (game engine)

Last updated
Build Engine
Developer(s) Ken Silverman
Initial releaseSeptember 30, 1995;28 years ago (1995-09-30)
Repository advsys.net/ken/buildsrc/
Successor Build 2
License Source-available [1]
Website advsys.net/ken/build.htm

The Build Engine is a first-person shooter engine created by Ken Silverman, author of Ken's Labyrinth , for 3D Realms. Like the Doom engine, the Build Engine represents its world on a two-dimensional grid using closed 2D shapes called sectors, and uses simple flat objects called sprites to populate the world geometry with objects.

Contents

The Build Engine is generally considered to be a 2.5D engine, as the basic world geometry is two-dimensional with an added height component, allowing each sector to have a different ceiling height and floor height. Some floors can be lower and some can be higher; the same is true with ceilings (in relation to each other). Floors and ceilings can hinge along one of the sector's walls, resulting in a slope. With this information, the Build Engine renders the world in a way that looks three-dimensional, unlike modern game engines that create actual 3D environments.

Though the Build Engine achieved most of its fame from powering the 1996 first-person shooter Duke Nukem 3D , it was also used for many other games.

Technical features

Sectors

Sectors are the building blocks of a level's layout, consisting of a two-dimensional polygonal outline when viewed from above, with the top and bottom faces of the sector given separate altitudes to create a three-dimensional space. [2] Hence, all walls are perfectly vertical—anything appearing otherwise is technically a sloped floor or ceiling. The word room can be used as a loose substitute to aid understanding, though one room in the game world can consist of many sectors, and parallaxed skies can give the illusion of being outdoors. Sectors can be manipulated in real-time; all of their attributes such as shape, height, and slope could be modified "on-the-fly" by games, unlike the earlier Doom engine. This allowed games to have destructible environments, such as those seen in Blood . [2] This technique is similar to the use of push walls in the earlier Apogee Software title Rise of the Triad which featured similar dynamic environments.

Developers of games based on the engine used special reserved "sprites" (game objects), often called "sector effectors[ sic ]", that, when given special tags (numbers with defined meanings), would allow the level designer to construct a dynamic world; similar tag information could be given to the sector walls and floor area to give a sector special characteristics. For example, a particular sector effector may let players fall through the floor if they walk over it and teleport them to another sector; in practice, this could be used to create the effect of falling down a hole to a bigger room or creating a body of water that could be jumped into to explore underwater. A sector could be given a tag that made it behave like an elevator or lift.

Sectors could overlap one another, provided they could not be seen at the same time (if two overlapping sectors were seen at the same time, a hall of mirrors effect resulted). [3] This allowed the designers to create, for instance, air ducts that appeared to extend across the top of another room (however, doing so could be tricky for designers due to the 2D viewpoint used for much of the editing process). This allowed the designers to create worlds that would be physically impossible (e.g. a doorway of a small building could lead into a network of rooms larger than the building itself). While all these made the games using the engine appear to be 3D, it wouldn't be until later first-person shooters, such as Quake , which used the Quake engine, that the engine actually stored the world geometry as true 3D information, making the creation of one area stacked atop another area in a single map very feasible.

Voxels

Later versions of Ken Silverman's Build Engine allowed game selected art tiles to be replaced by 3D objects made of voxels. This feature appeared too late to be used in Duke Nukem 3D, but was seen in some of the later Build Engine games. Blood uses voxels for weapon and ammo pickups, power-ups, and eye-candy (such as the tombstones in the "Cradle to Grave" level, some chairs, and a crystal ball in "Dark Carnival"). Shadow Warrior makes even more advanced use of the technology, with voxels that can be placed on walls (all of the game's switches and buttons are voxels).

For several years, Ken worked on a modern engine based entirely on voxels, known as Voxlap .

Room over room

One limitation of the Build Engine is that its level geometry is only capable of representing one connection between sectors for any given wall. Due to this, a structure as simple as a shelf with space both above and below it is impossible, though sometimes sprites or voxels can be substituted. Buildings with several floors are technically possible, but it is not possible for such a building to contain an external window directly above or below another window. In addition, some liberties will need to be taken with the staircases, elevators, and other methods of access for each floor.

Several Build Engine games (namely Shadow Warrior, Blood, and Redneck Rampage) worked around this by displaying a "viewport" to another sector through an additional rendering pass. This technique, called room-over-room (ROR), appears seamless to the player. In addition to an expanded range of vertical construction, ROR was often used to give bodies of water translucent surfaces. ROR was never a feature of the Build Engine itself, but rather a "trick" that was created by game developers. A trick used in Duke Nukem 3D to get around this, as in the case of its opaque underwater sections, was to simply transport the player quickly to another region of the map made to mimic it, similar to the elevators from Rise of the Triad .

In 2011, a feature was added to EDuke32 called true room over room (TROR), which allows multiple sectors to be stacked vertically so that each sector's wall has its own connection, enabling vertically-unrestricted structures. The difference between ROR and TROR is that TROR sectors physically overlap in the map data and editor (allowing for easy creation and visualization), rather than being drawn from separate locations using view portals, hence true room over room. TROR is a feature of the EDuke32 source port, not a game feature or trick.

List of Build Engine games

Games that are built directly on the Build Engine

YearTitleDeveloperNotes
1994Rock'n Shaolin: Legend of Seven Paladins 3DAccend Inc.Illegally used an earlier version of the engine, only released in Taiwan and South Korea. [4] [5]
1995 Witchaven [2] Capstone Software
William Shatner's TekWar [2]
1996 Duke Nukem 3D [6] 3D Realms Also Plutonium PAK, Atomic Edition, Duke!ZONE II, Xtreme, Duke it Out in D.C., Life's a Beach and Nuclear Winter expansions.
PowerSlave Lobotomy Software
Witchaven II: Blood Vengeance Capstone Software
1997 Blood [6] Monolith Productions Also Plasma Pak and Cryptic Passage expansions.
Shadow Warrior [6] 3D Realms Also Twin Dragon and Wanton Destruction expansions.

Games that are based on the Duke Nukem 3D code

YearTitleDeveloperNotes
1997 Redneck Rampage Xatrix Entertainment Also Suckin' Grits on Route 66 expansion.
1998 Redneck Rampage Rides Again
Redneck Deer Huntin'
Extreme Paintbrawl Creative Carnage
NAM TNT Team
Liquidator [7] Akella Illegally used the engine, only released in Russia.
1999 WWII GI TNT TeamAlso WWII GI: Platoon Leader expansion.
2019 Ion Fury Voidpointvia EDuke32 .
2022A.W.O.L. [8] Shotspark Studios

Unreleased Build Engine games

Development

The Build Engine was essentially a one-man project for Ken Silverman, though he consulted John Carmack for guidance early in the project. [3] Silverman was hired by 3D Realms on the basis of his demo for Build. Though he continued to refine the engine after becoming employed at 3D Realms, according to Silverman he never teamed with any other 3D Realms employees on the project and was never directed to tailor the engine towards any particular game. [2]

Source release and further developments

On June 20, 2000 (according to his website) Ken Silverman released the Build Engine source code under a proprietary non-commercial license. [9] [1] Silverman explained that after id Software set a precedent by releasing the source code for the Doom engine, fans had been pressuring him to release the source code for the Build Engine. [2]

Early days

Version 2.0 of Matt Saettler's EDuke, a project to improve Duke Nukem 3D for modders, was sent to 3D Realms for packaging shortly after the release of the Build source, leaving Duke Nukem 3D the pre-built libraries that 3D Realms had used with the original Duke. (Both Duke Nukem 3D and EDuke were still closed-source at this point.)

With the 2.1 private betas, Saettler worked towards integrating Silverman's build source into the Duke source code, but the project fizzled out before producing anything more than some very buggy private betas. A few total conversion teams for Build games decided to work from Silverman's Build code directly, and an enhanced version of the Build editor known as Mapster was also developed.

It was claimed at the time by many on the 3D Realms forums that it would be impossible to port Build to a multitasking OS, as it needed a large contiguous block of memory that wouldn't be available in a multitasking environment. This statement did not hold up to scrutiny, as all modern operating systems use virtual memory which allows apps to get contiguous logical memory without using contiguous physical memory, but conventional wisdom of the time was that porting Build to such an OS was unfeasible.

Duke Nukem 3D source release

On April 1, 2003, after several years of claims to the contrary, 3D Realms released the source code to Duke Nukem 3D under the GPL-2.0-or-later license. Not long afterwards, both Ryan C. Gordon and Jonathon Fowler created and released source ports of the game, including the Build Engine. It was possible to play Duke Nukem 3D well on the NT line of Windows (including Windows 2000/XP) and on Linux and other Unix operating systems, and interest in the source ports soared.

icculus.org port

Ryan C. Gordon (icculus), with the help of others, made the first port of the engine using SDL. The port was first to Linux, then to Cygwin, and finally to a native Windows build using the Watcom C++ compiler, which was the compiler used for the original DOS build (despite being compiled with Watcom C++, Build is plain C.) There was some talk of Matt Saettler using this to port EDuke to Windows, but nothing came of it.

JonoF port

A second source port was made to Windows, and later to Linux and Mac OS X, by Jonathon Fowler (JonoF). This port, JFDuke3D, initially did not have network game support, though this was added later in development.

Polymost

The task of updating the Build Engine to a true 3D renderer was taken on by Silverman himself. In the release notes for Polymost, he wrote: "When 3D Realms released the Duke Nukem 3D source code, I thought somebody would do a OpenGL or Direct3D port. Well, after a few months passed, I saw no sign of somebody working on a true hardware-accelerated port of Build, just people saying it wasn't possible. Eventually, I realized the only way this was going to happen was for me to do it myself." [10]

The Polymost renderer allowed for 3D hardware-accelerated graphics using OpenGL. It also introduced "hightile", a feature that made it possible to replace the game's original textures with high-resolution replacements in a variety of formats. Polymost has been utilized in Jonathon Fowler's JFBuild, JFDuke3D, JFShadowWarrior, and source ports derived from their code bases.

EDuke32

The source for EDuke 2.0 was later[ when? ] released, followed by the source for the last private beta of EDuke 2.1 (which never made it to a release version). Richard Gobeille (TerminX) merged the EDuke 2.0 source with JFDuke3D to make EDuke32. Another port, Wineduke, based on the icculus code, has since died off, leaving EDuke32 the only EDuke port still in development.

EDuke32 also supports the games NAM and WWII GI, as EDuke was based on the code to those games.

Polymer

On April 1, 2009, an OpenGL shader model 3.0 renderer was revealed to have been developed for EDuke32, named Polymer to distinguish from Ken Silverman's Polymost. At first it was thought to be an April Fools' joke, but the renderer was later made public. It allows for more modern effects such as real-time dynamic colored lighting and shadow mapping, specular and normal mapping, and other shader-based features in addition to most of the features added to Polymost over the years. Although Polymer is completely usable, it is technically incomplete and unoptimised, and is still in development. The developers of EDuke32 have stated that once Polymer has been rewritten for speed, it will supplant Polymost completely, as it is a superior renderer, and can be made to look identical to Polymost.

Other game ports

BuildGDX
Developer(s) Alexander "[M210]" Makarov
Initial releaseJanuary 12, 2018;5 years ago (2018-01-12)
Stable release
1.04 / September 13, 2019;4 years ago (2019-09-13)
Repository gitlab.com/m210/BuildEngine
Platform Java
Type Game engine
License Source-available
Website m210.duke4.net

The Shadow Warrior source code was released on April 1, 2005 under the GPL-2.0-or-later license, and JonoF released a source port of it, JFShadowWarrior, on April 2, 2005. [11] However, he admitted that he had access to the Shadow Warrior source code about a week before its release. [12] This port was later forked by ProASM for the SWP port. [13] A VoidSW port by the Ion Fury and EDuke32 developers entered public beta on May 21, 2020. [14]

The Transfusion project aimed to re-create Blood in the DarkPlaces engine, [15] but as of 2007, this project was far from complete, though it has playable deathmatch multiplayer; a similar project is BloodCM which recreates all of the Monolith made single player levels for Blood on top of EDuke32, [16] as well as ZBlood which ports some Blood assets and levels onto ZDoom. [17] The eRampage project attempted to create a total conversion of Redneck Rampage for EDuke32. [18]

The source code of Witchaven , Witchaven II: Blood Vengeance , William Shatner's TekWar , and Corridor 8: Galactic Wars have also surfaced. The legal status of these, however, is unclear. The full source code for alpha versions of Blood have also leaked, [19] and was used as a reference for an otherwise reverse engineered port to Java using LibGDX called BloodGDX in May 2017 by the previous author of BloodCM. [20]

This followed from the author's previous port of TekWar released in January 2016, [21] and has been followed up by ports for Witchaven, [22] Redneck Rampage, [23] Duke Nukem 3D, PowerSlave, Legends of the Seven Paladins and Shadow Warrior, now all collectively called BuildGDX. [24] DukeGDX also supports the files from the 20th Anniversary World Tour edition of Duke Nukem 3D. [25]

A further port of Blood, called NBlood, was released in January 2019 based on EDuke32, [26] and the creator's previous Rednukem port for Redneck Rampage (which also supports Duke Nukem 3D and Duke Nukem 64). [27] [28] An EDuke32 port for PowerSlave , called PCExhumed, was released on November 21, 2019. [29]

The source port Raze forks various Build engine ports, including JFDuke3D, SWP, NBlood, Rednukem, and PCExhumed, and ties it to a new underlying backend based on GZDoom. [30]

Successor

After multiple attempts to design a successor to Build, Silverman again began experimenting with such an idea in 2006. He used this work - now called Build 2 - while teaching 3D game programming to children at a summer camp from 2007 until 2009, and work continued until 2011 when he lost interest in the project. It features a more advanced lighting system, voxel rendering for entities and true room-over-room 3D spaces, and at least in part retained backwards compatibility with the original Build. Silverman released his drafts to the public on March 7, 2018. [31] [32] The source code was published under a proprietary non-commercial license on June 8, 2019. [33]

Related Research Articles

<i>Duke Nukem 3D</i> 1996 first-person shooter video game

Duke Nukem 3D is a first-person shooter video game developed by 3D Realms. It is a sequel to the platform games Duke Nukem and Duke Nukem II, published by 3D Realms.

<i>Duke Nukem Forever</i> 2011 video game

Duke Nukem Forever is a 2011 first-person shooter game developed by Gearbox Software and published by 2K for Windows, PlayStation 3, and Xbox 360. It is the fourth main installment in the Duke Nukem series and the sequel to Duke Nukem 3D (1996). Players control Duke Nukem as he comes out of retirement to battle an alien invasion. Like its predecessor, Duke Nukem Forever features pop culture references, toilet humor, and adult content.

<span class="mw-page-title-main">Voxel</span> Element representing a value on a grid in three dimensional space

In 3D computer graphics, a voxel represents a value on a regular grid in three-dimensional space. As with pixels in a 2D bitmap, voxels themselves do not typically have their position explicitly encoded with their values. Instead, rendering systems infer the position of a voxel based upon its position relative to other voxels.

<span class="mw-page-title-main">3D Realms</span> Video game publisher

3D Realms Entertainment ApS is a video game publisher based in Aalborg, Denmark. Scott Miller founded the company in his parents' home in Garland, Texas, in 1987 as Apogee Software Productions to release his game Kingdom of Kroz. In the late 1980s and early 1990s, the company popularized a distribution model where each game consists of three episodes, with the first given away free as shareware and the other two available for purchase. Duke Nukem was a major franchise created by Apogee to use this model, and Apogee published Commander Keen and Wolfenstein 3D the same way.

<i>Catacomb 3-D</i> 1991 video game

Catacomb 3-D is a first-person shooter video game, the third in the Catacomb series, the first of which to feature 3D computer graphics. It was developed by id Software and originally published by Softdisk under the Gamer's Edge label, released in November 1991. The player takes control of the high wizard Petton Everhail, descending into the catacombs of the Towne Cemetery to defeat the evil lich Nemesis and rescue his friend Grelminar.

<span class="mw-page-title-main">Ken Silverman</span> American game programmer (born 1975)

Ken Silverman is an American game programmer, best known for writing the Build engine. It was most notably utilized by Duke Nukem 3D, Shadow Warrior, Blood, and more than a dozen other games in the mid- to late-1990s.

<i>Blood</i> (video game) 1997 video game

Blood is a 3D first-person shooter video game developed by Monolith Productions and published by GT Interactive and developed using Ken Silverman’s Build engine. The shareware version was released for MS-DOS on March 7, 1997, while the full version was later released on May 21 in North America, and June 20 in Europe.

<i>Shadow Warrior</i> (1997 video game) 1997 video game

Shadow Warrior is a first-person shooter video game developed by 3D Realms and published by GT Interactive. The shareware version was released for the PC on May 13, 1997, while the full version was completed on August 25, 1997 and released in stores on September 16, 1997. Shadow Warrior was developed using Ken Silverman's Build engine and improved on 3D Realms' previous Build engine game, Duke Nukem 3D. Mark Adams ported Shadow Warrior to Mac OS in August 1997.

<i>Kens Labyrinth</i> 1993 video game

Ken's Labyrinth is a first-person shooter for MS-DOS published in 1993 by Epic MegaGames. It was programmed by Ken Silverman, who later designed the Build engine used for rendering in 3D Realms's Duke Nukem 3D (1996). Ken's Labyrinth consists of three episodes, the first of which was released as shareware. An earlier version was self-published by Silverman.

<span class="mw-page-title-main">Todd Replogle</span> American video game programmer

Todd Jason Replogle is an American video game programmer best known as the co-creator of the Duke Nukem series. He wrote six 2D action games for MS-DOS released as shareware by Apogee Software between 1990 and 1993. This included Duke Nukem and Duke Nukem II, which were side-scrolling platform games.

<i>Redneck Rampage</i> 1997 video game

Redneck Rampage is a 1997 first-person shooter game developed by Xatrix Entertainment and published by Interplay. The game is a first-person shooter with a variety of weapons and levels, and has a hillbilly theme, primarily taking place in a fictional Arkansas town. Many of the weapons and power-ups border on the nonsensical, and in some ways the game is a parody of both first-person shooter games and rural American life.

<i>Witchaven II: Blood Vengeance</i> 1996 video game

Witchaven II: Blood Vengeance is a fantasy-themed first-person shooter for DOS compatible operating systems released in 1996 by Capstone Software. It is a sequel to 1995's Witchaven. Both games use the Build engine. It was Capstone's last proprietary game before they and their parent company Intracorp went bankrupt. In Witchaven II, the player controls the returning knight Grondoval, the hero of the first game, as he is trying to stop an evil witch from carrying a titular blood vengeance in revenge for him having slain her sister in the original game. It received generally negative reviews, with criticism directed at its controls, enemy AI, and general mediocrity as compared to other first-person shooters coming out at the time. The game is supported by the BuildGDX source port.

Sunstorm Interactive was an American video game developer founded in 1995 by Anthony Campiti, which specialized in hunting simulators and first-person shooters. The majority of their titles were small-scale "value titles", priced between $20 and $30 as compared to the typical computer game that was priced at $50 at the time.

<i>PowerSlave</i> 1996 video game

PowerSlave, known as Exhumed in Europe and 1999 AD: Resurrection of the Pharaoh in Japan, is a first-person shooter video game developed by Lobotomy Software and published by Playmates Interactive in North America, and BMG Interactive in Europe and Japan. It was released in North America, Europe and Japan, for the Sega Saturn, PlayStation, and MS-DOS over the course of a year from late 1996 to late 1997. On May 24, 2015, Powerslave EX, an unofficial remake of the PlayStation version appeared on GitHub. The MS-DOS version of PowerSlave was added to the GOG store on November 19, 2020.

<span class="mw-page-title-main">Ryan C. Gordon</span> Computer programmer

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.

<i>Redneck Rampage Rides Again</i> 1998 video game

Redneck Rampage Rides Again is a video game developed by Xatrix Entertainment and published by Interplay Entertainment for MS-DOS in 1998. It was rereleased on Steam for Microsoft Windows on June 5, 2017, and for macOS on June 18. The game is supported by the BuildGDX, Rednukem and Raze source ports.

The video game Duke Nukem Forever spent more than 14 years in development, from 1996 to 2011. It is a first-person shooter for Windows, PlayStation 3 and Xbox 360, developed by 3D Realms, Triptych Games, Gearbox Software and Piranha Games. It is the sequel to the 1996 game Duke Nukem 3D, as part of the long-running Duke Nukem video game series. Intended to be groundbreaking, it became an infamous example of vaporware due to its severely protracted development schedule. Director George Broussard, one of the creators of the original Duke Nukem game, announced the development in 1997, and promotional information for the game was released from 1997 until its release in 2011.

libGDX is a free and open-source game-development application framework written in the Java programming language with some C and C++ components for performance dependent code. It allows for the development of desktop and mobile games by using the same code base. It is cross-platform, supporting Windows, Linux, Mac OS X, Android, iOS, BlackBerry and web browsers with WebGL support.

<i>Ion Fury</i> 2019 first-person shooter video game

Ion Fury is a 2019 cyberpunk first-person shooter video game developed by Finnish studio Voidpoint and published by 3D Realms. It is a prequel to the 2016 video game Bombshell. Ion Fury runs on a modified version of Ken Silverman's Build engine and is the first original commercial game to utilize the engine in 20 years, the previous being World War II GI. An expansion, Ion Fury: Aftershock, was released in October 2023.

References

  1. 1 2 "buildlic.txt". 2000-06-20. Archived from the original on 2017-05-12.
  2. 1 2 3 4 5 6 Rule, Duncan (Summer 2009). "Building Classics". Retroaction. No. 2. pp. 8–15. Retrieved 26 December 2021.
  3. 1 2 Zak, Robert (13 April 2016). "The Beauty of the Build Engine". Rock, Paper, Shotgun.
  4. Clint Basinger [@lazygamereviews] (2017-06-11). "As a result, Legends of the Seven Paladins (illegally) became the first Build Engine game, using code they didn't have the rights to" (Tweet). Retrieved 2022-09-16 via Twitter.
  5. "TWIM". A History of Korean Gaming. Hardcore Gaming 101. Retrieved 2017-07-01.
  6. 1 2 3 "3D Realms". Next Generation . No. 10. Imagine Media. October 1995. pp. 99–102.
  7. Eddy, Zykov (2013-06-12). "The Liquidator". RTCM - EDuke32 Duke3D Mod Reviews. Retrieved 2023-03-21.
  8. Dawe, Liam (2022-09-16). "A.W.O.L. is a new FREE retro FPS using the Build Engine (Duke Nukem 3D, Ion Fury)". GamingOnLinux. Retrieved 2023-03-15.
  9. "Ken Silverman's Build Engine Source Code Page" . Retrieved July 7, 2008.
  10. Fowler, Jonathon (October 9, 2005). "Release Notes for JFDuke3D". JonoF's Games and Stuff. Archived from the original on June 17, 2014.
  11. "Shadow Warrior Feature". Captain Williams. Retrieved 2023-03-21. On April 1, 2005 3D Realms released the source code for SW's engine under GPL. The timing of the source release lead to believe it was an April fools joke however, it spawned its first source port a day later entitled JFShadowWarrior and had the improvements of JFDuke3D and Linux support.
  12. Fowler, Jonathon (3 April 2005). "JFShadowWarrior". JonoF's. p. 1. Retrieved 3 August 2011. …I [JonoF] did have a week head start…
  13. Royko, Vaughn (2006-03-01). "Shadow Warrior (PC) - OpenGL Port". The Gamer's Journal. Retrieved 2023-03-20.
  14. "Shadow Warrior". Nuku's Collage of Life. 2022-04-01. Retrieved 2023-03-21.
  15. Von Kallenbach, Gareth (2003). "Devoted to the cause - Blood Transfusion to save aging game". Game Industry News. Archived from the original on 2003-04-08.
  16. Sledge (2017-04-07). "BloodCM – Blood v Eduke32". High Voltage. Retrieved 2023-03-23.
  17. Bardin, Maxim (2009-11-09). "I Live, Again..." Linux Gaming News. Retrieved 2023-02-19.
  18. "Play Redneck Rampage on Windows Vista, 7 or 8". Play Old PC Games. 2013-03-21. Retrieved 2023-03-19.
  19. Litchfield, Ted (2023-01-05). "The Duke Nukem Forever leaker just dropped the source code for another beloved '90s FPS". PC Gamer . Retrieved 2023-11-12.
  20. Alex Walker (2017-05-23). "You Can Play The Original Blood Using Java Now". Kotaku . Retrieved 2020-08-15.
  21. Tarason, Dominic (2018-02-19). "William Shatner's Tekwar lives again... for some reason". Rock Paper Shotgun . Retrieved 2023-03-20.
  22. Tarason, Dominic (2018-09-10). "Redneck Rampage looks smarter but feels as dumb as ever with this modern port". Rock Paper Shotgun . Retrieved 2023-03-20.
  23. Papadopoulos, John (2018-09-11). "RedneckGDX is a Java port for Redneck Rampage, offering better mouse support, OpenGL renderer and more". DSOG. Retrieved 2023-03-19.
  24. Liam Dawe. "Raze - a new open source fork of EDuke32 backed by GZDoom tech". GamingOnLinux. Retrieved 2023-03-19. One of the team said to think of it a bit like BuildGDX, as Raze "shares the renderer, the sound system and the input/system interface code across games".
  25. "Duke Nukem 3D (with BuildGDX engine)". The Linux Game Book. Retrieved 2023-03-20.
  26. Liam Dawe. "NBlood, an open source port of the classic FPS 'Blood' using EDuke32". GamingOnLinux. Retrieved 2020-08-15.
  27. "Redneck series (with Rednukem engine)". The Linux Game Book. Retrieved 2023-03-20.
  28. "Duke Nukem 3D (with Rednukem engine)". The Linux Game Book. Retrieved 2023-03-20.
  29. Liam Dawe. "Exhumed/PowerSlave can now be played easily with a cross-platform game engine". GamingOnLinux. Retrieved 2022-03-19.
  30. Liam Dawe. "Raze - a new open source fork of EDuke32 backed by GZDoom tech". GamingOnLinux. Retrieved 2020-08-15.
  31. Tarason, Domonic (9 March 2018). "Ken Silverman's long-lost BUILD2 engine released". Rock, Paper, Shotgun. p. 1. Retrieved 23 June 2018.
  32. Wawro, Alex (9 March 2018). "Now you can muck around with the Build Engine successor: Build2". Gamasutra. p. 1. Retrieved 23 June 2018.
  33. "BUILD2 Demo and Tools". advsys.net. Retrieved 2019-08-22.