The Origin of VATS

Abstract

Problem: How did the targeted body-part shooting system in Fallout β€” later known as VATS β€” come to be, and what design goals did it serve?

Approach: Tim Cain traces the feature's lineage from GURPS "Called Shots" through the switch to the SPECIAL system, explaining the modular code architecture that made the transition possible.

Findings: Called Shots survived the GURPS-to-SPECIAL transition because they deepened tactical combat by differentiating weapons, armor, creatures, and character builds. The system rewarded clever players who exploited body-part targeting β€” sometimes in ways the designers never anticipated.

Key insight: Called Shots were never just a targeting gimmick β€” they were a multiplier for the entire RPG system, giving weapons, armor, traits, perks, and skills additional axes of differentiation and letting players feel clever for discovering emergent tactical advantages.

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

From GURPS to SPECIAL

Fallout was originally a GURPS-licensed product. GURPS included a feature called Called Shots β€” you could aim at a specific body part on an enemy, accepting a to-hit penalty in exchange for potential bonus damage, special effects, or bypassing armor in that area.

Tim Cain had written the GURPS combat code in a highly modular architecture. Before Fallout even existed, he'd built a standalone GURPS character creator with external text-file modules for advantages, disadvantages, skills, and tech levels. When he started building Fallout, he wrote the combat engine the same way: the game itself was kept separate from the game mechanics layer.

The combat engine would ask the mechanics module questions like: How far can I move? What actions are legal? What's my chance to hit with this weapon? How much damage? What effects? The actual GURPS rules lived in swappable modules.

When the team switched from GURPS to SPECIAL β€” roughly eight months before shipping (around February, with an October ship date) β€” Tim simply extracted the GURPS modules and replaced them. This clean separation made the transition feasible on a tight timeline.

Why Keep Called Shots?

Tim wanted to preserve Called Shots in the new SPECIAL system for several reasons:

  • Tactical depth β€” they made combat more interesting and gave players meaningful decisions each turn
  • Weapon differentiation β€” different weapons had different bonuses and penalties for targeting specific body parts
  • Armor differentiation β€” armor could protect certain areas better than others, with varying damage resistance and damage thresholds
  • Character build synergy β€” traits, skills, and perks could interact with Called Shots, creating distinctive character archetypes (e.g., a trait that gave you more action points but removed your ability to use Called Shots)

The UI took advantage of the fact that Fallout's 2D sprites were rendered from 3D models. The Called Shot interface displayed a wireframe of the target model with selectable hit locations β€” a memorable visual element of the original games.

The Design Problem It Solved

The core design question was: How can we make weapons, armor, creatures, perks, skills, and traits have more differentiation and provide more tactical decisions for the player in combat?

Called Shots were the answer. They turned every combat encounter into a puzzle with multiple viable solutions, rather than a simple "attack until dead" loop. A player who understood the system could:

  • Switch weapon types based on enemy weaknesses
  • Target specific body parts to trigger status effects
  • Build characters around Called Shot synergies

If you just wanted to brute-force the game without thinking about any of this, you could β€” but the game rewarded players who engaged with the system.

Emergent Gameplay: The Glass Jaw Phenomenon

One of Tim's favorite stories illustrates the system's emergent depth. A producer discovered that if you maxed out the Unarmed skill, you could run up and punch enemies in the head β€” and despite the to-hit penalty, successful hits would frequently knock targets down or unconscious.

This worked on robots too. The producer called it the "Glass Jaw Phenomenon" β€” he was amazed at how many supposedly fearsome robots could be taken down by a punch to the face.

Tim deliberately left this in the game. His philosophy: "A player will feel clever because he is being clever." Finding and exploiting these kinds of emergent advantages was exactly the experience he wanted Fallout to deliver.

Other Examples

  • The BB Gun was specifically designed to be effective for eye shots β€” that was its intended niche
  • Hitting enemies in the eye greatly increased the chance of blinding them
  • Head shots could knock targets unconscious
  • Leg shots could cripple movement
  • While random criticals could produce these effects without Called Shots, targeted shots gave a much higher chance of triggering specific outcomes

Why Not Free Aim?

Since Fallout was an isometric game, the developers couldn't let players aim at body parts the way a first-person game would. The Called Shot system solved this elegantly β€” it provided the tactical depth of targeted shooting within the constraints of a top-down, turn-based RPG.

References