Releases: zealottormunds/ns4moddingapi
Releases · zealottormunds/ns4moddingapi
Modding API 1.2a
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
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
Changelog 1.1b
- Added command "ReloadParamFiles" to reload partnerSlotParam and specialCondParam.
Modding API 1.1a
Changelog 1.1a
- You can now add special conditions to any character. See the wiki for more details!
Modding API 1.0b
Changelog 1.0b
- Fixed the reading of characters in partnerSlotParam.
Modding API 0.1f
Changelog
- Custom messages now work on costumeparam, hist_cmn and stagesel.
Modding API 0.1e
Changelog
- Fixed more bugs with the message function... Everything should work properly now... (I hope!)
Modding API 0.1d (More bug fixes)
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)
Changelog:
- Fixed not being able to write in console
- Improved console system
Modding API 0.1b (Bug fixes)
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.