A command-line app to manipulate CCX/GP3/HPI/UFO files from Total Annihilation (1997) and Total Annihilation: Kingdoms (1999) by Cavedog Entertainment.
HPIEx is a command line application and should be run from a terminal session. Application usage is
Usage:
hpiex.exe --extract, -e <archive.hpi>
hpiex.exe --create, -c <folder1> [folder2] ...
hpiex.exe --help, -h
Usage examples:
hpiex.exe --extract totala1.hpi
hpiex.exe -e totala1.hpi
hpiex.exe --create mymod --version 2
hpiex.exe -c folder1 folder2 folder3
- .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/hpiex
# Go into the repository
$ cd src
# Build the app
$ dotnet build
HPIEx is licensed under the MIT license. Full licence details are available in license.md