File Name: Wad2Bmp, Wad file extractor and converter
File Submitter: LuciaNnX
File Submitted: 04 May 2020
File Category: Software
This simple command line program takes a Half-Life WAD or BSP file and extracts the highest resolution mipmap of each texture as a bitmap.
Arguments:
wad2bmp.exe -p <package> [-d <directory>]
Examples:
Extract all the textures in c:\mywad.wad to the working directory:
wad2bmp.exe -p c:\mywad.wad
Extract all the textures in c:\mywad.wad to c:\textures
wad2bmp.exe -p c:\mywad.wad -d c:\textures
Click here to download this file