VPKEdit: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Add library description)
mNo edit summary
Line 13: Line 13:


== External links ==
== External links ==
*[https://github.com/craftablescience/VPKEdit VPKEdit GitHub repository]
*[https://github.com/craftablescience/VPKEdit GitHub repository]
*[https://github.com/craftablescience/VPKEdit/releases/latest Latest Release]
*[https://github.com/craftablescience/VPKEdit/releases/latest Latest release]


== See also ==
== See also ==

Revision as of 10:25, 17 September 2023

English (en)中文 (zh)Translate (Translate)
Vpkedit-thirdparty-preview-image.png

VPKEdit VPKEdit is an open source MIT-licensed tool that can create, open, extract from and preview the contents of vpk archives. The latest version of VPKEdit VPKEdit is currently 3.1.1, and it currently supports previewing text formats, image formats, and VTF files without having to extract the file from the VPK. Incremental file operations like adding or removing files from existing VPKs are supported, as well as creating new VPKs in any version.


Besides the obvious graphical application, VPKEdit VPKEdit 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.

Requires

No dependencies. Simply download the tool from the latest release link below, and either run the installer or save the standalone version to a convenient location.

External links

See also