GmodDotNet 0.6.0 (Codename Tyumen)
Pre-release
Pre-release
Corresponding GmodNET.API version
.NET Core version
.NET Core Runtime 3.1.8 (with ASP.NET Core 3.1.8)
Runtime Release Notes
- .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
-
Modules can now override their native libraries' resolution behavior
-
Modules can now throw Lua exceptions across all platforms.
-
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
-
Download archive for your OS
-
Extract it to
garrysmod/lua/bin
folder -
Download and copy
gmod-dot-net-lua-server.0.6.0.lua
togarrysmod/lua/autorun/server
-
Download and copy
gmod-dot-net-lua-client.0.6.0.lua
togarrysmod/lua/autorun/client