Legacy: Analysing other mods with Wolvenkit Console
Unbundling mods with CLI
This technique is outdated as of 2023. If you don't have a very good reason why you need Wolvenkit console, then you should stick to the GUI.
wolvenkit.cli.exe
You need to download the WolvenKit.Console version for this, rather than the regular one.
Optional, but recommended: Make sure that your downloaded .archive is inside a folder with no other items.
Open WIndows Command (press Windows+R and type
cmd
, then press enter).Drag and drop WolvenKit.cli.exe into the command window
Type a space
Type
unbundle -p
Type another space
Drag and drop the archive you downloaded into the command window.
You will now see something like
If your paths contain spaces or special characters, make sure that they are surrounded by quotation marks as in the example above, or the command will fail.
If you press enter now, WolvenKit will unpack the archive, putting the contents into the same directory.
You can now copy the extracted folders to your WolvenKit project's archive
folder.
Last updated