Equilinox Mod Kit

Unofficial modding API for Equilinox.

04.01.2019

Equilinox Mod Kit v0.4.2

This is a snapshot release!

  • new launch arguments -EmlCfgDir="..." and -EmlModsDir="..." (see GitHub Wiki)
  • launch argument -EquilinoxDebug shortened to -EqDebug
  • added menu that shows loaded mods
  • BREAKING: methods preInit and init now have parameters

Download

18.12.2018

Equilinox Mod Kit v0.4.1

This is a snapshot release!

  • EmkMouse and EmkKeyboard not considered experimental anymore (moved to package input)
  • hid Equilinox debug output (use -EquilinoxDebug to show)
  • fixed emk.log location to always be in Equilinox installation directory
  • init method is now functional
  • BREAKING: added new parameter thumbnail to ModInfo annotation (see javadoc)

Download

17.12.2018

Equilinox Mod Kit v0.4.0

This is a snapshot release!

  • improved log and extended log output
  • added missing javadoc to LoggerUtil, EmkMouse and EmkKeyboard
  • EmkKeyboard and EmkMouse should be working
  • new launch argument -EquilinoxDebug to show hidden Equilinox log
  • internal re-write of the launcher

Download

16.12.2018

Equilinox Mod Kit v0.3.4

This is a snapshot release!

  • mod loader finds Equilinox executable in most standard directories
  • problem finding natives on Linux resolved

Download