CobView is an application for viewing COB archive files from the 1995 game Ascendancy, developed by The Logic Factory.
- Click File → Open to select a COB 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/CobView
# Go into the repository
$ cd src
# Build the app
$ dotnet build
CobView is licensed under the MIT license. Full licence details are available in license.md
