Skip to content

Releases: Kapilarny/JAPI

Minor Fixes (1.2.1)

30 Aug 14:09
Compare
Choose a tag to compare

Few minor fixes that i forgor to add in 1.2.0 lmfao

  • get_asbr_base() and hook_asbr_function(addr, callback) added!
  • Backwards compatibility with .cpk.info format from Storm API

JAPI 1.2.0!

28 Aug 10:53
Compare
Choose a tag to compare

Big Release y'all!

We got:

  • Lua/C++ ASM JIT Execution
  • Lua Function Hooking
  • .cpkinstall files
  • Signature Scanning

Also updated for 2.1.0 version of the game :)

Custom CPK Loading! (1.1.2)

05 Aug 12:45
Compare
Choose a tag to compare

You can now load your custom CPK's!
You can also set their priority changing the configuration file in japi/config/CPKModLoader.cfg

Configs! (1.1.1)

05 Aug 08:52
Compare
Choose a tag to compare

Now its possible to have configs for your mods!
There are API functions for configs for C++ as well as Lua!

Lua Scripting! (1.1.0)

04 Aug 21:27
Compare
Choose a tag to compare

The title says it all!
While the Lua API is a bit limited compared to the C++ API, it's possible to create some basic mods with it.
For more info on Lua API check out the Lua Reference

Add Standard Libs (1.0.3)

04 Aug 09:59
Compare
Choose a tag to compare

Add missing functions (1.0.2)

03 Aug 21:44
Compare
Choose a tag to compare

Bug Fixes (1.0.1)

03 Aug 21:04
Compare
Choose a tag to compare

Fixed Hooking lmfao

First Release (1.0.0)

03 Aug 19:35
Compare
Choose a tag to compare
First Release (1.0.0) Pre-release
Pre-release

First Release of JAPI!

This modding API is still very much under development, but you can already create mods for it! (i'll try not to break compatibility lmfao)

Installation

Drag&Drop contents of JAPI.zip into your ASBR game folder and enjoy!