An overview of the procedural animation technology behind Grand Theft Auto VI, based on Take-Two Interactive's patented Virtual Character Locomotion system. The technology breaks character movement into small reusable motion segments that are stitched together dynamically, potentially enabling more lifelike NPC behavior with fewer resources.
Grand Theft Auto VI is expected to use a procedural animation system based on technology described in multiple patents filed by Take-Two Interactive, the parent company of Rockstar Games. The most prominent of these is US Patent US11620781B1, titled "System and Method for Virtual Character Locomotion," which describes a data-driven framework for generating character movement in real time rather than relying solely on pre-recorded motion capture animations.
Note: Patents describe technology that a company has developed and protected, but they do not guarantee that the patented features will appear in the final shipped product. The following information is based on patent filings and is subject to change.
The Virtual Character Locomotion Patent
The primary patent (US11620781B1) was filed by Take-Two Interactive on October 23, 2020. The listed inventors include Tobias Kleanthous, Mike Jones, Chris Swinhoe, Arran Cartie, James Stuart Miller, and Sven Louis Julia van Soom. Kleanthous, who served as a lead AI and gameplay programmer at Rockstar Games from 2014 until late 2021, is identified as the primary inventor and author of the patent.
How It Works
The system breaks character movement down into small, reusable motion segments that function like building blocks. Instead of creating a separate full animation for every possible scenario (walking, walking in rain, walking while injured, walking uphill on gravel, and so on), the system maintains a library of motion fragments that can be dynamically stitched together based on the character's current state and environment.
Component
Description
Motion segments
Small, reusable animation fragments representing individual motion elements (a step, a weight shift, an arm swing)
Procedural blending
The engine combines multiple motion segments in real time based on context
State awareness
The system considers the character's state (health, mood, fatigue, injuries) when selecting motion segments
Environmental awareness
Terrain type, slope, obstacles, and weather conditions influence how segments are assembled
Player input
Controller input is factored into the blending process for responsive, natural-feeling control
NPC Applications
One of the most significant implications of the procedural animation system is its potential effect on NPC behavior. In previous GTA games, NPC animations were drawn from a fixed library of pre-recorded motions. This meant that NPCs in the same situation would move identically, and the variety of NPC behavior was limited by the number of animations the studio could produce and store.
With procedural blending, NPCs can exhibit a far wider range of movement without requiring a proportional increase in animation data. A pedestrian walking down the street could subtly adjust their gait based on the terrain, lean into a turn, or shift their weight when stopping at a crosswalk, all without a dedicated animation for each scenario. The September 2022 leaked footage showed NPCs gradually adjusting their posture when taking cover based on the shape and height of the object behind which they were hiding, which is consistent with the capabilities described in the patent.
Related Patent: NPC Intelligence
A second Take-Two patent (US11684855B2) addresses NPC intelligence and pathfinding at scale. This patent describes a hierarchical pathfinding system combined with personality modeling and server-side processing. The combination of these technologies is said to enable a significant increase in the number of active, intelligent NPCs that can be rendered simultaneously while maintaining realistic behavior patterns.
Patent
Focus
Key Innovation
US11620781B1
Character locomotion
Procedural motion blending from reusable animation segments
US11684855B2
NPC intelligence
Hierarchical pathfinding with personality modeling for large NPC populations
Performance Benefits
Traditional animation systems require a separate pre-recorded animation file for each distinct movement. As the number of scenarios increases, the storage and memory requirements grow proportionally. The procedural approach described in the patent achieves comparable or superior visual quality while reducing animation data requirements, because the same small set of motion segments can be recombined in countless ways.
This efficiency has two practical benefits. First, it allows the game to support a wider range of character animations without a proportional increase in storage space. Second, it reduces the computational cost per character, potentially allowing more animated characters to be active simultaneously. This is particularly relevant for GTA VI's dense urban environments in Vice City, where crowds of pedestrians, drivers, and ambient NPCs need to move convincingly at the same time.
Comparison to Previous Animation Systems
Aspect
Traditional (GTA V / RDR2)
Procedural (GTA VI Patent)
Animation source
Pre-recorded motion capture
Reusable motion segments blended in real time
Scenario coverage
Limited by number of recorded animations
Combinatorial: small library covers many scenarios
NPC variety
NPCs in same situation move identically
NPCs can exhibit subtle variations based on state and environment
Storage requirements
High (separate file per animation)
Reduced (fewer segments, more combinations)
Environmental responsiveness
Basic (flat vs. slope animations)
Granular (terrain, weather, obstacles, character state all factor in)
Cover behavior
Fixed cover animations per object type
Dynamic posture adjustment based on cover object shape and height
Development Context
The Virtual Character Locomotion patent was filed in October 2020, well into GTA VI's development cycle. The involvement of Tobias Kleanthous, a veteran Rockstar AI and gameplay programmer with seven years at the studio, suggests that the technology was developed specifically for the RAGE engine and its next-generation applications. Multiple gaming publications including Kotaku, Eurogamer, Dexerto, and GameRant have analyzed the patent and noted its alignment with what has been shown in GTA VI's leaked footage and trailers.
As with all patent-based information, the final implementation in the shipped game may differ from what the patent describes. Patents represent protected intellectual property and technical capability, not confirmed feature lists.