Downloadable Content (DLC)

Create, manage, and deploy Downloadable Content (DLC) for your games

Add optional downloadable content to your games — expansion packs, cosmetic bundles, seasonal content, and more. Players can browse, install, and manage DLCs directly from the launcher.

circle-info

What is a DLC? A DLC works exactly like an app build but is optional to install. E.g. Winter Extension Pack, Soundtrack, Art Book.


Overview

DLCs are managed from a dedicated DLC tab inside each App. Each DLC entry has its own builds, environments, and settings — independent from the main app build.

App - Downloadable Content (DLC) Tab

Creating a DLC

1

Navigate to Your App

Log in to your Game Launcher Cloudarrow-up-right account and select your app from the sidebar.

2

Open the DLC Tab

Click on the DLC tab inside your application page.

3

Create a New DLC

Click + Add DLC and fill in the required information:

Field
Required
Description

Name

✅ Yes

The display name of the DLC (e.g. "Winter Extension Pack")

Cover Image

Optional

A cover image displayed in the launcher's DLC Manager

Install Mode

✅ Yes

How the DLC is installed on the player's machine (see Install Modes)

Interaction URL

Optional

A URL that opens when a player clicks the DLC cover or title in the launcher

Edit DLC View

Install Modes

Choose how the DLC files are installed on the player's machine:

Mode
Behavior

Subfolder

DLC is installed inside a subfolder within the app's installation directory

Independent

Players choose a custom folder for the DLC installation

circle-info

Subfolder is recommended for most DLCs, as it keeps content organized within the game directory. Use Independent when the DLC content needs to live in a separate location.


Uploading DLC Builds

DLC builds follow the same process as app builds. You can upload builds via the Dashboard or the CLI.

Dashboard Upload

  1. Open your DLC entry from the DLC tab

  2. Navigate to the DLC Builds section

  3. Upload a .zip file with your DLC content

  4. Wait for processing to complete

  5. Set the build as Active for the desired environment

circle-exclamation

CLI Upload

Use the CLI tool for larger DLC builds:

Command
Description

dlc-upload

Upload DLC builds with interactive flow and progress

dlc-status

Check DLC build processing status (watch/json modes)

📖 CLI Documentation


Merge Builds

DLC builds support Merge Builds, just like app builds. This allows you to upload only the changed files and have Game Launcher Cloud automatically merge them with the existing DLC baseline build.

This is useful for small DLC updates — such as fixing a texture or updating a configuration file — without re-uploading the entire DLC package.


Key Capabilities

Feature
Description

Create & Edit DLCs

Add DLC entries with name, cover image, install mode, and interaction URL

DLC Builds

Upload DLC builds and assign them to environments, just like app builds

Merge Builds

Upload only changed files and merge them with the baseline DLC build

Install Mode

Subfolder (inside app directory) or Independent (custom folder chosen by player)

Interaction URL

Optional URL that opens when a player clicks the DLC cover or title

Environment Support

Assign DLC builds to different environments (Development, Staging, Production)


Player Experience

Once DLCs are configured and active, players can manage them directly from the Desktop Launcher:

Downloadable Content Window in the Launcher
  • Browse available DLCs with cover images and descriptions

  • Install / Uninstall individual DLCs with a toggle switch

  • Independent install mode — Choose a custom folder for DLC installation

  • Auto-verification — Installed DLCs are automatically verified in the background using checksum validation

  • Interaction URL — Click on a DLC cover or title to open the configured URL

  • Open install folder — Quickly open a DLC's install folder in the file explorer

  • Repair integration — DLC verification is included as part of the Repair Game flow


Next Steps

Last updated

Was this helpful?