Skip to content

Dav-e-Jones/EastwardExtractor

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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

  • Build with .NET core 3.0 so it should run on any reasonably recent x64 Windows system

Installing

  • Build it yourself or download from releases and run with cmd

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

  • Packed Image Format by Allen at Zenhax (post)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages