Skip to content
/ JAPI Public

Modding API for Jojo's Bizzare Adventure: All-Star Battle R

Notifications You must be signed in to change notification settings

Kapilarny/JAPI

Repository files navigation

JojoAPI

JojoAPI is a modding API for Jojo's Bizzare Adventure All-Star Battle R. It's in a very early stage of development, but it's already possible to create mods with it! (And i'll try to make the API as stable as possible, so you don't have to worry about your mods breaking with every update)

Installation

  1. Download the latest release of JAPIUpdater.exe from the releases page
  2. Drag&drop the file into your game folder (where the ASBR.exe is located)
  3. Run JAPIUpdater.exe instead of ASBR.exe
  4. Enjoy!

Documentation

You can find the documentation here

Donations

Huge thanks to these people for supporting this project:

  • Hydra
  • Damn.Broh

If you also want to support me, you can donate to me via PayPal or Ko-fi

TODO's

  • Refactor this shit code omfg

Dependencies

Thanks to these, JojoAPI is possible:

  • MinHook - A minimalistic x86/x64 API hooking library for Windows
  • asmjit - JIT assembler
  • asmtk - Assembler Toolkit
  • lua - A powerful, fast, lightweight, embeddable scripting language
  • sol2 - A C++ library binding to Lua
  • toml++ - Header-only TOML config file parser and serializer for C++17
  • nlohmann/json - Header-only JSON library
  • A lot of coffee