TAView is an application for viewing HPI archive files from the 1997 game Total Annihilation, developed by Cavedog.
- Click File → Open to select an HPI file (or pass a supported file as a command-line argument)
- Browse the archive contents in the left-hand treeview
- Click on a file to view its contents in the right-hand panel
- Right-click a file in the left-hand treeview to extract the file
- .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/TaView
# Go into the repository
$ cd src
# Build the app
$ dotnet build
TaView is licensed under the MIT license. Full licence details are available in license.md
