Skip to content

Releases: zealottormunds/ns4moddingapi

Storm Framework 2.0

18 Nov 18:01
Compare
Choose a tag to compare

Storm Modding Framework 2.0:

A new game is out, which means that the framework cannot stay behind! This version has Storm Connections support, but this is a very barebones dll for now.

  • Message patching
  • Exe patching
  • Plugins
  • DirectX Hook

Modding API 1.7b (for Update v1.09)

10 Feb 19:01
Compare
Choose a tag to compare

Changelog 1.7b:

A few fixes regarding region and messages. Huge thanks to TheLeonX for getting all the region codes and fixing the message function!

  • Fixed white screen on the title if you're playing in certain regions
  • Fixed message function

Modding API 1.7a (for Update v1.09)

10 Feb 01:04
d0ce058
Compare
Choose a tag to compare

Changelog 1.7a:

New update baby! And it's a big one, with a few requested functions!

  • You can now load custom .cpk files in your mod's folder with custom priorities. (See wiki for details)
  • Added plugin system. (See wiki for further details on how to create or use plugins).
  • Added plugin: Moveset++ by Zealot Tormunds. It adds custom prm functions. (See "movesetplus\Function Documentation.xlsx" for further documentation)
  • Added plugin: Skill Slot Expander by Zealot Tormunds. It lets you create brand new items.

Modding API 1.6a (for Update v1.09)

03 Jan 20:27
Compare
Choose a tag to compare

Changelog 1.6a:

After months of no activity, here's the new update of the API. We've got almost everything useful updated to the latest version now.

  • Updated special conditions to the last version
  • Updated partner functions to the last version
  • Updated most of the functions in LuaHook
  • Fixed messageInfo function (huge thanks to Mirio aka TheLeonX)
  • Added LuaUtilities with a few useful functions
  • Added FileParser to read and write files easily

Modding API 1.5a (for Update v1.09)

13 Aug 21:09
Compare
Choose a tag to compare

Changelog 1.5a:

Yet again, a new Storm 4 update, which means the API is broken again. Anyway, this version has only basic functions:

  • Message edition
  • Exe patching
  • Character expander

Partners and special conditions will be ported soon.

Modding API 1.4a (for Update v1.08)

04 Jun 23:25
Compare
Choose a tag to compare

Changelog 1.4a:

How's it going people? This new version doesn't have anything new in the user-side of things aside from stability improvements. The source code however has been heavily changed.

  • Change in source code: added new functions in ccPlayer
  • Change in source code: added internal lua engine
  • Change in source code: added API game engine

Modding API 1.3d (for Update v1.08)

25 Apr 17:51
Compare
Choose a tag to compare

Changelog 1.3d

  • Fixed patching in incorrect offsets.

Modding API 1.3b (for Update v1.08)

24 Apr 23:24
7985977
Compare
Choose a tag to compare

Changelog 1.3b:

  • Fixed partner functions to work in the latest game version.
  • Added partner function PARTNER_TYPE_8AEM (check wiki for details)

Modding API 1.3a (for Update v1.08)

24 Apr 22:54
7985977
Compare
Choose a tag to compare

Changelog 1.3a

  • Added special condition COND_8MMS
  • Added special condition COND_8KIN
  • Added special condition COND_8KNK
  • Added special condition COND_8SIK
  • Added special condition COND_8TYO
    Check the wiki for more details.

We are back in the game! This was a tough one. The new update broke basically all the functions that the API had, so I'm slowly fixing all of them to work with the new exe. If you're still using the old version of the game then this API will break your game. I really recommend updating the game to v1.08, as the API will use that executable as the base.

Things that work:

  • Character expander
  • Special conditions
  • Patches
  • Scripts
  • Editing and adding message ids

Things that don't work:

  • Basically everything else

Modding API 1.2b

21 Aug 03:27
bebf9f5
Compare
Choose a tag to compare

Changelog 1.2b

  • Fixed crash after selecting a character