The command-line modding tool
WolvenKit Console is the core "Modkit" that drives the WolvenKit application. The Console supersedes the original CP77 Tools application created by rfuzzo. The same core functionalities of WolvenKit are available from command line for simplicity and extendibility for power users.
For a documentation of the individual commands, see Wolvenkit.CLI: Command List
For further instructions on using it, see Wolvenkit.CLI: Usage
As of January 2024, Wolvenkit.CLI does not work under Linux. You can run it though qemu and virtofs.
For a global install, you can install it as a dotnet tool. Open up the windows command line (Windows+R
, type cmd
, hit return
) or Powershell, then enter the following:
Verify if the installation was successful:
You can download Wolvenkit Console from the Releases page on the github repository (Release | Nightly). Select the download starting with Wolvenkit.Console
.
Extract it to a directory of your choice (for example C:\Cyberpunk_Modding\Wolvenkit.Console
).
You can run Wolvenkit console from that directory, for example:
To make the command globally available, add the directory to your Windows Path.