Skip to content

A command-line utility to view, extract, and create Quake 2 pak files.

Notifications You must be signed in to change notification settings

packetflinger/q2pak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Q2Pak

A command line utility for extracting, creating and listing files inside Quake 2 .pak files. Adding and removing individual files from a pak archive is not supported, but can be achieved simply by extracting the archive, making the file changes and recreating the archive.

Usage

# q2pak -list <filename.pak>

# q2pak -extract <filename.pak>

# q2pak -create <newpakname.pak> <directory to capture>

Compiling

To build for your current system:

# go build q2pak.go

To build for another OS or ARCH (ex: 32bit windows):

# GOOS=windows GOARCH=386 CGO_ENABLED=0 go build q2pak.go

About

A command-line utility to view, extract, and create Quake 2 pak files.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages