Dav-e-Jones / EastwardExtractor

15 stars 2 forks source link

Eastward Extractor

Simple cli tool to extract resources from the game Eastward in batch fashion.

Description

Can extract all .g archive files and hmg/pgf packed images. Tool will also generate bitmap headers for all unpacked image files. Currently not planning on adding repacking functionality to this project because it is a very established process using QuickBMS. This project was predominantly only for making image viewing easier when browsing through game assets.

Getting Started

Dependencies

Installing

Options

 -v, --verbose      (Default: false) Verbose Output

  -p, --pgfparse     (Default: false) File is PGF/HMG

  -i, --input        Required. Input File. If specifying folder ALSO use -r

  -o, --output       (Default: ) Output File

  -r, --recursive    (Default: false) Input Folder is searched recursively

  --help             Display this help screen.

  --version          Display version information.

License

This project is licensed under the MIT License

Acknowledgments