Live-Service Game Content Vault Planner
Model the trade-offs of sunsetting or restoring game expansions. Balance console client download size (GB), regression testing hours, narrative continuity, and player churn across live, streamed, and vaulted modes.
Asset Dependency & Pipeline Flow
Why Live Games Vault Content
When Bungie introduced the Destiny Content Vault in 2020, Destiny 2's install size exceeded 115 GB on PlayStation 4 and Xbox One. More critically, every minor sandbox patch required testing thousands of permutations across legacy destinations, strikes, and quests that less than 1% of the player base still played.
Vaulting relieved immediate patch size constraints and build compile times, but severely compromised narrative continuity for new players who could no longer experience the foundational campaign.
Modern Technical Reversals
Bringing content back requires modernized engine pipelining: modular texture streaming, server-side asset offloading, unified lighting pipelines, and headless automated regression suites. By decoupling legacy environments from the mandatory client install, studios can preserve historical game preservation without ballooning day-one downloads.
How does On-Demand Streaming differ from Vaulting?
Vaulting removes the assets and mission logic completely from the client build and server rotation. On-Demand Streaming keeps the missions active on the server while downloading high-resolution textures and cinematics only when the player selects that campaign node, saving local disk space while keeping all content playable.
How is the QA Testing Matrix calculated in this tool?
Each active expansion adds regression permutations across player weapons, physics changes, and UI systems. Legacy missions built on deprecated engine scripting require disproportionate maintenance hours per weekly release compared to modern standardized modules.
Can I export this configuration into actual game build manifests?
Yes. The "Export Deployment Manifest" button downloads a machine-readable JSON file complete with module states, estimated asset sizes in megabytes, dependency hashes, and calculated disk budgets suitable for CI/CD staging pipelines.