Skip to content
/ hpiex Public

Command line app to manipulate archive files from the Total Annihilation (1997) and Total Annihilation: Kingdoms (1999) by Cavedog Enterainment

License

Notifications You must be signed in to change notification settings

btigi/hpiex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPIEx

A command-line app to manipulate CCX/GP3/HPI/UFO files from Total Annihilation (1997) and Total Annihilation: Kingdoms (1999) by Cavedog Entertainment.

Usage

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

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/hpiex

# Go into the repository
$ cd src

# Build  the app
$ dotnet build

Licencing

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

About

Command line app to manipulate archive files from the Total Annihilation (1997) and Total Annihilation: Kingdoms (1999) by Cavedog Enterainment

Topics

Resources

License

Stars

Watchers

Forks

Languages