Installation

A short guide to downloading and installing on Windows, Mac and Linux.

You may need to Download and install Dotnet Core

Universal release (Mac / Windows / Linux)

  1. Download and extract the universal release archive from here.

  2. Open your commandline console and browse to the extracted folder (eg: cd Release)

  3. Confirm that the executable runs through commandline:

Mac/Linux:

Run ./ffmt through commandline. There is also a bundled script: ffmt.sh

Windows:

Run ffmt.exe through commandline.


> chmod +x ffmt.sh

> ./ffmt

Usage: ffmt [action] {arguments}



Available actions:

  modpack import, mpi      Import a modpack, requires a .ttmp(2) to be specified

  ...