Wow they built a whole game engine and editor just for this game, and they got David Duchovny and Marilyn Manson to voice act in it!
And now it lives in obscurity
FWIW, most games before early 2000s built all their tooling from scratch as there wasn't off the shelf engines to use. Unreal engine came out in 98 and Source in 2004
Jedi Knight 2 came out in 2002 and the original Call of Duty came out in 2003, both running heavily modified versions of John Carmack's Quake III engine
id sold a few Doom and a bunch of Quake 1/2/3 licenses back in the day. Off the top of my head: Heretic and Hexen used the Doom engine, their sequels used the Quake and Quake 2 engines respectively. Strife was an FPS RPG that was Doom based. Half-Life started out as a HEAVILY modified Quake engine and rumor has it that there is still a bit of Quake code in Source. Duke Nukem Forever started out on Quake before moving to Unreal.
Call of Duty and Medal of Honor both used id Tech 3 (aka the Quake 3 engine), as did some of the Star Wars games, etc. Unfortunately, The Source Engine came out around the time of id Tech 4, and it really took the reins, with Unreal Engine hitting a stride thereafter. https://en.wikipedia.org/wiki/Id_Tech_3#Games_using_a_propri...
I heard an interview about Doom port to hmm 3DO? and it cost them one time payment of $50K cash money to outright buy Doom assets + game engine license.
There were game engines in the 90s -- Quake Engine, Build Engine, Unreal Engine.. to name some of the popular ones.
You also had GoldSrc, a modified Quake Engine for Half-Life 1.
Many companies created their own and was not available outside the business. Dark Engine used in the Thief:Dark Project games is an example. Think of companies like Nintendo having their own engine which powered games like Mario 64 and, I believe, Ocarina of Time was a modified version of that.
The "off the shelf" engines available at that time (like Unreal or Quake engine) might have been decent for certain type of games.
Today, you could say many games could be done with Unity, Godot, or Unreal. There are still companies today using their own.
idTech 2 was specifically built for Quake 1, and only later it was licensed to other developers as well. So it was not an off-the shelf solution id could simply take for building Quake. It was tailored for that game.
I don't think they specifically understood the idea of a "game engine" as the core product at the time. But there are plenty of references if you Google a bit that Quake was designed for modders due to the popularity of DOOM mods - so developer experience was absolutely taken into account from the start.
They had already done licensing deals for the DOOM engine at that point, including the greatest game of all time "Chex Quest."
Yeah, this is why Quake's logic for a lot of game things - monsters, weapons, moving platforms - is written in a byte-code interpreted language (QuakeC). The idea was to separate it from the engine code so modders could easily make new games without needing access to the full engine source.
(And QuakeC was supposed to be simpler as a language than C, which it... is, but at the cost of weird compromises like a single number type (float) which is also used to store bitfields by directly manipulating power of two values. Which works, of course, until your power of 2 is big enough to force the precision to drop below 1...)
Engines that come to mind: XnGine (Daggerfall, Terminator, ...), Dark Engine (Thief, System Shock 2), Build (Duke 3D, Blood...). Yes, they existed before the 2000s, but the difference to today is that there were many engines being reused for a handful of games at most. Today it's few engines running most games.
Battlefield, gta, alan wake, ms flightsim, cyberpunk, hogsward (unreal) all top games with different engines.
Agree that unreal engine has many games, but plenty of alternatives
That's a pretty small selection of well-known AAA games. Those few examples really don't change the general skew towards using 3rd party engines these days vs. few games doing something like that in the 90s. And in fact, most of these engines have also been reused between games (with heavy modifications of course - e.g. Remedy's Northlight engine has been evolving since Alan Wake 1).
Build engine duke nukem also used in many other games like blood etc. Same for quake engine. Even doom engine was used in games like hexen. Doom was also an evolution of the wolfenstein engine. Quake 1 to later quake engines all evolutions and used in a lot of other games.
These are all 3d engines. On the nes, snes and sega machines the same platform engine was reused in 1000s of games. Same for sound engines, physics engines etc. My point is. I dont think there is a lot of difference. Innovation still happening today. Not everything is Unreal.
> On the nes, snes and sega machines the same platform engine was reused in 1000s of games.
No, this isn't true. Almost all games were bespoke back in that era - the machines simply weren't powerful enough to allow for competitive, flexible game engines. An individual development house might have a code library or base that they'd iterate on, but there was little sharing between different companies (much less reuse by the thousands).
By the 16-bit era sound engines did tend to be widely reused, though (e.g. GEMS).
Honestly it seems like it always has: there are a handful of dev houses using their own engine for a spread of games (e.g. EA with Frostbite, Ubi with Anvil, Rockstar with RAGE, Bungie with whatever they call the Halo/Destiny engine these days), then UE or Unity are out there mass licensed for a whole bunch of stuff, then the few less widely licensed engines like Source.
That's not how it always has been. Licensing engines was virtually unknown 30 years ago (and when it happened at all it was within a very narrow range for making games in the same genre, more like asset swaps and level packs than outright new games), and new and exciting in the '00s.
Torque was pretty instrumental in kick-starting my career. Glad it's still being maintained to this day (despite it arguably getting steamrolled by unity and mismanagement).
That's not quite true. There were plenty of 90s game engines. They just weren't as general purpose. So you would end up rewriting a good chunk anyways to get what you wanted.