VPKEdit: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Mention it registers the BSP extension)
(Add the new screenshots from the GitHub readme)
Line 1: Line 1:
{{Stub}}
[[File:Vpkedit-thirdparty-preview-image.png|thumb|320px|right]]
{{vPKEdit|4}} is an open source MIT-licensed tool that can extract from, preview the contents of and write to {{ext|vpk|2}} archives, ZIP files, and [[BSP (Source)]] paklumps, as well as create new VPKs of any version.
{{vPKEdit|4}} is an open source MIT-licensed tool that can extract from, preview the contents of and write to {{ext|vpk|2}} archives, ZIP files, and [[BSP (Source)]] paklumps, as well as create new VPKs of any version.
It currently supports previewing text formats, image formats, [[VTF]] files, and [[MDL]] files without having to extract the file from the archive.
It currently supports previewing text formats, image formats, [[VTF]] files, and [[MDL]] files without having to extract the file from the archive.
Incremental file operations like adding or removing files are supported for all formats.
Incremental file operations like adding or removing files are supported for all formats.
<gallery mode="nolines" perrow="2" widths="450px" heights="440px">
Vpkedit-screenshot-gallery-1.png|VPKEdit with a VPK and an MDL preview open in wireframe mode
Vpkedit-screenshot-gallery-2.png|VPKEdit with a VPK and an MDL preview open in shaded textured mode
Vpkedit-screenshot-gallery-3.png|VPKEdit with a BSP and a VTF preview open
Vpkedit-screenshot-gallery-4.png|The command-line version of VPKEdit
</gallery>


The {{vPKEdit|4}} tool is powered by an open-source vpk editing library <code>libvpkedit</code>. This library's code is stored in the same GitHub repository, written in C++17 and also under the MIT license.
The {{vPKEdit|4}} tool is powered by an open-source vpk editing library <code>libvpkedit</code>. This library's code is stored in the same GitHub repository, written in C++17 and also under the MIT license.

Revision as of 07:44, 27 January 2024

VPKEdit VPKEdit is an open source MIT-licensed tool that can extract from, preview the contents of and write to vpk archives, ZIP files, and BSP (Source) paklumps, as well as create new VPKs of any version. It currently supports previewing text formats, image formats, VTF files, and MDL files without having to extract the file from the archive. Incremental file operations like adding or removing files are supported for all formats.

The VPKEdit VPKEdit tool is powered by an open-source vpk editing library libvpkedit. This library's code is stored in the same GitHub repository, written in C++17 and also under the MIT license.

A CLI version called vpkeditcli aims to eventually replicate the behavior of the vpk CLI tool, although it currently only supports packing files into a VPK.

Requires

At minimum, it requires Windows 10 64-bit, or a modern version of Linux.

Installation

Simply download the tool from the latest release link below, and either run the installer or save the standalone version to a convenient location. The installer will automatically register the .bsp and .vpk extensions with the VPKEdit VPKEdit application, and deregister the extensions when it is uninstalled.

External links

See also