Releases: MapleWheels/ModdingToolkit
Releases · MapleWheels/ModdingToolkit
Alpha Release 0.0.4.0
- Update adds interim support for per-platform loading and the new
IAssemblyPlugindefinition that matches the LuaCsForBarotrauma assembly loading PR to be released next update. The assembly loader in this toolkit is now deprecated and will be removed on the next LuaCs update.
See the PR here: evilfactory/LuaCsForBarotrauma#152
All devs need to update their NetScriptAssembly.dll that contains the IAssemblyPlugin interface.
NetScriptAssembly.zip
Alpha Version: 0.0.3.0
Full Changelog: Alpha0022...Alpha0030
- Added
INetReadMessageandINetWriteMessagewrappers to allowINetConfigBaseto be public.
VSProjectSkeleton 1.0
This is the default project skeleton for making IAssemblyPlugin mods. NOTE: the Refs.zip must be downloaded separately and placed in /Refs.
Alpha Version: 0.0.2.2
Fixed IConfigControl API missing the DisplayData parameter.
Alpha Version: 0.0.2.1
Fixed a bug in the SettingsMenu.
Alpha Version: 0.0.2.0
See PR #2 for changelog.
Alpha Version: 0.0.1.3
Added Networking sync support.
Fixed Lua support (experimental).
Fixed cl_cfgsaveall.
Alpha Version: 0.0.1.2
Added Lua Interop.
Alpha Version: 0.0.1.0
Moved the README.md to the correct folder.