/FAFLaunchMod

Auto updater and mod loader for the FAF Launcher

Primary LanguageJavaMIT LicenseMIT

FAFLaunch Mod

Auto updater and mod loader for the FAF Launcher

Current APIs set

${mymodid}.init.json:

{
  "events": "me.my_username.${mymodid}.MyEventListener"
}

${mymodid}.mixins.json:

See the Mixin wiki
Also support Mixin Extras and Mixin Squared

${mymodid}.translations.json:

{
  "translation.key": "Translation value"
}

${mymodid}.styles.css: Inject JavaFX css to the launcher ${mymodid}.settings.fxml: Add entry to FAFLaunchMod setting page ${mymodid}.tab.fxml: Add tab to the FAF Launcher, translate ${mymodid}.tab to set tab name.

Notes

Official FAF Launcher: https://github.com/FAForever/downlords-faf-client

FAFLaunch Mod is currently not very clean code.