ē± Pixel Z / ZZHLife å¼åēvpkå·„å · SourceApp 使ēØ
- äø»č¦é对 linux Android termux
The C++ VPK CLI tool (vpk_cli) is a high-performance utility for managing Valve Pak (VPK) files. It is located at SourceLauncher-Thirdparty/tools/cpp/vpk-cli/.
./vpk_cli <vpk_file> [command] [args]| Command | Description |
|---|---|
| None | Displays basic VPK header information. |
-l |
Lists all file paths contained within the VPK archive. |
-x <dir> |
Extracts all files from the VPK archive into the specified directory. |
-t |
Verifies the integrity of all files in the VPK by checking CRC32 checksums. |
-c <dir> |
Creates a new VPK archive from the specified input directory. |
./vpk_cli game_assets.vpk./vpk_cli game_assets.vpk -l./vpk_cli game_assets.vpk -x ./output_directory./vpk_cli game_assets.vpk -t./vpk_cli ./my_assets_folder -c new_assets.vpkmkdir build && cd build && cmake .. && make -j4