Skip to content

Releases: MapleWheels/ModdingToolkit

Alpha Release 0.0.4.0

Choose a tag to compare

@MapleWheels MapleWheels released this 22 Sep 13:57
269cd47
  • Update adds interim support for per-platform loading and the new IAssemblyPlugin definition 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

Choose a tag to compare

@MapleWheels MapleWheels released this 31 Jan 22:23

Full Changelog: Alpha0022...Alpha0030

  • Added INetReadMessage and INetWriteMessage wrappers to allow INetConfigBase to be public.

VSProjectSkeleton 1.0

Choose a tag to compare

@MapleWheels MapleWheels released this 31 Jan 11:09

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

Choose a tag to compare

@MapleWheels MapleWheels released this 26 Jan 19:30

Fixed IConfigControl API missing the DisplayData parameter.

Alpha Version: 0.0.2.1

Choose a tag to compare

@MapleWheels MapleWheels released this 26 Jan 03:13

Fixed a bug in the SettingsMenu.

Alpha Version: 0.0.2.0

Choose a tag to compare

@MapleWheels MapleWheels released this 25 Jan 23:24
4daf4bf

See PR #2 for changelog.

Alpha Version: 0.0.1.3

Choose a tag to compare

@MapleWheels MapleWheels released this 18 Jan 01:29

Added Networking sync support.
Fixed Lua support (experimental).
Fixed cl_cfgsaveall.

Alpha Version: 0.0.1.2

Choose a tag to compare

@MapleWheels MapleWheels released this 23 Dec 02:55

Added Lua Interop.

Alpha Version: 0.0.1.0

Pre-release

Choose a tag to compare

@MapleWheels MapleWheels released this 22 Dec 20:29
Moved the README.md to the correct folder.