Skip to content

polybluez/dfwad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dfwad

Description

dfwad manages your DFWADs. It can extract DFWADs and create them.

DFWAD is a game data format used in Doom 2D Forever, and is similar to WAD.

Installation

  1. Install Rust: follow the instructions on the official Rust website to install the Rust compiler and related tools.
  2. Clone the repository: git clone https://github.com/polybluez/dfwad.git
  3. Change into the project directory: cd dfwad
  4. Build the project: cargo build

Examples

  • Pack the game directory in a DFWAD called game.wad, without Zlib compression: dfwad game game.wad --zlib-level none pack
  • Extract a DFWAD into game directory: dfwad game.wad game extract

Usage notes

  • DFWADs support only 1 level of depth, but it can be circumvented by creating an another WAD representing these directories. DFWAD does that.
  • Error handling is subpar, so error messages may be unclear.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages