Skip to content

fpaezf/cs2-vpk-map-packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1

Counter-Strike 2 VPK map packer

MapPacker.exe is a console application written in C# to pack files and folders to a VPK file to use it in Source 2 engine games like Counter-Strike 2.

Uses ValvePAK Nugget package: https://github.com/ValveResourceFormat/ValvePak

Uses .NET 6 runtime: https://dotnet.microsoft.com/es-es/download/dotnet/6.0

How to use

To pack files you have to start MapPacker.exe with 2 command line arguments each one enclosed in quotes.

  • #1: A source folder containing the files you want to pack
  • #2: A target vpk file to store the packet files and folders

EXAMPLE:

MapPacker.exe "C:\Users\Francesc\Downloads\Map Files" "C:\Users\Francesc\Desktop\test.vpk"

If you not enclose the parameters in quotes, te application will fail.

2

Edit the included MapPacker.bat file to properly work with the application.

About

A simple vpk map packer for Counter-Strike 2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages