A command-line app to extract files from HOG archives from Descent, the 1995 FPS game developed by Parallax Software. Uses the ii.Ascend library (iiAscend).
HogEx is a command line application and should be run from a terminal session. Application usage is
Usage:
hogex.exe --extract, -e <archive.hog>
hogex.exe --help, -h
Usage examples:
hogex.exe --extract DESCENT2.HOG
hogex.exe -e data.hog
Extract: Files are extracted to a folder named after the archive (e.g. DESCENT2.HOG → DESCENT2/).
- .NET 10.0
- Windows OS
To clone and run this application, you'll need Git and .NET installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/btigi/hogex
# Go into the repository
$ cd src
# Build the app
$ dotnet build
HogEx is licensed under the MIT license. Full licence details are available in LICENCE.md