qarchive.extract {wal} | R Documentation |
Extract any of the supported Quake archives.
Description
Extract any of the supported Quake archives.
Usage
qarchive.extract(filepath, outdir, format = "auto", do_pre_checks = TRUE)
Arguments
filepath |
character string, path to existing and readable file in PAK or WAD2 format. |
outdir |
character string, path to an existing and writeable output directory into which to extract the archive. |
format |
character string, of one 'auto' to detect from filename, 'QARCHIVE_TYPE_WAD' for WAD2, or 'QARCHIVE_TYPE_PAK' for PACK. |
do_pre_checks |
logical, whether to perform extra sanity checks on the other parameters. |
[Package wal version 0.1.1 Index]