What is the Nightly, and why should (or shouldn't) you use it?
The Nightly is Wolvenkit's Alpha/Beta version. Releases are build every day when the code changes (traditionally during the night, but this is CyberPUNK), so you will always have access to the latest and hottest features.
Naturally, the Nightly will have more bugs than the stable version — but you should use it regardless, because we need help catching those bugs.
For more information on this, check #how-do-i-report-bugs
You should have the latest stable release installed as well. See #is-it-a-regression for more information.
Download the portable version:
Then, extract the downloaded .zip file into a folder on your hard drive (for example, C:\Cyberpunk2077Mod\Wolvenkit_Nightly
) and start it. Done!
Before reporting a bug, make sure that you are on the latest Nightly, and that you have a way to reliably reproduce the bug. We need to watch it in action, or we can't fix it.
Double-check the bug in your stable install. If if works there, but doesn't work in the Nightly, then it's a regression (something that used to work but got broken).
If it's broken in both places: congratulations, you've found a new bug!
Head to the "Issues" section of Wolvenkit's github (you need a github or Google account; they will not send you spam)
Click the "New issue" button
Select the type of issue you are reporting (probably "bug report")
Give a description of the bug, including the following information:
Your Nightly version (date is okay)
Is the bug a regression? (Does it also happen in the latest stable?)
The files necessary to make this happen, or their paths if they are vanilla files
An itemized list on how to make the bug happen
Downloading the WolvenKit application
Published: October 22 20 Created by @JJTurtle Last documented update: @manavortex, February 25 2023
This section will walk you through the process of downloading and installing Wolvenkit.
There is a Full Install Walkthrough (ELI5), which you can follow if you are not very computer-savy or feel insecure about modding. If you've been sent here by the same guide, ignore this box and start with the prerequisites. :)
Install REDMod and .NET from the Prerequisites section below
Extract it to a folder of your choice
Run it and do the initial configuration
Optional: Proceed to the guide how to set up the modding tools
For detailed instructions on installing other software that you might need for mod development, see the section
Windows 10/11 (64-bit) or a Linux build of your choice
(Cyberpunk's modding framework)
For older WKit versions: Microsoft .NET 6 (versions <= 8.7.1)
For current WKit: The most recent Microsoft .NET (confirmed working with .NET 8 and Wolvenkit 8.13)
Wolvenkit is mostly developed and used on Windows — if you're on Linux, you should know what we're doing, and this guide isn't for you.
Unrelated: The Wolvenkit developer team is looking for a Linux nerd who'd like to keep things compatible!
If you don't care about the differences, go to the next section: Which version do I want?
You can download Wolvenkit from any of the following links (click on the cards). If you are uncertain, go to Nexus.
GitHub (the links with the Wolvenkit icon) is the best way to stay up-to-date with WolvenKit, as this is where development happens. You can download the latest stable release or Nightly tester and developer builds fresh from the pipeline.
One of the Wolvenkit developers will download the stable version from github to put it on Nexus, so you can get it from there as well.
The Nightly is a build of the latest development stand, created automatically every night via pipeline (hence the name). It contains new features that are being worked on, but introduces the risk of bugs.
You will usually want to use the stable version, unless you want to try out new features, help with development and testing, or generally like to live dangerously.
Here are links to the most recent build for each repository:
If you're on Nexus, then you can only download the portable (default) version. In this case, head to the next section.
Github offers you more options:
If you don't know which one to use, use the default (portable) one, it's usually the first entry in the list.
You don't need to download Wolvenkti Console, unless a (not-outdated) guide tells you so.
Wolvenkit-X.X.X.zip You want this
Default — the portable version: download and extract this, then start it via Wolvenkit.exe
Wolvenkit.Console-X.X.X.zip
Command Line Interface (CLI): Not the same as regular Wolvenkit. Formerly known as CP2077tools, and becoming increasingly obsolete.
Wolvenkit.ConsoleLinux-X.X.X.zip
As above, but on Linux. You usually don't need this.
WolvenkitSetup-X.X.X.zip
The Wolvenkit installer. This will run a setup and let you pick a folder. Currently (December 2024), the installer has issues.
Source code (zip) Source code (tar.gz)
A snapshot of the source code that was compiled into this specific release. If you're not a programmer, then you don't want this.
WolvenKit is not technically installed, you extract the downloaded file into a folder and it runs as a portable application. When you update the application, you'll overwrite the existing files with those that you've newly downloaded — you don't need to delete the old files, unless you run into weird problems.
Your settings are saved in C:\Users\yourUserName\AppData\Roaming\REDModding\WolvenKit.
This guide assumes that you install Wolvenkit and Wolvenkit Console to the following folders:
Wolvenkit: C:\Cyberpunk2077Mod\Wolvenkit
Wolvenkit Console (optional): C:\Cyberpunk2077Mod\Wolvenkit.CLI
You can use other paths, the guide just assumes that you don't.
Download the new release, extract the files (over your old install if you have one) and run it.
Optional: Proceed to the full configuration instructions.
Troubleshooting: Delete everything in the install folder, then re-extract the downloaded files again.
More troubleshooting: Find us on Discord in the #wolvenkit-help-me channel.
If you don't have any old versions installed, you can proceed to the next section.
Delete all the files in C:\Cyberpunk2077Mod\WolvenKit
from the previous release so that any cached and orphaned files do not corrupt the updated release.
Delete all the files in C:\Cyberpunk2077Mod\WolvenKit.CLI
from the previous release so that any cached and orphaned files do not corrupt the updated release.
Extract the zip file Wolvenkit-X.X.X.zip to C:\Cyberpunk2077Mod\WolvenKit.
Unpack the zip file Wolvenkit.Console-X.X.X.zip toC:\Cyberpunk2077Mod\WolvenKit.CLI
.
If you want to launch Wolvenkit without browsing to the folder every time, you can create a custom shortcut and pin it to the start menu.
Go to C:\Cyberpunk2077Mod\WolvenKit
Right-click the executable WolvenKit.exe
Select "Create Shortcut"
You should now see something like this:
Click "OK"
Right-click on your shortcut again and select "Pin to Start Menu"
That's it! You can launch now!
For full instructions on how to configure Wolvenkit, please see the detailed guide.
For a more detailed explanation of the options below, please see the corresponding wiki page. You can change them at any time by going to Wolvenkit Home and opening the settings page.
When launching WolvenKit for the first time you will be greeted with a welcome form asking to set your preferences.
We recommend setting the path to your game files immediately.
The Game Executable Path (.exe) is the file path or location of the Cyberpunk2077.exe file. This can be set by manually entering a file path, or using the folder icon to open Windows Explorer.
The Depot Path is where WolvenKit will keep extracted Cyberpunk assets and files that are required for regular operation.
Download and install the runtime. (The SDK is for .NET developers…. unless you are a NET developer, and in which case do whatever you want )
Used by other applications to "talk" to Wolvenkit, for example .