Analysing other mods

Created by @manavortex Published December 11 2022

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

Required: WolvenKit and/or WolvenKit.cli >= 8.8.0

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

  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

"C:/Path/to/Wolvenkit.cli.exe" unbundle -p "D:/Path/to/subdir/downloaded.archive"

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

- Path
  - to
    - subdir
        archive.archive
        - base

Last updated

Revision created

GITBOOK-540: added hint about dynamic appearances to tutorial page