Skip to content

Releases: zealottormunds/ns4moddingapi

Modding API 1.2a

20 Aug 04:28
bebf9f5
Compare
Choose a tag to compare

Changelog 1.2a:

The following changes have been made to the special condition system:

  • COND_2NRT has been renamed to COND_1CMN
  • COND_ALL_GROUP has been renamed to COND_XJBR
  • COND_BKKX should be used to add group characters instead of COND_ALL_GROUP

Modding API 1.0a

16 Aug 05:09
c530939
Compare
Choose a tag to compare

Changelog 1.0a:

  • You can now set up any character as a partner (the partner slots have been expanded)
  • The character limit expander now includes sound for all new characters

Modding API 1.1b

18 Aug 08:22
c530939
Compare
Choose a tag to compare

Changelog 1.1b

  • Added command "ReloadParamFiles" to reload partnerSlotParam and specialCondParam.

Modding API 1.1a

18 Aug 06:49
c530939
Compare
Choose a tag to compare

Changelog 1.1a

  • You can now add special conditions to any character. See the wiki for more details!

Modding API 1.0b

16 Aug 17:54
c530939
Compare
Choose a tag to compare

Changelog 1.0b

  • Fixed the reading of characters in partnerSlotParam.

Modding API 0.1f

02 Aug 19:26
c530939
Compare
Choose a tag to compare

Changelog

  • Custom messages now work on costumeparam, hist_cmn and stagesel.

Modding API 0.1e

01 Aug 20:43
c530939
Compare
Choose a tag to compare

Changelog

  • Fixed more bugs with the message function... Everything should work properly now... (I hope!)

Modding API 0.1d (More bug fixes)

01 Aug 20:07
c530939
Compare
Choose a tag to compare

Changelog 0.1d

  • Fixed crash bug when loading new characters due to the custom message function
  • Added "Help" command

Modding API 0.1c (Bug fixes / Optimization)

31 Jul 22:57
c530939
Compare
Choose a tag to compare

Changelog:

  • Fixed not being able to write in console
  • Improved console system

Modding API 0.1b (Bug fixes)

31 Jul 21:00
c530939
Compare
Choose a tag to compare

Changelog

  • Mods are now read before the game is initialized.
  • Fixed bug of console appearing even when EnableConsole is set to 0.
  • Fixed patch limit size.