About:
v2.0.1
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
Download from Web Archive: Download from unofficial Github mirror: Revision History:v2.0.1
- Upgraded to HLLib v1.1.3.
- wad2bmp rewrite using HLLib.
- Original release.
Modified: Mar 26th, 2006 - 5:37:14 pm[ 10
Comments ]