Pedestrian artificial intelligence (AI) is one of the most visible quality benchmarks in open-world games. Where earlier Grand Theft Auto (GTA) titles relied on relatively simple state machines (idle, walk, flee, panic), the standard set by Rockstar's Red Dead Redemption 2 (RDR2) in 2018 has redefined what players expect from a populated world. Non-player characters (NPCs) in RDR2 recognise the protagonist, remember prior interactions, react contextually to clothing, weather, weapons and honour level, and respond with bespoke dialogue from over 500,000 voiced lines (Tassi, 2018; Rockstar Games, 2018). For Grand Theft Auto VI (GTA6), matching or surpassing this benchmark is not optional โ it is the minimum entry price for credibility. This report consolidates documented behaviours, identifies the technical systems that enable them, and proposes concrete improvement vectors for GTA6's urban pedestrian AI.
In Grand Theft Auto V (GTA5, 2013), pedestrian behaviour was widely criticised as shallow once the novelty of the world wore off. NPCs broadly fell into three classes โ civilian, gang member, law enforcement โ with a small library of reactions (flee, fight, call police, dial phone). Crowd density was prioritised over individual identity (Wikipedia, 2026a). Five years later, RDR2's animation system supported "about 10 times the amount of animations over Grand Theft Auto V" and Rockstar "completely overhauled its AI system for the first time in 17 years" (Wikipedia, 2026b). This represents the most substantial leap in NPC fidelity in the studio's history, and the systems built for 1899 frontier towns must now scale to the high-density urban sprawl of Vice City.
RDR2 pedestrians track the player across encounters. Greet a stranger politely in Valentine and they remember the next time you ride past; antagonise them and they may spit, insult, or pull a weapon. Each pedestrian actor was given an individual script of approximately 80 pages of dialogue (Wikipedia, 2026b), which provides the raw material for contextual recall. Witnesses to crimes can be intimidated, paid off, or killed before they reach a lawman โ Rockstar's bounty system explicitly tracks the witness chain rather than relying on a magical "wanted level" trigger (Wikipedia, 2026a).
The Honor system measures perceived morality and feeds back into pedestrian reactions. Helping strangers, returning stolen property, or sparing duel opponents raises honour; theft, assault, and harming innocents lowers it. Dialogue trees, store discounts, available outfits, and even mission outcomes diverge based on honour milestones (Wikipedia, 2026a). High-honour Arthur is greeted with deference and warnings about danger; low-honour Arthur is met with fear, accusation, and the occasional ambush. Crucially, regions where crimes have been committed enter "lockdown" โ civilians become more vigilant and lawmen more aggressive โ for an extended period, persisting beyond a simple wanted-level cooldown.
NPCs respond to environmental context โ drawn weapons cause civilians to back away or raise their hands; bloodstained clothing or hats cause townsfolk to recoil; weather conditions affect both player and NPC behaviour (sheltering during rain, layering clothing in cold). Rockstar's upgraded Euphoria physics engine drives believable stagger, recoil, and impact reactions, while subtle idle animations (adjusting collars, scratching, glancing around) reduce the "wax figure" effect (Wikipedia, 2026b).
A new system in RDR2 has NPCs briefly fall in step with the player and pass information about events in the world, replacing the immersion-breaking mobile-phone calls of GTA5 (Wikipedia, 2026b). This effectively turns the pedestrian crowd into a living news network: gossip about gang activity, train timetables, and weather flows organically.
A non-player character is, by definition, a game character not controlled by a player, whose behaviour is typically scripted and triggered by player actions or dialogue (Wikipedia, 2026c). RDR2's contribution is not to abandon scripting but to dramatically expand its breadth and to weight script selection by a rich state vector (honour, witness history, weather, clothing, time of day, regional alertness).
CPU and memory budgets for AI scale poorly with active NPC counts. RDR2 mitigated this with aggressive LOD (level-of-detail) for distant pedestrians and by limiting the number of "full-fidelity" NPCs in any radius. GTA6's denser urban crowds will require new approaches โ possibly tiered AI where only nearby pedestrians run the full behaviour tree. There is also a content production risk: 80-page-per-pedestrian scripting is extraordinarily expensive without authoring tools or generative pipelines.
RDR2 set the modern benchmark for pedestrian AI by combining a deep state vector (honour, witnesses, weather, clothing), persistent memory, contextual dialogue at unprecedented scale, and a fully overhauled animation and physics stack. For GTA6 to feel genuinely next-generation, its pedestrian AI must match RDR2's contextual reactivity within a denser, faster urban environment โ and ideally surpass it through persistent district reputation, true witness graphs, and crowd-level emergent behaviour.
Rockstar Games (2018) Red Dead Redemption 2. New York: Rockstar Games.
Tassi, P. (2018) 'Why "Red Dead Redemption 2" Feels So Alive: Its Stunning NPC Details', Forbes, 29 October.
Wikipedia (2026a) Red Dead Redemption 2. Available at: https://en.wikipedia.org/wiki/Red_Dead_Redemption_2 (Accessed: 14 May 2026).
Wikipedia (2026b) Development of Red Dead Redemption 2. Available at: https://en.wikipedia.org/wiki/Development_of_Red_Dead_Redemption_2 (Accessed: 14 May 2026).
Wikipedia (2026c) Non-player character. Available at: https://en.wikipedia.org/wiki/Non-player_character (Accessed: 14 May 2026).