# Launch Profiles

## Summary

Created: Jun 17 2024 by [mana vortex](https://app.gitbook.com/u/NfZBoxGegfUqB33J9HXuCs6PVaC3 "mention")\
Last documented update: Jun 17 2024 by [mana vortex](https://app.gitbook.com/u/NfZBoxGegfUqB33J9HXuCs6PVaC3 "mention")

## 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="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2FaXFIsXX97UVhcnA1TJAL%2Flaunch_profiles.png?alt=media&#x26;token=f6d06c62-6d47-47da-8ab1-be6e888fdd36" 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 [#create-zip](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/toolbar#create-zip "mention") 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://app.gitbook.com/s/4gzcGtLrr90pVjAWVdTc/for-mod-creators-theory/modding-tools/redhottools/rht-hot-reload "mention")

#### 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://app.gitbook.com/s/4gzcGtLrr90pVjAWVdTc/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory/launch-parameters "mention"), 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](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/settings "mention") and disable [#append-default-launch-profiles](https://wiki.redmodding.org/wolvenkit/settings#append-default-launch-profiles "mention")
