GmodNET 0.4.1 alpha (code name: Nakhodka)
Pre-releaseCorresponding GmodNET.API version
.NET Core version
.NET Core 3.0.0 Runtime
Release Notes
-
Server client module isolation: modules can be server-only, client-only, or shared.
-
Client modules load control: Client will load only modules registered with server.
-
Code signing: you can sign modules with GmodNetModuleSigner to prevent clients from loading modified or untrusted assemblies.
-
Modules can now bring native dependencies.
-
Bootstrap lua scripts: autorun lua scripts to load GmodDotNet for client and server are available now.
-
Secure mode: client bootstrap lua script will now load GmodDotNet only if it is signed with trusted private key.
Installation
-
Download archive for your OS
-
Extract it to
garrysmod/lua/binfolder -
Download and copy
gm_dotnet_server.luatogarrysmod/lua/autorun/server -
Download and copy
gm_dotnet_client.luatogarrysmod/lua/autorun/client