Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.86 KB

File metadata and controls

53 lines (32 loc) · 1.86 KB

Animdustry Mod Loader

A modloader for the anime gacha bullet hell rhythm game by Anuke.

Downloads for windows/linux/android are available on the releases page.

An example for a mod can be found here.

If you have questions, best ask them in the art-gamedev thread on the Mindustry Discord server.

Changelog

Compiling

For information on compiling, please refer to the original repository.

Credits

Original game by Anuke

Modloader programming and documentation by Pasu4

music used:

Documentation

JavaScript documentation

JavaScript API reference

JavaScript example mod

JSON documentation and API reference (Legacy)

JSON example mod

Roadmap

  • Animation functions
    • Changing variables over time
    • Better syntax than long if-else contructs
  • In-game mod browser
    • Similar to Mindustry's mod browser system (separate repo for scraping mod metadata)
    • Automatically scrape Github repositories by tag
    • Automatic dependency installation