wad.extract: Extract WAD contents into existing directory.

Description Usage Arguments Note

View source: R/read_wad.R

Description

Extract WAD contents into existing directory.

Usage

1
2
3
4
5
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().


wal documentation built on Jan. 17, 2021, 5:10 p.m.