Skip to content

ModAPI SDK v2.5.287

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 20:34
· 106 commits to master since this release
e0b7025
Add a Log system for mods. (#45)

* added a log system for mods.

I'm not convinced this log file is in the right location on disk yet, currently it will be located right next to the mod api launcher though. also had to do a hack to StreamDefinitions to get it to compile

* add a switch to control the logfilename

* renamed command line argument

* resolve App.cpp compile errors