High on Life 2: a GameDev brief on the sequel’s new hub

·

·

High on Life 2 sequel hero scene for a game development brief

High on Life 2: what is actually new in the sequel’s hub design

High on Life 2 is the sequel to Squanch Games’ 2022 comedic first-person shooter, and the most concrete change confirmed so far is structural. Rather than carrying forward the original’s linear mission chain, the studio has rebuilt the game around a hub-based open layout. That single design choice changes how the team sequences encounters, how artists and level designers collaborate, and how writers pace the talking-gun comedy that defined the first game. For a GameDev audience, the sequel is therefore less interesting as a marketing event and more interesting as a case study in how a sequel can reorganize traversal, side content, and mission gating without losing a studio’s signature tone.

Because confirmed details remain limited to public interviews and the studio’s own reveal coverage, this brief separates what has been officially described from what is reasonable to infer about production. The goal is to give developers, technical artists, and designers a working mental model of how the game is put together, not to overstate what is known. Where the original game’s systems are useful as context, they are cited because they are publicly documented; where the sequel’s behavior is still unconfirmed, the article says so plainly.

The reason a structural change matters more than a feature-list change is that hubs tend to expose every system in a first-person game at once. Streaming has to behave when the player turns a corner, lighting has to survive an interior-to-exterior transition, audio has to balance ambient chatter with combat layers, and quest state has to remain coherent when the player has just fast-traveled back from a region they have not visited in two hours. The first game did not have to solve any of those problems in a serious way, because the order of play was mostly fixed. The sequel will, and the public coverage is essentially the studio warning its audience that the new geometry is the point.

What squanch games has actually confirmed

Public coverage from Xbox Wire outlines the structural pitch for the sequel: a hub-based world rather than the corridor-and-arena pacing of the original. The article frames that hub as the home of a settlement, a place players return to between missions, with traversal elements that connect the surrounding regions. That framing is the foundation for everything else in this brief, because every other system mentioned by the studio is described in relation to that hub.

Two points are worth keeping in mind when reading any secondary source on the project. First, the hub is described as a design addition, not a single replacement mechanic. Combat, weapon talk, and traversal all continue, but the order in which the player meets them is driven by the hub’s geography rather than by a hard-coded mission script. Second, the studio is reusing and expanding the talking-weapon roster. New guns are confirmed, but the full cast and their writing share are not publicly itemized beyond the headline names.

There is also a useful distinction in the public messaging between what the studio calls a “hub” and what most first-person shooter audiences assume a hub is. The studio is not describing a Destiny-style social tower, a Borderlands-style zone with side missions, or a Bethesda-style open world. The hub is described as a settlement, which implies something closer to a small, authored space with named NPCs, hand-placed encounters, and a finite set of return beats. That distinction matters for developers because it tells you what the streaming budget is, what the lighting budget is, and how much the encounter designers are being asked to fill. A “settlement hub” tends to be a tighter scope than a “zone hub,” and the sequel’s coverage leans toward the tighter reading.

Area What is confirmed What is unconfirmed Why it matters for developers
World structure Hub-based design with a central settlement and connected regions Total region count, fast-travel system, save structure Determines how missions are gated, how side content is exposed, and how streaming budgets are set
Combat Continues the first-person shooter format with talking guns New enemy archetypes, boss cadence, ammo economy Affects encounter design, animation budgets, and AI behavior trees
Writing Comedic tone returns, new weapons bring new personalities Number of writers, total dialogue runtime, localization scope Shapes audio budgets, VO scheduling, and cinematics pipeline
Platforms Day-one release on Xbox Game Pass and PC storefronts as part of the studio’s partnership Console parity features, performance targets, accessibility options Drives certification work, input parity, and feature gating
Release window Targeted for the 2025 holiday window per studio communications Exact date, regional launch times, pre-load policy Sets marketing freeze dates, cert milestones, and live-ops hand-off

Why a hub changes game production more than it changes the pitch

From a production standpoint, replacing a linear campaign with a hub is rarely a single switch. It is closer to a set of small architectural decisions that compound. Level designers stop delivering strictly ordered arenas and start delivering reusable chunks that can be entered from several directions. Quest scripting stops assuming the player arrives with a fixed inventory and starts assuming the player may have already used a tool in a previous region. AI designers stop tuning each encounter in isolation and start tuning patrol routes that have to survive being approached in any order. None of this is impossible, but each layer adds cost somewhere else in the schedule.

For a studio of Squanch’s size, the hub also changes the human cost of iteration. A linear mission can be playtested end to end in a single sitting, which is convenient for narrative review and capture work. A hub demands either a curated playtest path or a build that can fast-travel between entry points, otherwise a single bug in a sub-region can block an entire QA session. The original game’s writing-first design made the studio unusually dependent on long, contiguous play sessions; the hub will either require new tooling for review builds or a more modular approach to capturing VO and cinematics in slices.

There is also a non-obvious effect on cinematics. Linear campaigns can rely on authored camera paths and predictable player positions. Hub campaigns have to choose between blocking the player with hard walls during cinematics (which breaks the implicit promise of a non-linear space) or building more flexible cinematic rigs that can attach to the player from any approach angle. The first option is cheaper but feels clunky in a hub. The second option is more expensive because it tends to require per-region camera calibration and a heavier cinematics QA pass. Studios of Squanch’s scale usually pick the cheaper option for the first build and then quietly upgrade it in late production, which is also why some hub sequels ship with cinematic kinks that smooth out in patches.

Production area Linear campaign approach (High on Life) Hub-based approach (High on Life 2) Hidden cost that often appears late
Level design Hand-authored arena sequences in a fixed order Reusable regions with multiple entry and exit points Lighting and occlusion rework when order changes
Quest scripting Triggered by reach-and-interact logic along a path State-driven, must survive any visit order Quest state debugging when two branches run concurrently
AI behavior Tuned for each encounter’s expected approach vector Tuned for open approaches and emergent flanks AI perception costs scaling with open geometry
Audio One-shot music cues tied to script events Adaptive layers that have to ignore or follow the player through the hub Wwise or FMOD graph complexity and CPU overhead
QA Sequential play sessions covering the whole campaign Curated playtest routes or fast-travel between regions Additional build variants and review tooling
Narrative review Reviewers can play the campaign in order Reviewers need guidance to see all branches Internal documentation for non-linear walkthroughs
Cinematics Hard camera paths and predictable player positions Flexible rigs that handle multiple approach angles Per-region camera calibration and heavier cinematics QA

What the new hub actually does for the player

For players, the practical difference is that they will spend more time moving through a single connected space and less time dropped into discrete maps. The studio’s own framing positions the hub as a place that hosts side content, NPCs, and the squad of talking weapons, with the surrounding regions functioning as the main mission surfaces. The implicit promise is that the comedy can breathe between encounters, that returning to base can be a beat in itself rather than a loading screen.

That breathing room is also where the writing team can land gags that depend on the player being in a low-stakes context. The first game leaned heavily on pre-mission banter to build character; the sequel appears to be moving some of that banter into the hub itself, where the player is not under fire and the audio mix can prioritize voice over combat. For a comedy shooter, that is a meaningful design statement: the hub becomes the second stage where jokes land, and the missions become the third stage where jokes fire.

  • Central settlement that functions as a social space between missions
  • Traversable regions connected to the hub, replacing isolated arenas
  • Talking-weapon cast expanded with new personalities introduced through hub dialogue
  • Side content surfaced from the hub rather than hidden along mission paths
  • Optional content can be attempted in a non-linear order, which gives writers branching gags more room
  • Return visits to the hub can act as a pacing tool, giving combat a clear between-fight cooldown

Engine, rendering, and the realism of a hub on the studio’s stack

Squanch’s public history and the original game’s technical footprint make it reasonable to assume the sequel runs on an evolved version of the studio’s existing Unreal-based pipeline. The original shipped on a mid-2010s Unreal branch and used a stylized but conventional forward-rendered setup with screen-space effects. A hub-based world raises predictable technical questions: how the studio streams regions in and out, how it handles lighting continuity when the player moves between an interior settlement and exterior regions, and how it budgets the talking-weapon audio across an open space.

None of those choices is exotic by 2025 standards, but the cost shows up in three places. The first is world partition or its equivalent: a hub with several connected regions typically relies on a streaming or partition system so that memory pressure stays predictable. The second is lighting, because an open hub tends to expose seams between baked and dynamic lighting, especially when a region has both an exterior vista and a window-lit interior. The third is audio occlusion, which behaves very differently in a narrow corridor than in a hangar-sized hub. For a studio that has historically written dense, joke-heavy dialogue, audio occlusion is not optional polish; it is a correctness requirement.

For a GameDev reader, the lesson is that “hub” is not a content pitch, it is a rendering, streaming, and audio contract. Every claim about a non-linear structure in a first-person game implicitly commits the team to solving those three problems, and the cost of solving them tends to land on the same small group of technical directors, technical artists, and audio engineers. That is also why a hub-driven sequel often looks smaller in scope on paper but can have a longer pre-production than a strictly linear follow-up.

There is also a memory question that does not get discussed in coverage as often. A hub has to be loaded most of the time, which means the studio has to set a memory ceiling for the settlement that is high enough to hold every named NPC, every ambient prop with state, every react-on-cooldown weapon line, and the lighting setup for the most expensive scene in the hub. The regions, in turn, are streamed in and out, which means the studio has to design regions that can be unloaded aggressively without leaving visible seams or breaking the AI’s memory of where the player last was. That is not glamorous work, and it is rarely covered in pre-release hands-on previews, but it is the kind of work that determines whether a hub feels solid or whether it hitch-stutters every time the player walks past a doorway.

Writing, voice acting, and the talking-weapon economy

The first game shipped with a relatively small set of weapons, each voiced, each with a personality that the writing team used to pace the campaign. The sequel’s public messaging leans on the addition of more guns and more voices, which is the kind of expansion that looks cheap on a feature list and expensive in production. Each new weapon needs a writing pass, a casting pass, a recording session, an implementation pass, and a localization pass. None of those costs scale linearly because the team has to maintain a consistent comedic register across a larger cast, which usually means more takes per line and more review cycles.

There is also a structural pressure on the writers when a game is non-linear. In a linear campaign, the writer can assume the player meets weapon X before weapon Y, and can write callbacks that land because the order is known. In a hub-based structure, the player can meet weapons in any order, which pushes the writers toward jokes that work in isolation rather than in sequence. The original High on Life did some of that already because it let players carry multiple weapons at once, but a hub amplifies the problem: the player can spend long stretches in a space where any weapon can be the focus of a conversation, so the writing has to survive all of those orderings.

Writing challenge Original game workaround Hub sequel pressure Typical mitigation
Cast size Small roster with strong individual voices Larger roster, more interactions per visit Modular VO pools and react-on-cooldown lines
Joke order Mostly linear mission order Player can meet weapons in any order Self-contained one-shots over serialized callbacks
Localization Limited lines per weapon, manageable review More lines per weapon and more permutations External localization partners with shared glossaries
Recording One or two short sessions per actor Hub requires ambient chatter and idle lines Batch recording with alt-takes and ad-libs
Implementation Trigger lines on weapon pick-up or mission start Trigger lines on hub visit and on region entry State-based voice director that gates by location and time

Combat, traversal, and the silhouette of encounters

High on Life’s combat is recognizable: a slow, deliberate first-person shooter built around talking guns that talk, distract, and occasionally quip during firefights. The sequel’s hub structure does not necessarily change that core loop, but it does change the geometry around it. A corridor fight and a hub-adjacent fight are not the same design problem. A corridor fight has a clear forward vector, a chokepoint, and a finite number of approach paths. A hub-adjacent fight has to assume the player may arrive from any direction, may be engaged by an enemy that was already alert, and may need to retreat into the hub itself without breaking the simulation.

That change pushes the encounter designers toward a small set of patterns. The first is a “lobby” encounter just outside a region, where the player is funneled into a fight that functions as a load-bearing moment. The second is a “contested hub” encounter inside the settlement itself, where the developers choose to make the safe space unsafe at specific scripted times. The third is a “patrol” encounter along the connector between hub and region, where the player can choose to engage, sneak past, or take a long route. None of these patterns is unusual, and the studio’s prior work on the original game suggests they are well within the team’s experience, but each one has a measurable cost in encounter design, animation, and AI behavior.

Traversal is the other half of the geometry story. The original game used a jump kit and short ziplines as light traversal; the public coverage for the sequel implies more sustained movement between the hub and the regions. That is the kind of system that, in practice, ends up touching animation, physics, and even the AI perception budget, because a player moving fast through open space is harder for perception systems to track. A studio that previously authored short, scripted traversal moments is now being asked to author a traversal layer that can be re-entered in any order and at any time, which is a different problem with a different cost.

  • Lobby encounters use funnel geometry to focus the player before a region opens
  • Contested-hub encounters break the safe-space contract for narrative payoff
  • Patrol encounters along connectors reward route planning over reflexes
  • Traversal shortcuts between hub and region can double as stealth exits

Why a hub matters for a comedy shooter in particular

Comedy games are unusually sensitive to context. A joke that lands in a quiet conversation can fall flat in a firefight, and a joke that lands under fire can feel exhausting in a quiet space. A linear campaign allows writers to place jokes in known emotional contexts because the order of those contexts is fixed. A For additional context, hub campaign forces writers to think about jokes that work in any emotional context, or to design spaces that enforce a particular emotional context through lighting, audio, and pacing.

For High on Life 2, the hub is therefore not only a content delivery system, it is a comedy delivery system. The settlement can be lit warmly, scored with quiet ambient music, and audio-mixed to favor VO. The connector regions can be loud, dense, and scored with combat layers. The contrast between those two contexts is what lets the writers land jokes without competing with gunfire, and the contrast is also what lets the combat designers land hard encounters without competing with the script. The risk is that the contrast is uneven, and the studio has to manage that unevenness without flattening either side of the game.

There is also a practical comedy cost to be aware of. Hubs tend to encourage players to loiter, and players who loiter in a comedy game will eventually hear every line the hub has to offer. The studio’s options are to write a lot of lines (expensive), to design the hub to discourage loitering (which conflicts with the “breathing room” pitch), or to accept that the hub’s jokes will become background after the first hour and lean on the regions for new material. Most studios pick a mix, and most studios regret the mix less than they fear they will, but it is one of the predictable places where hub design and comedy writing pull in opposite directions.

Production schedule and the cost of being non-linear

Public messaging from the studio and the platform’s editorial coverage both point to a release window in the back half of 2025. Without an exact date, the practical question for developers is how a hub-based sequel fits into a release schedule that already has the studio’s earlier title, a publicly discussed DLC plan, and the usual cert and marketing milestones. The honest answer is that the published window tells a reader very little about the studio’s internal production calendar. A hub-based game with a heavy writing and VO component can sit in pre-production for a long time before it is visibly progressing, because the work that takes the longest is also the work that is hardest to show.

For a GameDev audience, the schedule question is more useful as a planning question. If the studio is reusing the original game’s engine branch, the platform-specific work is bounded. If the studio has moved to a newer engine branch, the platform-specific work can swallow the schedule. If the studio has expanded the writing and VO scope, the localization and audio mix can become the critical path. None of that is visible from a press release, but all of it is visible to anyone who has shipped a non-linear first-person game before.

It is also worth noting that the back half of 2025 is, by public calendar, an unusually crowded window for first-person shooters. Crowded windows are not a technical problem, but they are a marketing and launch-week problem, and they tend to push studios into either a quiet launch (good for craft, bad for first-week sales) or a louder launch with extra marketing spend (good for visibility, bad for net margin). Neither outcome changes the production work, but they do change how the studio’s leadership has to allocate time and attention in the final two quarters.

How the sequel’s design compares with peer first-person shooters

It is useful to set the sequel’s hub pitch against two peer games that have already shipped in the same broad space. The first is the original High on Life itself, which is a useful baseline because it is the studio’s own prior work. The second is a peer of similar scope and tone, which is useful because it shows how a different studio has solved the same comedy-meets-non-linear-structure problem. The point of the comparison is not to crown a winner, it is to clarify what the sequel’s hub actually changes relative to a known reference.

Reference World structure Comedy delivery Talking-weapon approach Lesson for High on Life 2
High on Life (2022) Linear mission chain, light zipline traversal, discrete arenas Pre-mission banter, in-fight quips, scripted set pieces Small roster, each weapon strongly individuated Sets the studio’s tone baseline and the audience’s expectations for voice-led humor
High on Life 2 (publicly described) Hub-based settlement with connected regions Hub dialogue as a second stage, regions as a third stage Expanded roster with new personalities, return of selected favorites Has to preserve the original’s joke density while moving into non-linear space
Peer comedy shooter with non-linear structure Open zone with side content and a clear social hub Environmental gags, ambient radio chatter, fewer scripted lines Not a talking-weapon design, but a useful analogue for hub-spaced comedy Demonstrates how a hub can support ambient humor without scripted set pieces

The table is a sketch, not a benchmark. The sequel’s public coverage has not confirmed a region count, a hub size, or a tone profile for the regions, so any comparison has to be read with that in mind. What the table does is isolate the few variables that the studio has confirmed (hub structure, expanded cast, comedic tone) against the variables the studio has not (region count, fast-travel design, ambient humor density).

What this means for developers tracking the sequel

The honest GameDev takeaway from what is publicly known about High on Life 2 is that the sequel is best read as a structural sequel rather than a mechanical one. The studio is not promising a new combat system so much as a new geography for the existing combat system, and that geography is a hub. For developers, designers, and technical artists, the interesting questions are not “what gun is new” but “how does the hub change the streaming budget, the audio graph, the encounter design, and the writing review loop.” Those are the questions that the studio’s public coverage is implicitly answering, and they are also the questions that will define how the sequel feels once it ships.

Anyone tracking the project for production reasons should expect three things from the public conversation between now and release. First, more detail on the hub’s specific layout and how it connects to regions, because that is the part the studio is most likely to show in hands-on coverage. Second, more detail on the writing and VO process, because the studio has historically treated its comedy as the main differentiator. Third, more detail on the platform and certification milestones, because a hub-based first-person shooter carries a known set of platform-specific risks that the studio will want to communicate clearly to its partners.

There is also a quieter risk that the public conversation rarely names: hub sequels have a track record of shipping with the hub feeling less alive than the trailer implied. The trailer shows the hub as a place where something is happening; the shipped game often shows the hub as a place where something has happened, with most of the moving pieces compressed into a few set moments. Studios that avoid that pattern tend to invest in ambient NPC routines, react-on-cooldown dialogue, and small environmental changes that the player can notice without being prompted. Studios that ship the weaker version of the hub tend to lean on the regions to carry the sequel’s identity, which leaves the hub feeling like a loading screen with a save point. The sequel’s coverage is ambiguous on which side of that line the studio is targeting, and that ambiguity is, in itself, a useful thing to watch as new information lands.

Frequently asked questions

Is High on Life 2 a sequel or a remake?

It is a sequel. The studio has publicly framed it as a follow-up title with a new hub-based world, an expanded talking-weapon cast, and a continuation of the comedic first-person shooter format, rather than a remake of the 2022 original.

What is the biggest gameplay change in High on Life 2?

The biggest publicly confirmed change is the move from a linear mission structure to a hub-based world with a central settlement and connected regions. Combat remains a first-person shooter with talking weapons, but the order in which the player meets encounters is no longer strictly scripted.

Which platforms is High on Life 2 confirmed for?

Public coverage has confirmed day-one release on Xbox Game Pass and PC storefronts as part of the studio’s partnership with the platform. Console parity, performance targets, and any additional storefronts have not been itemized in detail beyond that initial commitment.

When is High on Life 2 releasing?

Public messaging from the studio and the platform’s editorial coverage points to a 2025 holiday release window. No exact date, regional launch time, or pre-load policy has been published, so any specific date beyond that window is speculation.

Will the original talking weapons return in High on Life 2?

The sequel is described as an expansion of the talking-weapon cast, with new guns and new personalities confirmed. The studio has not published the full returning roster, and a few of the original weapons are tied to the original game’s story, so a complete carryover is not guaranteed.

Does the hub change how the game is written?

Yes, in practice. A hub-based structure pushes the writing team toward jokes that work in any visit order, because the player can meet the cast in different sequences. That is a different writing problem from a linear campaign with a known order of introductions, and it tends to favor modular one-shot gags over serialized callbacks.

Does the hub change the technical scope of the game?

In most cases, yes. A hub with connected regions usually requires world streaming, careful lighting continuity between interior and exterior spaces, and an audio graph that handles occlusion in open areas. None of that is exotic, but each layer adds a measurable cost in rendering, audio, and technical direction time.

Will High on Life 2 ship on day one with full performance parity across platforms?

Performance targets have not been published, and parity claims are not safe to make before certification. A hub-based first-person shooter typically ships with platform-specific feature sets that the studio and platform holders agree on during cert, so any parity claim should be deferred until the studio confirms it.

What kind of team is best positioned to learn from the sequel’s design?

Designers and producers working on non-linear first-person games, technical artists working on streaming and lighting continuity, and audio engineers working on occlusion and adaptive music are the three groups most likely to find the sequel’s public design discussion useful. Writers working on comedy-heavy casts in open structures will also recognize the writing challenges, even though those are usually discussed less publicly.

Is High on Life 2 a live-service game?

There is no public indication that the sequel is structured as a live-service title. The studio has described a hub-based single-player sequel, and the public messaging is consistent with a one-time purchase model included in the platform’s subscription tier. Any claim about ongoing live operations would need an explicit statement from the studio before it can be treated as fact.



Leave a Reply

Your email address will not be published. Required fields are marked *