Skip to content

ta-forever/downlords-taf-client

Repository files navigation

FAF logo

Downlord's TAF Client

Build Status Coverage Status

The official client for TA Forever (TAF), forked from FA Forever (FAF) to support Total Annihilation.

How to run

  1. Use AdoptOpenJDK 19 or Oracle JDK 19 (others might not work)
  2. Clone the project with Git
    • using SSH: git clone git@github.com:ta-forever/downlords-faf-client.git
    • using HTTPS: https://github.com/ta-forever/downlords-taf-client.git
  3. Open the project into IntelliJ IDEA Ultimate or Community (free)
  4. Make sure you have the IntelliJ IDEA Lombok plugin installed
  5. Make sure you have Enable annotation processing enabled in the settings
  6. Select Main as run configuration next to the hammer button in the top right
  7. Compile and start the application by pressing the play button

A video tutorial is available here. Don't forget step 5.

Linux

Learn how to install the client on Linux here

(NB: Linux support is mostly likely broken since forking from FAF)

Open Source licenses

Thanks to ej-technologies for our open source license for Install4j, a multi-platform installer builder. We use Install4j to build installers.
Thanks to ej-technologies for our open source license for JProfiler, a java profiler. We use JProfiler to optimise our software.
Thanks to bugsnag for their open source license. We use bugsnag for our error reporting.
Thanks to YourKit for their open source license

Contribute

Please take a look at (FAF's) contribution guidelines before creating a pull request

Have a look at (FAF's) wiki.