How we replaced hand-crafted missions with a data-driven pipeline that now feeds the entire PvE loop.

A heist game lives or dies on its missions. Not just the number of them, but the variety, the pacing, and the sense that each job has its own personality. In mid-July 2026, FULL BAGS crossed a threshold: we went from one playable tutorial mission to a pipeline that produces more than a hundred data-driven heists across Novan.
The first mission, M00, was built by hand. It introduced Dax, the crew fixer, and taught the basics: reconnaissance, lockpicking, avoiding cameras, grabbing loot, and extracting. It was fun. It was also a trap. Building every mission by hand would have consumed our entire content budget and made balancing impossible.
We needed a way for designers to create missions without touching code. The answer was a mission description layer. Designers define objectives, loot, guard placements, security tiers, and story hooks in data files. A generation tool turns those files into missions. If we need to rebalance payouts across every mission, we change a curve and regenerate. If we add a new district, we add a generator and rerun the tool.
The result is a catalog of missions grouped by difficulty. New players see simpler houses first. High-tier jobs throw multiple security systems at a coordinated crew. The Security Evolution System upgrades defenses over time as your heat and reputation grow.
The runtime also changed. The mission director now runs on the server. It decides when objectives complete, when guards get alerted, and when extraction is legal. Dynamic spawning means the same building can host different missions with different security profiles.
Missions are not separate dungeons. They live inside Novan. The House Information System tracks which buildings are valid targets, who is inside, and how well they are protected. When you accept a mission, the system marks the building, spawns the mission, and links the building security to your objectives.
Reconnaissance is now a real phase. You can scout a location before committing. Take photos, mark guards, and feed information into the system. Good recon reduces uncertainty and can unlock alternate entry points.
One hundred missions is a milestone, not a finish line. Next targets include multi-stage heists where one payout funds the setup of another, dynamic heat escalation inside a mission, and crew scaling that adjusts guard count and loot value based on squad size.
The biggest win is invisible. Designers can now create and tune a mission in a spreadsheet, not manually in a level editor. That is how a small team keeps a live-service scope under control.
© 2026 NoShortcuts Studio — All rights reserved.