githubEdit

Analysing other mods

Created by @manavortex Published December 11 2022

This guide will walk you through extracting archive files from other modders.

Required: WolvenKitarrow-up-right and/or WolvenKit.cli >= 8.8.0

circle-exclamation

triangle-exclamation

WolvenKit GUI

Switch to "Mod browser"

You can now add the content to your project just like you do it with game files:

Add items to project

wolvenkit.cli.exe

circle-exclamation
  1. Optional, but recommended: Make sure that your downloaded .archive is inside a folder with no other items.

  2. Open WIndows Command (press Windows+R and type cmd, then press enter).

  3. Drag and drop WolvenKit.cli.exe into the command window

  4. Type a space

  5. Type unbundle -p

  6. Type another space

  7. Drag and drop the archive you downloaded into the command window.

You will now see something like

triangle-exclamation

If you press enter now, WolvenKit will unpack the archive, putting the contents into the same directory.

circle-check

Last updated