read.pak {wal} | R Documentation |
Read Quake PAK archive.
read.pak(filepath)
filepath |
character string, path to the file including extension. |
a 'pak' instance.
## Not run:
pakf = '~/.steam/steam/steamapps/common/Quake/Id1/PAK0.PAK';
pak = read.pak(pakf);
## End(Not run)