Skip to content

CLI tool for extracting Genie .DRS archives (Age of Empires / SWGB).

License

Notifications You must be signed in to change notification settings

genie-js/drs-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drs-extract

Extract Genie (Age of Empires, SWGB) .DRS archives.

Installation

npm install --global drs-extract

Usage

$ drs-extract --help

Usage
  $ drs-extract --list <drs-file>
  $ drs-extract <drs-file> --file <id>
  $ drs-extract <drs-file> <out-dir>

Options
  --list         List files in the archive
  --file         Extract a single file. Outputs to stdout.
  -v, --verbose  List extracted files
Example
  $ drs-extract interfac.drs /tmp/interfac/

Programmatic Usage

Use genie-drs, the API library :)

Licence

MIT

About

CLI tool for extracting Genie .DRS archives (Age of Empires / SWGB).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published