> 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/getting-started/eli5-getting-started/configure-modding-tools.md).

# ELI5: Configure modding tools

Set relative locations of modding tools inside the applications

## Section Brief

Configure the WolvenKit (wkit) application and MlSetupBuilder (mlsb), and make sure the Asset Browser loads the game's assets.

{% hint style="warning" %}
If you do not use the folder structure I recommended in [Prep your computer](/wolvenkit/getting-started/eli5-getting-started/prep-your-computer.md#steps), then use whatever path WolvenKit automatically fills in for you. Also be aware that your experience will not match my screenshots.
{% endhint %}

## Configuring Wolvenkit

If your Wolvenkit is already configured (because you have followed the [installation guide](/wolvenkit/getting-started/download.md#first-launch-tl-dr)), then you don't need to do anything here.

Otherwise, please do that now or use the [settings page](/wolvenkit/wolvenkit-app/settings.md) to configure `Game Executable Path` and (optionally) `Depot Path`.

## Installing Plugins

1. In Wolvenkit, click on [HOME](/wolvenkit/wolvenkit-app/home.md)
2. Click on [Plugins](/wolvenkit/wolvenkit-app/home.md#plugins)
3. REDMod should already be installed. If it isn't, please follow the instructions [here](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/redmod#installation).
4. For every other plugin, click `Install` or `Update`.

<figure><img src="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2Fsh80s47cHHnaMG9KEyvV%2FELI5_GetStart_Config_03.png?alt=media&amp;token=0d0f5dd4-9ad7-48f0-8602-2811d8a5daa7" alt=""><figcaption></figcaption></figure>

5. Now that all plugins are installed, you can configure [MLSETUP Builder](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/mlsetup-builder) (but read the blue box first). This step is optional; you don't need to do it at this time, but you won't be able to make full use of the plugin if it is not configured.

{% hint style="info" %}
If you have been following the setup instructions exactly, then the paths you need to enter here are:&#x20;

* uncook folder: `C:\Cyberpunk2077Mod\Depot`&#x20;
* WolvenKit-CLI executable: `C:\Cyberpunk2077Mod\WolvenKit.CLI\WolvenKit.CLI.exe`&#x20;

If you have not, then your paths will be different and you need to adjust them accordingly.
{% endhint %}

For detailed configuration instructions, head to [Cyberpunk 2077 Modding](https://wiki.redmodding.org/cyberpunk-2077-modding/) -> [MLSETUP Builder](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/mlsetup-builder) -> [MLSETUP Builder](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/mlsetup-builder#configuration)

## Testing

Let's make sure that your game path is configured correctly and that Wolvenkit can access the files:

1. Click on Continue to Editor

   <figure><img src="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2Fds0mnDQymAHBMR8UCC9u%2FELI5_GetStart_Config_07.png?alt=media&amp;token=cd339632-543c-47bd-a900-392651b851ef" alt=""><figcaption></figcaption></figure>
2. Open the Asset Browser

<figure><img src="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2FO3PGxJlN53JfLZKBDeCa%2Feli5_GetStart_Config_S08.png?alt=media&amp;token=8af7e7ca-e613-48bc-acbb-edbb35d33002" alt=""><figcaption></figcaption></figure>

3. After several seconds, a success notification will appear and the asset folder structure will appear on the left. This means WolvenKit was able to access the Cyberpunk archive and extract the game assets.

<figure><img src="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2F4g7c1FqvlS6b5bBuMS2u%2Feli5_GetStart_Config_S09.png?alt=media&amp;token=32d5f755-1dff-484a-9cb6-650f0dad08f2" alt=""><figcaption></figcaption></figure>

Congratulations - everything is working! If you haven't done this during the full prep, now is a good time to [create a depot](/wolvenkit/wolvenkit-app/usage/create-depot.md). Otherwise, you can move on to [ELI5: Validate Functionality](/wolvenkit/getting-started/eli5-getting-started/validate-functionality.md)!

{% hint style="info" %}
Please note that before you can do anything with files, you need to create a Wolvenkit project.
{% endhint %}
