# Launch Profiles

## Summary

Created: Jun 17 2024 by [mana vortex](mailto:undefined)\
Last documented update: Jun 17 2024 by [mana vortex](mailto:undefined)

## Launch Profiles

You can set up different profiles to launch Cyberpunk 2077 from inside Wolvenkit. Via Launch Profiles, you can select what should happen when you press the button.

## Configuration

### Where to configure

With a long click on the `Install` button, you can open a dropdown menu that lets you pick a `launch profile`:

<figure><img src="/files/HOuToZdv5Kf17h8GDyL4" alt=""><figcaption></figcaption></figure>

### Available options

#### Create Backup of previous build

{% hint style="info" %}
This will not work in combination with[#clean-after-build-to-save-disk-space](#clean-after-build-to-save-disk-space "mention")
{% endhint %}

#### Create zip file

Same as the [Toolbar](/wolvenkit/wolvenkit-app/menu/toolbar.md#create-zip) button in the toolbar: Will generate a zip file ready for Nexus upload.

#### Install to Game directory

Installs your mod to your Cyberpunk 2077 directory

#### Clean before build to prevent errors

Clears the `packed` directory before building. Not doing this may lead to leftover files in the resource directories or have other side effects, so you'll want to keep this checked.

#### Clean after build to save disk space

Clears the `packed` directory after building/installing/creating a zip file. \
Check this to save diskspace, but note that it will disable [#create-backup-of-previous-build](#create-backup-of-previous-build "mention").

#### Pack as REDmod

Check this to pack your mod as REDMod rather than as a legacy mod. You don't generally want this, as it can lead to load order issues and increase your users' demands for support.

#### Deploy as REDmod

Check this to deploy your mod as REDMod rather than as a legacy mod. You don't generally want this, as it's not compatible with [RHT: Hot Reload](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/redhottools/rht-hot-reload)

#### Launch Game

Launch the game after installing the mod. Without this, the next three options will do nothing.

#### Load last savegame

When you start the game, it will load your last savegame (by timestamp).&#x20;

{% hint style="info" %}
This is slightly faster than mods that auto-trigger save-load, as it skips the start-up menu completely.
{% endhint %}

#### Load specific savegame

Loads a specific savegame by name (or tries to).

{% hint style="info" %}
This is slightly faster than mods that auto-trigger save-load, as it skips the start-up menu completely.
{% endhint %}

#### Game Commandline Arguments

You can specify additional [Launch parameters](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory/launch-parameters), which will be merged with those from the settings

## Default profiles

WolvenKit will create the following profiles if it can't find them:&#x20;

* Install
* Install as REDMod
* Install, Launch, and Load Save
* Install and Launch
* Launch Game Without Install

To disable this behaviour, go to the [Settings](/wolvenkit/wolvenkit-app/settings.md) and disable [Settings](/wolvenkit/wolvenkit-app/settings.md#append-default-launch-profiles)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.redmodding.org/wolvenkit/wolvenkit-app/menu/launch-profiles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
