GitPedia

VPKEdit

A CLI/GUI tool to create, read, and write several pack file formats.

From craftablescience·Updated June 22, 2026·View on GitHub·

VPKEdit is an open source MIT-licensed tool that can create, extract from, preview the contents of and write to several pack file formats. The project is written primarily in C++, distributed under the MIT License license, first published in 2022. Key topics include: cpp, source, source-engine, source2, source2-engine.

Latest release: v5.0.0.4v5.0.0-beta.4
December 8, 2025View Changelog →
<div> <img align="left" width="44px" src="https://github.com/craftablescience/VPKEdit/blob/main/res/brand/logo_512.png?raw=true" alt="VPKEdit Logo" /> <h1>VPKEdit</h1> </div>

VPKEdit is an open source MIT-licensed tool that can create, extract from, preview the contents of and write to several pack file formats.

<div> <a href="https://github.com/craftablescience/VPKEdit/blob/main/LICENSE" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/github/license/craftablescience/VPKEdit?label=license" alt="License" /></a> <a href="https://github.com/craftablescience/VPKEdit/actions" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/github/actions/workflow/status/craftablescience/VPKEdit/build.yml?branch=main&label=builds" alt="Workflow Status" /></a> <a href="https://discord.gg/ASgHFkX" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/discord/678074864346857482?label=discord&logo=Discord&logoColor=%23FFFFFF" alt="Discord" /></a> <a href="https://ko-fi.com/craftablescience" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/donate-006dae?label=ko-fi&logo=ko-fi" alt="Ko-Fi" /></a> </div> <div> <img width="400px" src="https://github.com/craftablescience/VPKEdit/blob/main/res/brand/screenshot1.png?raw=true" alt="A screenshot of VPKEdit with a VPK and an MDL preview open in wireframe mode." /> <img width="400px" src="https://github.com/craftablescience/VPKEdit/blob/main/res/brand/screenshot2.png?raw=true" alt="A screenshot of VPKEdit with a VPK and an MDL preview open in shaded textured mode." /> </div> <div> <img width="400px" src="https://github.com/craftablescience/VPKEdit/blob/main/res/brand/screenshot3.png?raw=true" alt="A screenshot of VPKEdit with a BSP and a VTF preview open." /> <img width="400px" src="https://github.com/craftablescience/VPKEdit/blob/main/res/brand/screenshot4.png?raw=true" alt="A screenshot of the command-line version of VPKEdit." /> </div>

Installing

Please read this file for step-by-step installation instructions. VPKEdit is available for Windows 7+ and
macOS (arm64), and has been packaged for multiple Linux distributions.

Features

  • Supported file formats:

    FormatDescriptionCreateReadWrite
    007Asset pack (007 - Nightfire)
    APKAxiom PacK file (Fairy Tale Busters)
    BEE_PACKBEE2.4 Package
    BMZBonus Map Zip (Source Engine)
    BSPSource 1 MapN/A
    FGPFile group (PS3, The Orange Box)
    FPXVPK modification (Tactical Intervention)
    GCFGame Cache File (Pre-SteamPipe Steam games)
    GMAGarry's Mod Addon
    HOGUnknown acronym (Descent)
    OLWorldcraft Object Library
    OREUnknown acronym (Narbacular Drop)
    PAKPAcK file (Quake, original Half-Life, HROT, etc.)
    PCKGodot PaCK file (Standalone or embedded)
    PK3PacK v3 (Quake II)
    PK4PacK v4 (Quake IV, Doom 3)
    PKZPacK file (Quake II RTX)
    SINSiN pack file (SiN 1998)
    VPKValve PacK file (Source Engine)
    VPKVampire PacK file (V:TMB)
    VPPVolition Pack file (Red Faction, Saints Row)
    WADWhere's All the Data (GoldSrc Engine)
    XZPXbox ZiP (Xbox Half-Life 2)
    ZIPZIP file
  • Preview files contained within the pack file without extracting them:

    • Audio
    • Text files (any encoding)
    • KeyValues files (text files with syntax highlighting)
    • Images
    • Source 1 Textures
      • Prop lightmaps
      • Troika textures
      • Valve textures for both PC and console
    • Source 1 Models
    • Source 1 DMX files (particles, SFM sessions, etc.)
  • Create pack files of any version from scratch or an existing folder

  • Add and remove files and folders from writable pack files

    • Directly edit text files within writable pack files
  • Extract files and folders from readable pack files

  • Switch version of existing VPKs

  • Native Linux builds

    • Packaged for Arch, Debian, Fedora, NixOS; standalone builds available
  • User interface translated to the following languages (support the translation effort here):<br/>
    🇧🇦 🇨🇳 🇭🇷 🇳🇱 🇩🇪 🇮🇹 🇯🇵 🇰🇷 🇵🇱 🇧🇷 🇷🇺 🇸🇮 🇪🇸 🇸🇪 🇻🇳

Please read this file to see all keyboard shortcuts.

A separate application with no external dependencies (vpkeditcli) provides a command-line interface.

[!NOTE]
If you need to edit files for a Source 2 game, consider using Source 2 Viewer instead.
This application targets GoldSrc and Source 1, and will not parse any Source 2 filetypes.

Planned Features

See the open issues on this repository marked as an enhancement.

Contributing

This project accepts a wide range of contributions, mostly code and translations. Code contributions are done through this GitHub repository.
Translations are open to everyone, only requiring a free POEditor account, and are hosted at https://poeditor.com/join/project/yxR9MLc9X2.
Any contributors will be added to the credits in the form of a text file shipped with the CLI application and a popup in the GUI application.

Backend

This tool is powered by a collection of open-source C++20 Source engine parsers called sourcepp.

Star History

<a href="https://www.star-history.com/#craftablescience/VPKEdit&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=craftablescience/VPKEdit&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=craftablescience/VPKEdit&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=craftablescience/VPKEdit&type=Date" /> </picture> </a>

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from craftablescience/VPKEdit via the GitHub API.Last fetched: 6/24/2026