Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.04 KB

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.