read.pak {wal}R Documentation

Read Quake PAK archive.

Description

Read Quake PAK archive.

Usage

read.pak(filepath)

Arguments

filepath

character string, path to the file including extension.

Value

a 'pak' instance.

Examples

## Not run: 
   pakf = '~/.steam/steam/steamapps/common/Quake/Id1/PAK0.PAK';
   pak = read.pak(pakf);

## End(Not run)


[Package wal version 0.1.1 Index]