Comment on page
WolvenKit Console
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 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:dotnet tool install -g wolvenkit.cli
Verify if the installation was successful:
wolvenkit.cli -help
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:
C:\Cyberpunk_Modding\Wolvenkit.Console\Wolvenkit.CLI.exe -help
Last modified 12d ago