You may need to Download and install Dotnet Core
Universal release (Mac / Windows / Linux)
Download and extract the universal release archive from here.
Open your commandline console and browse to the extracted folder (eg:
cd Release
)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
...