Skip to content

GmodNET 0.4.1 alpha (code name: Nakhodka)

Pre-release
Pre-release

Choose a tag to compare

@GlebChili GlebChili released this 14 Nov 21:30
cbc6d2f

Corresponding GmodNET.API version

0.4.1

.NET Core version

.NET Core 3.0.0 Runtime

Release Notes

  1. Server client module isolation: modules can be server-only, client-only, or shared.

  2. Client modules load control: Client will load only modules registered with server.

  3. Code signing: you can sign modules with GmodNetModuleSigner to prevent clients from loading modified or untrusted assemblies.

  4. Modules can now bring native dependencies.

  5. Bootstrap lua scripts: autorun lua scripts to load GmodDotNet for client and server are available now.

  6. Secure mode: client bootstrap lua script will now load GmodDotNet only if it is signed with trusted private key.

Installation

  1. Download archive for your OS

  2. Extract it to garrysmod/lua/bin folder

  3. Download and copy gm_dotnet_server.lua to garrysmod/lua/autorun/server

  4. Download and copy gm_dotnet_client.lua to garrysmod/lua/autorun/client