Skip to content
 
 

Latest commit

 

History

322 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build & Release

Fork

bfme2-modding-utils

About

This project provides functions to read and write some of EA's file formats, such as:

It also comes with support for GraalVM Native Image as of version 1.1.0.

Usage

Add the following dependencies to your pom.xml according to your needs:

<dependency>
  <groupId>de.darkatra.bfme2</groupId>
  <artifactId>big</artifactId>
  <version>1.1.0</version> <!-- please check if this is the current version -->
</dependency>
<dependency>
  <groupId>de.darkatra.bfme2</groupId>
  <artifactId>core</artifactId>
  <version>1.1.0</version> <!-- please check if this is the current version -->
</dependency>
<dependency>
  <groupId>de.darkatra.bfme2</groupId>
  <artifactId>map</artifactId>
  <version>1.1.0</version> <!-- please check if this is the current version -->
</dependency>
<dependency>
  <groupId>de.darkatra.bfme2</groupId>
  <artifactId>refpack</artifactId>
  <version>1.1.0</version> <!-- please check if this is the current version -->
</dependency>

Build

Clone the project:

git clone git@github.com:DarkAtra/bfme2-modding-utils.git

Build the project using the following command:

mvn clean install

Thanks to the OpenSage Team for providing a reference implementation for most of these formats.

Examples

About

A library that provides functions to read and write some of the EA file formats.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages