Skip to content

GmodDotNet 0.6.0 (Codename Tyumen)

Pre-release
Pre-release

Choose a tag to compare

@GlebChili GlebChili released this 16 Sep 16:39

Corresponding GmodNET.API version

GmodNET.API 0.6.x

.NET Core version

.NET Core Runtime 3.1.8 (with ASP.NET Core 3.1.8)

Runtime Release Notes

  1. .NET Core Runtime was updated to version 3.1.8 (security patch).

Full list of closed Runtime issues: https://github.com/GmodNET/GmodDotNet/milestone/1?closed=1

API Release Notes

  1. Modules can now override their native libraries' resolution behavior

  2. Modules can now throw Lua exceptions across all platforms.

  3. ILua.MCall allows catching Lua exceptions in module and handle them just like .NET exceptions.

Full list of closed API issues: https://github.com/GmodNET/GmodDotNet/milestone/2?closed=1

Installation

  1. Download archive for your OS

  2. Extract it to garrysmod/lua/bin folder

  3. Download and copy gmod-dot-net-lua-server.0.6.0.lua to garrysmod/lua/autorun/server

  4. Download and copy gmod-dot-net-lua-client.0.6.0.lua to garrysmod/lua/autorun/client