Skip to content

v0.4.0

Compare
Choose a tag to compare
@bigfarts bigfarts released this 22 Apr 02:30
· 174 commits to main since this release

For users

  • By popular demand, bnlc_mod_loader is now known as chaudloader.
  • New setup tool! Just run install.exe!

For modders

  • init.dll will no longer automatically be loaded, you must use chaudloader.init_mod_dll to load a DLL. An additional unstructured buffer may be passed to the DLL init function named ChaudLoaderInit.
  • New chaudloader API (see README.md for more information). The bnlc_mod_loader API will continue to work fine.
  • Some support for packing/unpacking mpak files.