Simple cli tool to extract resources from the game Eastward in batch fashion.
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.
-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.
This project is licensed under the MIT License