A control mode shift changes what an input means, which axes are available, or how the arena is read. Kern previews a gravity rune before free movement becomes a run and jump. Tavi gets safe practice, clears one grounded wave, takes a sword opening, and sees the original controls return.

Open boss builder
Preview and hand offTavi first moves across the quarry slabs. At 0.55 s Kern lights a gravity rune high on the wall; the free-movement floor dims as a raised stone platform previews horizontal movement and jumping. From 1.15–1.65 s both actors settle while danger remains disabled.
Teach the replacement verb before testing it A quarry wall and its carved gravity rune fill the arena. The broad floor slabs give way to a raised stone platform; Tavi settles safely, jumps a travelling ground spike, attacks during the opening, and visibly returns to free movement. Boss Player

Tavi first moves across the quarry slabs. At 0.55 s Kern lights a gravity rune high on the wall; the free-movement floor dims as a raised stone platform previews horizontal movement and jumping. From 1.15–1.65 s both actors settle while danger remains disabled.

Implementation checklist

Author the trigger, advance signal, input handoff, protected practice beat, camera and geometry support, attack package, accessibility policy, multiplayer ownership, and restoration as one explicit control contract.

Core checks

Three questions for the mechanic

  • What exactly changes under the player's hands?

    Write an input-to-action table for the state before, during, and after the shift. Mark removed axes, reassigned buttons, altered acceleration, gravity, targeting, camera-relative directions, and unavailable abilities. Preserve menu, pause, accessibility, and system controls. If the same input produces a surprising new action, communicate the replacement before accepting failure.

  • How does the player learn the new grammar safely?

    Signal the shift with at least two agreeing channels, settle the camera, then grant a protected beat that asks for the replacement verb without lethal timing. Use one low-complexity threat to confirm understanding before combining the mode with the boss's normal pressure. Measure from input restoration, not from the start of the transition cinematic.

  • How does the encounter enter, persist, and exit the mode?

    Choose an explicit trigger, minimum duration, interruption policy, checkpoint state, death behavior, and return cue. Decide whether projectiles, lock-on, summons, cooldowns, multiplayer partners, and buffered inputs persist or convert. Restore the original mapping only after the camera and geometry support it, and flush or translate held inputs so the exit cannot cause an accidental action.

Design mistakes

  • The first prompt is already the exam

    A tooltip displayed while damage is active does not teach a new control contract. Separate handoff, safe rehearsal, and first scored threat; otherwise failures measure reading speed and prior genre knowledge instead of the intended boss decision.

  • The picture changes but the controls do not — or vice versa

    A camera cut that implies side-on movement while diagonal input still matters creates false geometry. A silent remap under an unchanged camera is equally opaque. Align framing, collision, input prompts, animation, and attack lanes so every channel describes the same rules.

  • The return carries stale input

    A held jump becoming an attack, or a stick direction being reinterpreted across the seam, can manufacture an unavoidable mistake. Define buffering and cancellation for every transition, show the restored mode, and delay renewed danger until the original controls are live.

Tuning

Tune the attack

  • Treat each mode as a complete input context

    Give the mode one owner and a declarative mapping that gameplay, prompts, tutorials, rebinding, input glyphs, AI tests, and telemetry all read. Avoid scattered conditionals that leave one ability or device on the old rules. Log entry, first valid new-mode input, damage before mastery, exit, and unexpected context conflicts.

  • Preserve invariants across devices and accessibility settings

    Test keyboard, digital pad, analog stick, touch, remapping, one-handed layouts, hold-versus-toggle options, motion reduction, camera inversion, and assist modes. Teach actions rather than physical button names. If an accessibility option changes timing or automation, keep the boss's readable signal and response window honest.

  • Budget camera and cognition as part of the transition

    Time the visual signal, camera move, character settle, prompt recognition, first exploratory input, and threat preview separately. A short animation can still impose a long cognitive switch cost. Repeated entries may accelerate spectacle, but never remove the rule cue or protected input confirmation.

  • Test every boundary and interruption

    Enter while airborne, attacking, stunned, aiming, holding a direction, using an item, or controlling a secondary entity. Exit under the same conditions. Exercise pause, device disconnect, rebinding, death, checkpoint reload, cutscene skip, co-op join, and latency so no participant is left in a different control context.

Arena

  • Kern makes the rune plane heavy

    The quarry does not move. Kern activates an embedded gravity rune that pulls both bodies toward one visible floor, collapses free traversal into a side-on lane, and gives the grounded wave a physical reason to demand a jump.

Player upgrades

  • Keep Tavi's familiar sword while changing only movement

    Tavi retains the same attack and silhouette, so the lesson isolates one new verb: jump under gravity. The transition grants a protected landing, the first wave accepts an ordinary full-body jump, and the sword opening confirms that the temporary movement rule still feeds the encounter's familiar reward.

Do not confuse this with

  • A new input grammar, not merely a new camera or room

    Relocated arena moves the continuing fight into different geometry while ordinary controls may remain intact. Fight phase changes the boss package while player verbs may remain intact. Control mode shift specifically changes how the player moves, aims, blocks, or otherwise operates; a camera cut alone does not qualify unless it changes that playable contract.

Bosses that use this mechanic

Learn more

Found an inaccuracy or have a suggestion for this page? Propose an edit on GitHub