vpk icon indicating copy to clipboard operation
vpk copied to clipboard

📦 Open, Search, Extract and Create VPKs in python

Results 7 vpk issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/97821562/168829535-903d7c77-a58d-4712-a99e-32a92d7aa073.png) I got an error code saying that Unknown verson 2 for vpk

On [developer.valvesoftware.com](https://developer.valvesoftware.com/wiki/VPK_File_Format#VPK_readers), this project is listed as supporting VPK v1 and v2. Is there support for writing VPK v2 archives? If not, is there a plan to support it?

question

When trying to open a specific VPK to change a part to enable some hidden features, I get hit with the ``Error: Invalid header, or unsupported version`` error. Is there...

invalid

In order to create a VPK archive using this project, the files must first exist in the OS's file system. If I read a file and perform some simple string...

enhancement

This updates the readme to include the following options: * `-cv` / `--create-version` * `-pe` / `--path-encoding`

I tried to unpack two files i have: **sde_pack_lang_english_dir.vpk** and **sde_pack_lang_english_000.vpk** by command: ```bash vpk -x . sde_pack_lang_english_dir.vpk ``` IOError: [Errno 2] No such file or directory: 'sde_pack_lang__000.vpk' I guess...

I was looking to use this tool for my project. We have a large number of assets, with our materials alone surpassing 6GB. I used the CLI tool to attempt...