Skip to content
/ wad Public

A library with utility binaries for reading WAD files compatible with the Doom game engine

License

Notifications You must be signed in to change notification settings

maghoff/wad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Where's all the data?

A library with utility binaries for reading (and in the future maybe also writing?) WAD files compatible with the Doom game engine.

In scope: Support for existing WAD implementations in any of the authentic games using variants of this engine.

Out of scope: Support for any of the data formats hosted inside a WAD file.

Try it out

Install via Rust toolchain:

cargo install wad

Run:

wad-ls doom1.wad
wad-read doom1.wad endoom | iconv -f CP437 | sed 's/\(.\)./\1/g' | sed 's/\(.\{80\}\)/\1\n/g'

About

A library with utility binaries for reading WAD files compatible with the Doom game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages