Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.69 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.69 KB

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
  • Jake
  • Moeru
  • justcamtro

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
  • 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
  • kiero - Universal graphical hook for a D3D9-D3D12, OpenGL and Vulkan based games
  • Dear ImGui - Bloat-free graphical user interface library for C++
  • A lot of coffee