World streaming is the foundational technology that allows Rockstar Games' open-world titles to render seamless, contiguous environments without traditional level transitions or loading screens. For Grand Theft Auto VI (GTA VI), the studio is widely expected to evolve the streaming architecture established in Grand Theft Auto V (GTA V) and refined in Red Dead Redemption 2 (RDR2), both built on the Rockstar Advanced Game Engine (RAGE). This report examines the cell/chunk-based streaming approach that underpins both games, contrasts the GTA V and RDR2 patterns, and projects the likely architectural direction for GTA VI on ninth-generation hardware.
An open-world game the scale of GTA V's Los Santos or RDR2's five-state frontier cannot be held in RAM in its entirety. A typical eighth-generation console offered 5-5.5 GB of usable memory, while RDR2's installed footprint exceeded 100 GB on disc (Wikipedia, 2024). The engine must therefore predict what the player will see next, fetch assets (meshes, textures, audio, AI data, navigation meshes, collision, scripts) from storage, decompress them, upload them to GPU/CPU memory, and evict assets that are no longer needed - all without visible hitching. Linneman (2018) observed of RDR2 that "streaming and memory management is always tricky and Rockstar has managed to minimise or eliminate performance spikes typically associated with this. There's little to no hitching during high-speed traversal."
RAGE divides the world into a regular grid of spatial cells (sometimes referred to as "IPLs" or interior placement files from the legacy GTA tooling lineage). Each cell references the static map geometry, props, vegetation instances, scenario points (NPC spawn rules), and audio occlusion volumes that belong to that tile. A streaming volume centred on the camera determines which cells must be resident at any moment, with a larger outer ring for low-detail (LOD) representations and an inner ring for the highest-detail assets.
Three concurrent streaming systems operate in parallel:
GTA V (2013, re-released for current-gen) was designed around a dense, vertically-stacked metropolitan environment with a relatively compact rural hinterland. Its streaming budget was tuned for skyscraper interiors, dense traffic, and rapid camera movement (helicopters, jets). Cloud rendering was a simple Perlin-noise dome rather than volumetric (Linneman, 2018), and material rendering was not fully physically-based - a consequence of the engine's PS3/Xbox 360 roots. The streaming system prioritised maintaining frame rate during high-speed traversal, accepting occasional pop-in on distant LODs.
RDR2 (2018) was, per Wikipedia (2024), "the first game from Rockstar built specifically for the PlayStation 4 and Xbox One." The streaming architecture was reworked for a fundamentally different content profile: a sparsely populated wilderness with extreme draw distances, dense vegetation, dynamic weather, and ecological simulation. Linneman (2018) notes the engine added volumetric clouds updated across multiple frames, froxel-based fog volumes, physically-based materials, parallax occlusion mapping, and persistent terrain deformation - all of which place additional pressure on the streaming pipeline because each cell must now carry richer per-surface data. RDR2 also streams ambient wildlife and AI behaviour state, so cells effectively carry a simulation payload, not just rendering data.
GTA VI targets PS5/Xbox Series consoles with NVMe SSDs delivering 5-9 GB/s of raw bandwidth - an order of magnitude beyond the mechanical drives RDR2 was designed for. Expected evolutions include: (a) finer-grained streaming cells with reduced LOD ring radii, exploiting fast random reads; (b) GPU-driven streaming and decompression (e.g., DirectStorage / Kraken); (c) virtualised geometry and texture systems analogous to Nanite/SVT to amortise asset cost; (d) Vice City's wet, reflective surfaces and large interior counts demanding richer per-cell material data than GTA V; and (e) seamless interior-to-exterior transitions without portal-style loading.
Linneman, J. (2018) Red Dead Redemption 2 analysis: a once-in-a-generation technological achievement. Digital Foundry, 25 October. Available at: https://www.digitalfoundry.net/articles/digitalfoundry-2018-red-dead-redemption-2-tech-analysis (Accessed: 14 May 2026).
Wikipedia (2024) Red Dead Redemption 2. Available at: https://en.wikipedia.org/wiki/Red_Dead_Redemption_2 (Accessed: 14 May 2026).
Rockstar Games (2018) Red Dead Redemption 2. New York: Rockstar Games. [Game.]
Rockstar Games (2013) Grand Theft Auto V. New York: Rockstar Games. [Game.]