This is the resource depot for Wolvenkit. It hosts our shared scripts and plugins.
You should never have to do this manually. You can install plugins from inside Wolvenkit, and scripts will automatically be synced every time you start the program.
However, if you are stuck behind a proxy or firewall, or if the download fails for any other reasons, here are instructions on how to install by hand:
Whenever you install a plugin by hand, make sure to update the following file:
Cyberpunk 2077\tools\wolvenkit_plugins.json
The full list of plugin keys for the file is as follows:
Plugin name | Plugin key for .json |
---|---|
CET | cyberengintweaks |
Redscript | redscript |
MLSetupBuilder | mlsetupbuilder |
Wolvenkit Resources | wolvenkit_resources |
Redmod | redmod |
Red4EXT | red4ext |
TweakXL | tweakXL |
RedHotTools | redhottools |
The rest of the section includes instructions on how to manually install and register the individual plugins.
- Download red.kark and put it into your game directory into the following path:
Cyberpunk 2077\tools\wolvenkit\wolvenkit-resources\red.kark
- Update
wolvenkit_plugins.json
with the following information (adjust as necessary):
"wolvenkit_resources": {
"Id": 3,
"Version": "X.X.X",
"Files": [
"C:\\Games\\Cyberpunk 2077\\tools\\wolvenkit\\wolvenkit-resources\\red.kark",
"C:\\Users\\YOURUSERNAME\\AppData\\Roaming\\REDModding\\WolvenKit\\red.db"
]
},
- Adjust "ID" to be one higher than the ID of the last plugin in the list (they're numbered consecutively)
- Adjust "Version" to the last release version of the Wolvenkit Resources repository
- Replace "C:\Games\Cyberpunk 2077" with the path to your actual game install. Mind the double slashes!
- Replace "YOURUSERNAME" with your actual Windows username
- You can find manual install instructions on the wiki, simply expand the "manual install" box.
- To register MLSB as a plugin in Wolvenkit, update
wolvenkit_plugins.json
with the following information (adjust as necessary):
"mlsetupbuilder": {
"Id": 2,
"Version": "X.X.X",
"Files": [
...
]
},
- For updating, the list "Files" should hold the absolut paths of every file inside the mlsb directory, no matter how deeply it's nested. Mind the double slashes!
Alternatively, you can leave it empty.