Skip to content

Doom2D/dfw-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dfw-rs

Description

dfw-rs manages your DFWADs. It can extract DFWADs and create them.

DFWAD is a game data format used in Doom2D 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/Doom2D/dfw-rs.git
  3. Change into the project directory: cd dfw-rs
  4. Build the project: cargo build

Examples

  • Pack the game directory in a DFWAD called game.wad, without Zlib compression: dfw-rs game game.wad --zlib-level none pack
  • Extract a DFWAD into game directory: dfw-rs 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

Contributors 2

  •  
  •  

Languages