wad.extract {wal} | R Documentation |
Extract WAD contents into existing directory.
Description
Extract WAD contents into existing directory.
Usage
wad.extract(
wad_filepath,
outdir = getwd(),
file_ext_mapping = wad_dir.fileext.mapping()
)
Arguments
wad_filepath |
character string, path to input WAD file. |
outdir |
character string, the output directory in which the files should be created. The filenames are derived from the data in the WAD. |
file_ext_mapping |
named list, with keys corresponding to the type names and values are file extensions, including the dot, to use for them. |
Note
One can read extracted textures with read.quake1miptex()
.
[Package wal version 0.1.1 Index]