Extract Genie (Age of Empires, SWGB) .DRS archives.
npm install --global drs-extract
$ 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/
Use genie-drs, the API library :)