The Six Demos Of Fallout

Abstract

Problem: How many demos were made during Fallout's development, and what impact did they have on the project?

Approach: Tim Cain consults his 86 pages of digitized development notes, where the word "demo" appears 42 times, to reconstruct the full history of Fallout's demo production.

Findings: Six demos were created between November 1995 and April 1997 β€” most requested by marketing with little notice. The demos ranged from internal showcases to the famous publicly downloadable Junktown demo. They cost the team weeks of lost development time (one costing eight weeks alone), contributed significantly to crunch, and were entirely outside the team's control. The fourth demo notably introduced the "spiritual successor to Wasteland" label, which Cain believes did not originate from the development team.

Key insight: Demos were a major unplanned source of crunch β€” marketing could mandate them at will, but refused to accept responsibility for the schedule impact, telling Cain to simply "deal with it."

Source: https://www.youtube.com/watch?v=dDvZTNoGAJw

Demo 1: Internal Demo (November 1995)

The first demo was purely internal, made about a year and a half into development (counting Cain's initial six months working solo). Cain has only three notes about it and doesn't even remember which area of the game they used β€” he believes they made a unique map specifically for it, designed to show off the flamethrower.

The executive producer Alan Pavlish's only recorded feedback was that it "runs too slowly." Cain notes this was far too early in development to worry about optimization and didn't plan to act on it for at least another year.

They also showed this demo to a reporter from Next Gen magazine, who said they loved it and asked when it was coming out. Cain's response: "Years." Brian Fargo also liked it, particularly praising the death animations β€” which is ironic, since Steve Jackson Games initially liked those same animations but later complained they were "too over the top."

Demo 2: E3 Demo (May 1996)

This was the first demo Cain clearly remembers making. It was both a playable demo and a self-playing demo, built for E3 about six or seven months after the internal demo.

The self-playing capability leveraged GNW (Cain's OS abstraction library), which handled all input β€” mouse, keyboard, even joystick. Cain realized he could easily record timestamped inputs and play them back. However, he initially forgot about random numbers: replaying the same inputs could produce different outcomes (a shot that killed someone during recording might not kill them on playback due to different random rolls).

He fixed this by having GNW generate and save a random seed at the start of each recording. This seeded the random number generator deterministically, ensuring identical playback every time.

The demo featured two maps with a mini-adventure: the player was asked to kill rad scorpions in exchange for items (possibly Shady Sands or Junktown with a rad scorpion cave). It showed off talking, bartering, killing, and finding interesting items. This also served as a test of the newly integrated script engine.

The demo received good feedback, and while there were bugs, Cain wasn't concerned β€” they still had another year and a half to two years of development ahead.

Demo 3: ECTS Demo (July 1996)

Made just two months after the E3 demo for the European Computer Trade Show (ECTS). The team wanted to reuse the E3 demo, but marketing insisted it had to be "all new" because editors were coming.

Cain has almost no information about this demo β€” he doesn't know what they made, what feedback was received, or any other details. All he knows is they lost a few weeks of development time to it.

Demo 4: Computer Gaming World Demo (August 1996)

A non-interactive demo made for Computer Gaming World magazine. At some point around this demo (or the next one), the team switched from using GNW's input recording/playback system to shipping demos as pre-recorded AVI movies. The tradeoff: sending the game engine with art and recorded input was cheaper in file size for long demos, but movies played more consistently across different hardware.

This demo was almost entirely created by assistant producer Fred Hatch. Cain's notes read: "This demo would not have been possible without the heroic efforts of Fred Hatch." Hatch played the game repeatedly until he got a good playthrough, which was then captured.

The "Spiritual Successor to Wasteland" Label

This fourth demo was historically significant: it was the first time Fallout was described as a "spiritual successor to Wasteland" β€” that phrase appeared on the CD. Cain is 99% sure this didn't come from the development team. By this point, the team had deliberately gone in their own direction and avoided such terminology because they feared it would create false expectations. Cain was proven right β€” when they later made Arcanum and The Outer Worlds, marketing's use of "from the people who gave you Fallout" generated preconceived notions that didn't always serve the games well. But as Cain notes, "if you think as a manager I have a lot of control over marketing... you may be wrong."

Demo 5: Non-Interactive Demo (October 1996)

Another non-interactive demo made just a couple of months later. Cain doesn't have notes on what it was used for. However, this is when he put his foot down: he told marketing, "Use what you have β€” we're trying to make a game here."

Marketing was not pleased. Cain's "no more demos" stance lasted about six months.

Demo 6: The Public Downloadable Demo (April 1997)

This is the demo everyone remembers β€” the one people mean when they say "did you play the Fallout demo?" It was a fully interactive, playable demo released online in April 1997, working on both DOS and Windows 95, with a separate Mac version (making it technically three demos).

The map was Junktown, laid out similarly to the final game but with a completely unique storyline. The team made deliberate design choices:

  • Unique story β€” They didn't want to spoil any storyline from the actual game.
  • Minimal maps β€” The quest had to work on a single map to keep the download size small (target: 20 MB or smaller). Maps and art were what consumed the most space.
  • Non-violent version β€” A week after release, they created a version for countries where the game was deemed too violent. This also reduced file size by cutting the lengthy death/explosion animations.

The demo also shipped alongside the opening cinematic movie. If you had both files, the demo would play the movie first before dropping you into the game.

The Cost of Demos

Cain emphasizes that none of the six demos were planned. Nobody told him in 1994 that the team would be making six demos over the course of development. Every time a demo request came in, it was presented as "urgent and important" with no room for negotiation. The team had no say β€” it wasn't until the fifth demo that Cain managed to push back.

The worst part: when Cain reported to his bosses that the schedule had been impacted by demos, they dismissed it. "These demos are required, but you can't let it delay the game." When he asked how that was supposed to work, he was told to "deal with it."

Cain draws a direct connection between the demos and crunch. While demos weren't the only source of crunch on Fallout, they were a significant one β€” and entirely outside the team's control. Marketing could mandate weeks of work but bore no responsibility for the budget or schedule consequences. Producers who tried to resist this system at Interplay didn't last long β€” Cain suggests checking Moby Games for Interplay producers who are only credited on a single title.

References