Skip to content
/ cobex Public

Command line app to manipulate archive files from the 1995 4x Ascendancy by The Logic Factory

License

Notifications You must be signed in to change notification settings

btigi/cobex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CobEx

A command-line app to manipulate COB files from the 1995 4X strategy game Ascendancy by The Logic Factory.

Usage

CobEx is a command line application and should be run from a terminal session. Application usage is

Usage: 
  cobex.exe --extract, -e <archive.cob>
  cobex.exe --create, -c <folder1> [folder2] ...
  cobex.exe --help, -h

Usage examples:

cobex.exe --extract data.cob

cobex.exe -e ships.cob

cobex.exe --create mymod

cobex.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/cobex

# Go into the repository
$ cd src

# Build  the app
$ dotnet build

Licencing

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

About

Command line app to manipulate archive files from the 1995 4x Ascendancy by The Logic Factory

Topics

Resources

License

Stars

Watchers

Forks

Languages