description |
---|
Unbundling mods with CLI |
{% hint style="warning" %} 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. {% endhint %}
{% hint style="warning" %} You need to download the WolvenKit.Console version for this, rather than the regular one. {% endhint %}
- 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
"C:/Path/to/Wolvenkit.cli.exe" unbundle -p "D:/Path/to/subdir/downloaded.archive"
{% hint style="danger" %} 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. {% endhint %}
If you press enter now, WolvenKit will unpack the archive, putting the contents into the same directory.
- Path
- to
- subdir
archive.archive
- base
{% hint style="success" %}
You can now copy the extracted folders to your WolvenKit project's archive
folder.
{% endhint %}