Skip to content

Python script for extracring VPK (Valve Package) format files.

License

Notifications You must be signed in to change notification settings

Dim1xs/vpkextractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vpkextractor

Based on VPK python library.

Python script for extracring VPK (Valve Package) format files.
Tested on Termux (Android) and Windows. (Python 3.12.1)

PIP required!

Installation

Termux

pkg upgrade
pkg install git -y 
pkg install python -y 
git clone https://github.com/Dim1xs/vpkextractor.git
cd vpkextractor
pip3 install -r requirements.txt

Using

cd vpkextractor
python extractor.py

Termux

Write path to vpk: 

If you want to get into main phone storage, always start your path with:

"/storage/emulated/0/"

Example:

"/storage/emulated/0/vpks/hl2_misc_dir.vpk"

Result:

Write path to vpk: /storage/emulated/0/vpks/hl2_misc_dir.vpk

TERMUX VIDEO TUTORIAL | EN

About

Python script for extracring VPK (Valve Package) format files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages