Skip to content

Schlufi/wofl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WADs Out For [The] Ladies

Simple Python / ImageMagick script to package images into WAD3s for use as GoldSrc textures.

Development mostly focused on Linux, where a native WAD file creator is MIA.

Usage

wofl input1 [input2 ...] output

  • input1 [input2 ...] are the input images
  • output is the output WAD filename

Example

$ ./wofl.py pictures/file.jpg my_wad.wad
$ echo $?
0 # success

Requirements

  • ImageMagick (its executables have to be in the system PATH)

About

Simple Python / ImageMagick script to package images into WAD3s for use as GoldSrc textures.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages