> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/wolvenkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/settings.md).

# Settings

## Summary

Last documented update: Jun 17 2024 by [mana vortex](mailto:undefined) (Wolvenkit 8.14 Nightly)

This page documents Wolvenkit's settings menu, and what the individual entries mean.&#x20;

## TL;DR

You **must** make sure that your Game Executable Path is set. Wolvenkit will not work otherwise.

<table><thead><tr><th width="281">Setting</th><th>value</th></tr></thead><tbody><tr><td>Game Executable Path (.exe)</td><td><p>Path to the game's executable file on your hard drive, e.g. </p><p><code>C:\Games\Cyberpunk 2077\bin\x64\Cyberpunk2077.exe</code></p></td></tr><tr><td>Depot Path</td><td><p>Defaults to <code>C:\Users\yourusername\AppData\Roaming\REDModding\WolvenKit\Depot</code></p><p><br>A folder where Wolvenkit can store all its clutter. <br><strong>NOT</strong> your game directory.</p></td></tr></tbody></table>

## Settings: Overview

For a textual explanation of the seettings, see [the next section](#settings-explained)

<figure><img src="/files/2PKegb0ljsWa3L6eHQgX" alt=""><figcaption><p>Example settings window for 8.9.1</p></figcaption></figure>

## Cyberpunk

### Game Executable Path

{% hint style="danger" %}
You **must** set this.
{% endhint %}

The path to your `Cyberpunk2077.exe` , inside  [The Cyberpunk 2077 Game Directory](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory) under `bin\x64`.

{% hint style="info" %}
If Cyberpunk is installed within Program Files, we recommend running WolvenKit as administrator.
{% endhint %}

### Launch Command

{% hint style="success" %}
Optional
{% endhint %}

The path to your `Cyberpunk2077.exe` , inside  [The Cyberpunk 2077 Game Directory](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory). Will be auto-generated from [#game-executable-path](#game-executable-path "mention").

You can also put the path to the REDLauncher here, if you want that (but why would you?)

### Launch Options

{% hint style="success" %}
Optional
{% endhint %}

Arguments for the executable. You can find a list in [the yellow wiki](https://wiki.redmodding.org/cyberpunk-2077-modding/) on the [Launch parameters](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory/launch-parameters) page.

### Depot Path

{% hint style="warning" %}
You **should** set this, or Wolvenkit will default to your AppSettings directory. Since this is on the same drive as your Windows install, it can clutter up your harddrive.
{% endhint %}

The **Depot Path** is a WolvenKit system folder for caching game assets. It serves as a cache for mesh exports with materials. WolvenKit builds a repository of visual assets within the Depot for usage with external applications such as MLSetupBuilder or Blender.&#x20;

By default, it is set to `C:\Users\yourusername\AppData\Roaming\REDModding\WolvenKit\Depot`, but you can pick any location. It does not need to be on an SSD, although Wolvenkit might load faster if it is.

Learn more about the [**Material exports here**](/wolvenkit/wolvenkit-app/usage/blender-integration.md)**.**

### Additional Mod Directory

{% hint style="success" %}
Optional
{% endhint %}

A directory for .archive mods outside of your game directory, for example for resources that you want to load for multiple projects. Mods inside this folder will show up in the [Mod Browser](/wolvenkit/wolvenkit-app/editor/asset-browser.md#mod-browser) **after** your installed mods.

## Display

### Show CName hashes as hex

Display hashes for CNames as hexadecimal (rather than decimal)

### Show ResourcePath hashes as hex

Display hashes for ResourcePaths as hexadecimal (rather than decimal)

### Show NodeRef hashes as hex

Display hashes for NodeRefs as hexadecimal (rather than decimal)

### Show TweakDBID hashes as hex

Display hashes for TweakDBID entries as hexadecimal (rather than decimal)

### Show reference graph

### Game language used for LocKeys

Lets you customize the language for the [LocKey Browser](/wolvenkit/wolvenkit-app/editor/lockey-browser.md). Default: `en_us`

### Show Graph Editor Node Properties

Graph Editor: Detailed display?

## File Editor

### Group Large Collections

Toggles limited collections for improved performance within the File Editor when working when navigating large files.

### Group Size

Adjusts the amount of elements of in a limited collection within the File Editor.

### Default to Simple Mode

Starting with 1.14, Wolvenkit offers multiple editor modes. You can find details under [File Editor](/wolvenkit/wolvenkit-app/editor/file-editor.md#switching-editor-modes).

### Ignored Extensions

File extensions that you want to open in an external editor

## General

### **Do not check for updates**

Will disable Wolvenkit's auto-update

### **Show Guided Tour**

UNKNOWN FUNCTIONALITY\
This toggle may not work in the latest WolvenKit build.

### **Update Channel**

The update channel determines which type WolvenKit updates are received.

* **Stable**    WolvenKit will only show prompts when new releases are published (recommended)
* **Nightly**    WolvenKit will show the latest development builds which may be unstable

### Your name

Will be used for automatically generated subfolders / item names. If you configure this, it'll be auto-filled for new projects.

### Your e-Mail

Will be used when creating new projects.

### **Theme Accent**

Changes the accent color of UI elements throughout WolvenKit.

## Interface

Lets you customize Wolvenkit's interface.

### Import/Export: Show advanced options

Turn this off unless you know what you're doing

### Update references on rename

The default state of this box when you open the rename dialogue (shortcut: `F2`)

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

### Show REDMod in Ribbon

Adds the REDMod buttons back to the ribbon. (Why do you want this?)

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

### Show File Preview

{% hint style="info" %}
You can disable this feature to save performance, or simply hide the panel.
{% endhint %}

Enables interactive Quick Previews within the Properties panel when navigating the Asset Browser and Project Explorer.

### Append default launch profiles

Will append the [Launch Profiles](/wolvenkit/wolvenkit-app/menu/launch-profiles.md#default-profiles) to the list of launch profiles if they are not defined (this will not overwrite your custom profiles)
