/SLExtractNet

Extractor for Microsoft StarLancer .hog files

Primary LanguageC#MIT LicenseMIT

SLExtractNet

Extractor for Microsoft StarLancer .hog files

Usage

slextractnet.exe

Creates a new directory named after the .hog file in the current working directory and extracts all the contents into it.

Building

Requires C# 6.0 or later to build because of the use of Interpolated Strings, but can be modified to use String.Format with minimal effort.