Learn R Programming

wal (version 0.1.0)

read.pak: Read Quake PAK archive.

Description

Read Quake PAK archive.

Usage

read.pak(filepath)

Value

a 'pak' instance.

Arguments

filepath

character string, path to the file including extension.

Examples

Run this code
if (FALSE) {
   pakf = '~/.steam/steam/steamapps/common/Quake/Id1/PAK0.PAK';
   pak = read.pak(pakf);
}

Run the code above in your browser using DataLab