Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HogEx

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).

Usage

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.HOGDESCENT2/).

Requirements

  • .NET 10.0
  • Windows OS

Compiling

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

Licencing

HogEx is licensed under the MIT license. Full licence details are available in LICENCE.md

About

Command-line app to extract files from HOG archives from Descent (1995) and Descent II (1996).

Topics

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages