Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigEx

A command-line app to extract files from, or create, Electronic Arts BIG archives as used in Command & Conquer and Battle for Middle Earth games.

Usage

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

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

Usage examples:

bigex.exe --extract data.big

bigex.exe -e patch222.big

bigex.exe --create mymod

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

# Go into the repository
$ cd src

# Build  the app
$ dotnet build

Licencing

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

About

Command line app to manipulate BIG archive files as used in Electronic Arts games such as Battle for Middle Earth

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages