-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for vpk format #488
Comments
@darealshinji How to achieve vpk compression? |
An archive is created with $ ls test_files
file1.dat file2.dat
$ vpk -c $HOME/test_files out.vpk
$ vpk -l out.vpk
file2.dat
file1.dat Here's the help output:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to add support for extracting Valve Pak files using the vpk command line tool? https://pypi.org/project/vpk/
Listing content:
Extract all files:
vpk -x outdir maps_dir.vpk
Extract single file without creating directories:
vpk -x outdir --filter maps/bs_c0m0a.bsp --no-directories maps_dir.vpk
On an error vpk returns a line beginning with either
Error:
orIOError:
.The text was updated successfully, but these errors were encountered: