VPKEdit: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
Incremental file operations like adding or removing files from existing VPKs are supported, as well as creating new VPKs in any version. | 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|4}} is powered by an open-source vpk editing library | Besides the obvious graphical application, {{vPKEdit|4}} 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. | Github repository, written in C++17 and also under the MIT license. | ||
Revision as of 15:00, 17 September 2023
VPKEdit is an open source MIT-licensed tool that can create, open, extract from and preview the contents of vpk archives.
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 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
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 ".vpk" extension with the VPKEdit application, and deregister the extension when it is uninstalled.
External links
See also
|