BACK TO HOME
Space Scrap Smugglers Gameplay Action
INDUSTRY WORK

AOA: SPACE SCRAP SMUGGLERS

ROLE Contract Game Designer
STUDIO FatCatPlay
ENGINE Unreal Engine 5
GENRE 4-Player Co-op
TEAM SIZE 12+
▶ WATCH REVEAL TEASER

*Note: Due to NDA, internal documents and specific code logic cannot be shared. This case study focuses exclusively on my foundational system design, mechanic synergies, and level blockouts.*

Game Overview

Take your flying factory into space, coordinate with your team, and smuggle illegal cargo under pressure.

AOA: Space Scrap Smugglers is a physics-driven, 4-player co-op asteroid mining simulator. Players pilot individual spacecraft equipped with Gravity Beams while collectively managing a massive, shared cargo carrier known as the FORGE. The core challenge is not combat, but physics-based coordination under pressure.

My Core Deliverables

  • • Prepared structured Game Design Documents (GDDs) to establish core loops.
  • • Engineered physics-based tool synergies (Gravity Beam, Shared Cargo).
  • • Created top-down level layouts and graybox blockouts for the Training Spoke.
  • • Designed textless onboarding utilizing diegetic visual cues.
AOA Key Art

System 1: Physics-Driven Dependency

Players using Gravity Beam

The Gravity Beam strictly enforces team play through mass and physics.

The Problem

In early prototyping, highly skilled solo players could dominate the session, carrying cargo and steering the main ship themselves while leaving the rest of the team as mere spectators.

The Solution (The FORGE & Gravity Rules)

I documented strict physics constraints for the shared carrier (the FORGE) and the primary player tool. 1 Player holding heavy cargo = Extremely slow, unstable movement. 2+ Players attaching beams = Fast, stabilized movement.

The Result

This simple rule acts as the signature co-op mechanic. It brutally punishes lone-wolf play, forces vocal communication, and creates dramatic "wait for me!" moments under time pressure.

System 2: "One Tool, Many Uses"

In the GDD, I intentionally restricted the game to a single core multipurpose tool: The Gravity Beam (G-Beam). Rather than giving players specific keys for specific locks, depth and complexity emerge from how players use this single tool to solve spatial problems together.

G-BeamCo-op

Cooperative Hauling

Players must attach multiple G-Beams to drag, swing, and throw heavy space junk toward the FORGE.

Design Goal: Make cargo extraction physics-driven and reliant on teamwork for alignment and stability.

The FORGEPhysics

Piloting the Carrier

The FORGE acts as a massive moving obstacle. Multiple players must provide directional input simultaneously to steer it.

Design Goal: If inputs are mismatched, the carrier stalls or drifts. This forces rhythm and communication to navigate.

SmugglingHazards

Environmental Manipulation

The G-Beam isn't just for hauling loot—it can be used to pull debris aside, clear paths, or manage illegal cargo emitting detection heat.

Design Goal: Player-made puzzle solving that turns the environment into an interactive sandbox.

System 3: Textless Onboarding

Forced tutorials ruin the pacing of party games. I drafted an onboarding flow built entirely on Environmental Affordances to teach players spaceship piloting naturally.

  • No UI Dumps: A central, diegetic Announcement Speaker explains the context briefly: "Mine asteroids. Meet quota. Smuggle if you dare."
  • Visual Cues: Mineable asteroids emit soft glows. Interaction UI only appears when a player's crosshair is hovering perfectly over the action point.
  • Learning Through Physics: Small orientation indicators near the spacecraft subtly teach inertia and rotation without complex menus.
Core Loop Flowchart

The foundational loop designed to organically teach mechanics.

Level Architecture: The Training Spoke

To manage production scope, I created top-down level layouts using a Hub-and-Spoke topology. The Hub is 100% safe. The Spokes are linear, standalone missions. Below is my layout logic for the early graybox blockouts of the "Training Spoke."

1

First Open Space: Orientation

A calm open area connected directly from the Hub portal, filled with small floating asteroids and clear visibility. There is absolutely no cargo or time pressure here.

Player Outcome: "I understand how my spaceship moves in space."
2

Narrow Section: Riding the Carrier

Players are introduced to the large FORGE carrier. The path gradually narrows using massive asteroid walls, forcing players to ride the carrier grid and move together as a single unit.

Player Outcome: "I understand how to coordinate shared movement."
3

Second Open Space: The Core Loop

The area opens up. Regular training cargo is placed clearly in view. Players must use the Gravity Beam to attach, align, and drop the cargo successfully into the carrier grid slots.

Player Outcome: "I understand the primary cargo interaction loop."
4

Obstacle Area: Problem Solving

Players encounter a blocked passage made of scrap and debris. They must realize that their tools can be used to pull debris aside to open the golden path forward.

Player Outcome: "I can use my tools to solve environmental puzzles."
×